Skip to content
Snippets Groups Projects
Commit 6f41ebaf authored by Christian Kamm's avatar Christian Kamm
Browse files

QtVersionManager: Extract the default QML import path from qmake.

Task-number: QTCREATORBUG-2639
Reviewed-by: dt
parent 9ad73fc9
No related branches found
No related tags found
No related merge requests found
...@@ -1090,6 +1090,7 @@ static bool queryQMakeVariables(const QString &binary, QHash<QString, QString> * ...@@ -1090,6 +1090,7 @@ static bool queryQMakeVariables(const QString &binary, QHash<QString, QString> *
"QT_INSTALL_BINS", "QT_INSTALL_BINS",
"QT_INSTALL_DOCS", "QT_INSTALL_DOCS",
"QT_INSTALL_PREFIX", "QT_INSTALL_PREFIX",
"QT_INSTALL_IMPORTS",
"QMAKEFEATURES" "QMAKEFEATURES"
}; };
QStringList args; QStringList args;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment