From 0142d59258586e85d306afabcde74d098b0f7c0f 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 --- .../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 ac1d5dec91e..efdbb112d24 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 } } ]