aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-11-15 09:00:34 +0100
committerChristian Stenger <christian.stenger@qt.io>2019-11-15 12:00:10 +0000
commit61fa3e87046694b3d4c772a49ff341b655c1e796 (patch)
treef63a52b14a2672fc3dfcbb669eb62be7d497ed36 /share/qtcreator/templates
parenta2355841f5f4bba4255940e89b9fb5d0cac38df7 (diff)
Wizards: Fix Qt Quick2 Extension wizard
Show kits selection page already while configuring the project via wizard instead of falling back to the target selection after the project had been opened. Regression with 6c9f75ff4a6a98cb45fa48928b1d8ef25d3d14ad. Change-Id: I9bf70f306dde3a570ab4ca3e4380040d6c6e4e23 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json13
1 files changed, 12 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 b0f9e33ae3..6be8cbff6d 100644
--- a/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json
@@ -62,6 +62,16 @@
]
},
{
+ "trDisplayName": "Kit Selection",
+ "trShortTitle": "Kits",
+ "typeId": "Kits",
+ "enabled": "%{JS: !value('IsSubproject')}",
+ "data": {
+ "projectFilePath": "%{ProjectFile}",
+ "requiredFeatures": [ "QtSupport.Wizards.FeatureQt.5"]
+ }
+ },
+ {
"trDisplayName": "Project Management",
"trShortTitle": "Summary",
"typeId": "Summary"
@@ -84,7 +94,8 @@
},
{
"source": "plugin.cpp",
- "target": "%{PluginSrc}"
+ "target": "%{PluginSrc}",
+ "openInEditor": true
},
{
"source": "plugin.h",