From d635151c0b7463851022f34daa02cde6ab9d0533 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 1 Jul 2024 15:57:25 +0200 Subject: [PATCH] Wizards: Bump default minimum Qt version for new QtQuick projects Fixes: QTCREATORBUG-31168 Change-Id: I5a4411bcce348c89151fc2a193f8d19dc00343ef Reviewed-by: Eike Ziller (cherry picked from commit 0142d59258586e85d306afabcde74d098b0f7c0f) --- .../templates/wizards/projects/qtquickapplication/wizard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json index 2e885c2bb63..a41ee12e516 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json @@ -87,7 +87,7 @@ { "trKey": "Qt 6.4", "value": "6.4" }, { "trKey": "Qt 6.5", "value": "6.5" } ], - "index": 1 + "index": 2 } } ]