aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-08-09 09:41:48 +0200
committerEike Ziller <eike.ziller@qt.io>2021-08-09 12:50:34 +0000
commitffe03c7870ed934b01c4d2b98290117c21303f02 (patch)
tree581e7fafd8db45f6dd6850680fb6facb1c8051c4 /share
parenta2bc154ed0e38d164dd7141d1c44be299f3051e7 (diff)
Fix Qt Quick Extension wizard's kit selection
Do not require kits to be Qt 5, instead require it to support QtQuick 2. Fixes: QTCREATORBUG-26082 Change-Id: Icf34644eef704b28e80ef7b130fd2a68539347e7 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json b/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json
index 6be8cbff6d..404fd0951c 100644
--- a/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json
@@ -68,7 +68,7 @@
"enabled": "%{JS: !value('IsSubproject')}",
"data": {
"projectFilePath": "%{ProjectFile}",
- "requiredFeatures": [ "QtSupport.Wizards.FeatureQt.5"]
+ "requiredFeatures": [ "QtSupport.Wizards.FeatureQtQuick", "QtSupport.Wizards.FeatureQtQuick.2" ]
}
},
{