Comment 2 for bug 1197293

Revision history for this message
Florian Boucault (fboucault) wrote :

15:52 < Kaleo> oSoMoN: ok it _is_ a naming problem
15:52 < Kaleo> oSoMoN: what's happening is that inside the toolkit plugin "Ubuntu.Components" I'm trying to guess what the path on
               disk to the plugin is
15:53 < Kaleo> oSoMoN: Qt 5.1 has a method for that
               http://doc-snapshot.qt-project.org/qt5-stable/qtqml/qqmlextensionplugin.html#baseUrl
15:53 < Kaleo> oSoMoN: but Qt 5.0 does not
15:53 < Kaleo> oSoMoN: so the way I do it is that I convert Ubuntu.Components into Ubuntu/Components
15:53 < Kaleo> oSoMoN: and then go through the importPathList
15:54 < Kaleo> oSoMoN: to look for a directory that ends in Ubuntu/Components
15:54 < Kaleo> oSoMoN: I did not anticipate there could be another Ubuntu/Components