aboutsummaryrefslogtreecommitdiffstats
path: root/src/share/qtcreator/externaltools/qml.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/qtcreator/externaltools/qml.xml')
-rw-r--r--src/share/qtcreator/externaltools/qml.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/qtcreator/externaltools/qml.xml b/src/share/qtcreator/externaltools/qml.xml
index ec2cc5a9a7b..ee7d5479a74 100644
--- a/src/share/qtcreator/externaltools/qml.xml
+++ b/src/share/qtcreator/externaltools/qml.xml
@@ -11,6 +11,7 @@
<order>1</order>
<executable>
<path>%{CurrentDocument:Project:QT_INSTALL_BINS}/qml</path>
+ <path>%{ActiveProject:QT_INSTALL_BINS}/qml</path>
<path>qml</path>
<arguments>%{CurrentDocument:FilePath}</arguments>
<workingdirectory>%{CurrentDocument:Path}</workingdirectory>