1. I setup qt:
$qbs setup-qt /home/ildar/Qt/5.3.2/5.3/gcc_64/bin/qmake qt-5_3_2-gcc-x64
2. In my project.qbs file Qt.core.libPath and Qt.core.pluginPath is correct, but Qt.core.qmlPath is undefined. The Qt modules documentation [qt-project.org] is wrong or am I setup-qt uncorrectly?
↧