diff --git a/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json b/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json index b0f9e33ae38..6be8cbff6d0 100644 --- a/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtquick2-extension/wizard.json @@ -61,6 +61,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", @@ -84,7 +94,8 @@ }, { "source": "plugin.cpp", - "target": "%{PluginSrc}" + "target": "%{PluginSrc}", + "openInEditor": true }, { "source": "plugin.h",