Qt.core.qmlPath is undefined
-
wrote on 17 Oct 2014, 09:13 last edited by
-
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?
-
-
wrote on 15 Oct 2015, 07:13 last edited by
Sorry, qmlPath is placed in quick module, but Qt.quick.qmlPath is undefined too