Qt.core.qmlPath is undefined
QML and Qt Quick
2
Posts
1
Posters
701
Views
1
Watching
-
-
I setup qt:
@$qbs setup-qt /home/ildar/Qt/5.3.2/5.3/gcc_64/bin/qmake qt-5_3_2-gcc-x64@ -
In my project.qbs file Qt.core.libPath and Qt.core.pluginPath is correct, but Qt.core.qmlPath is undefined. The "Qt modules documentation":http://qt-project.org/doc/qbs-1.3/qt-modules.html is wrong or am I setup-qt uncorrectly?
-