diff --git a/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json index 059c7b98ad6..9cd9010edf4 100644 --- a/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json @@ -46,6 +46,16 @@ "index": 2, "items": [ + { + "trKey": "Qt 5.8", + "value": + "{ + 'qtQuickVersion': '2.8', + 'qtQuickWindowVersion': '2.2', + 'qtQuickVirtualKeyboardImport': 'QtQuick.VirtualKeyboard 2.1', + 'qtQuickVirtualKeyboardWhenVisible': 'inputPanel.active' + }" + }, { "trKey": "Qt 5.7", "value": diff --git a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json index 559729e66f3..4eb92d54f97 100644 --- a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json @@ -42,6 +42,22 @@ { "items": [ + { + "trKey": "Qt 5.8", + "value": + "{ + 'qtQuickVersion': '2.8', + 'qtQuickWindowVersion': '2.2' + }" + }, + { + "trKey": "Qt 5.7", + "value": + "{ + 'qtQuickVersion': '2.7', + 'qtQuickWindowVersion': '2.2' + }" + }, { "trKey": "Qt 5.6", "value":