diff --git a/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json index 17e2a6a032e..7850430d720 100644 --- a/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json @@ -43,6 +43,14 @@ "index": 2, "items": [ + { + "trKey": "Qt 5.7", + "value": + "{ + 'qtQuickVersion': '2.7', + 'qtQuickWindowVersion': '2.2' + }" + }, { "trKey": "Qt 5.6", "value": diff --git a/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json index fc429b1d10f..5ab62fa69ec 100644 --- a/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json @@ -45,6 +45,16 @@ "index": 2, "items": [ + { + "trKey": "Qt 5.7", + "value": + "{ + 'qtQuickVersion': '2.7', + 'qtQuickControlsVersion': '1.5', + 'qtQuickDialogsVersion': '1.2', + 'qtQuickLayoutsVersion': '1.3' + }" + }, { "trKey": "Qt 5.6", "value":