From d3f725f39dc89ffb13cb3a51249c6637b178251b Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 9 Jan 2017 15:21:10 +0100 Subject: [PATCH] QtQuick Wizards: Update available Qt versions Change-Id: I0546cfd965a450a9844b42a2c5e869dbb3447063 Reviewed-by: Thomas Hartmann --- .../qmake/qtquickapplication/wizard.json | 10 ++++++++++ .../qmlproject/qtquickapplication/wizard.json | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) 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":