aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-05-15 17:02:15 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-05-16 18:01:56 +0200
commit97c589b44677733fb2b2aa7ba521faebf3241f3b (patch)
treeb1d4b929308b739541c35fd63358199e8862fe17 /src/app
parente10a5264d7ea7c9d303b50ef32b2847e2dd39452 (diff)
introduce Qt.quick.qmlPath property
Task-number: QBS-578 Change-Id: I116987d3232a832137781d4d5ac90adf4bd7ed88 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/qbs-setup-qt/setupqt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/qbs-setup-qt/setupqt.cpp b/src/app/qbs-setup-qt/setupqt.cpp
index b36272713..c7b1ea16d 100644
--- a/src/app/qbs-setup-qt/setupqt.cpp
+++ b/src/app/qbs-setup-qt/setupqt.cpp
@@ -180,6 +180,7 @@ QtEnvironment SetupQt::fetchEnvironment(const QString &qmakePath)
qtEnvironment.binaryPath = pathQueryValue(queryOutput, "QT_INSTALL_BINS");
qtEnvironment.documentationPath = pathQueryValue(queryOutput, "QT_INSTALL_DOCS");
qtEnvironment.pluginPath = pathQueryValue(queryOutput, "QT_INSTALL_PLUGINS");
+ qtEnvironment.qmlPath = pathQueryValue(queryOutput, "QT_INSTALL_QML");
qtEnvironment.qmlImportPath = pathQueryValue(queryOutput, "QT_INSTALL_IMPORTS");
qtEnvironment.qtVersion = QString::fromLocal8Bit(queryOutput.value("QT_VERSION"));