From daab642100768fe43fd8130781ae59e74e1c7575 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Tue, 5 Jan 2016 14:39:07 +0100 Subject: [PATCH] QML project Wizards: Add Qt 5.6 Change-Id: Iaf56de6330c65f71c936dec0b98d9e2331a17da2 Reviewed-by: J-P Nurmi --- .../projects/qmlproject/qtquickapplication/wizard.json | 8 ++++++++ .../qmlproject/qtquickcontrolsapplication/wizard.json | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json index 29a51b8e41a..1b19a1b12b9 100644 --- a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json @@ -41,6 +41,14 @@ { "items": [ + { + "trKey": "Qt 5.6", + "value": + "{ + 'qtQuickVersion': '2.6', + 'qtQuickWindowVersion': '2.2' + }" + }, { "trKey": "Qt 5.5", "value": diff --git a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/wizard.json index 7d601d3dbd7..c161219fa8b 100644 --- a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/wizard.json @@ -43,6 +43,16 @@ { "items": [ + { + "trKey": "Qt 5.6", + "value": + "{ + 'qtQuickVersion': '2.6', + 'qtQuickControlsVersion': '1.5', + 'qtQuickDialogsVersion': '1.2', + 'qtQuickLayoutsVersion': '1.3' + }" + }, { "trKey": "Qt 5.5", "value":