From 73d720eea582d28ede7804c59c317dfd3da4a2a9 Mon Sep 17 00:00:00 2001 From: Sami Shalayel Date: Tue, 24 Sep 2024 16:40:12 +0200 Subject: [PATCH] QtQuickApplication Template: add 6.8 to versions Allows to set 6.8 via the combobox, as `REQUIRES 6.8` adds nice features like nested QML Module support. Also remove the now unsupported Qt 6.4 version. Change-Id: I21e45ea9b41bd3955f2316ba648c532faf7c6560 Reviewed-by: Ulf Hermann Reviewed-by: Alessandro Portale --- .../templates/wizards/projects/qtquickapplication/wizard.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json index c0746b7c5be..2c8a5af02f7 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json @@ -56,8 +56,8 @@ { "items": [ { "trKey": "Qt 6.2", "value": "6.2" }, - { "trKey": "Qt 6.4", "value": "6.4" }, - { "trKey": "Qt 6.5", "value": "6.5" } + { "trKey": "Qt 6.5", "value": "6.5" }, + { "trKey": "Qt 6.8", "value": "6.8" } ], "index": 2 }