From a50cf058d1617f8657d9c2881376be49db990e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 6 Dec 2021 14:11:35 +0100 Subject: [PATCH] Wizards: Use CMake by default We focus on CMake as the preferred build system in Qt 6. qmake is still supported, but we shouldn't advocate for using it anymore for new projects. [ChangeLog][Wizards] The wizards by default now use CMake instead of qmake. Fixes: QTCREATORBUG-25685 Change-Id: Ifa2a6a046d65015124229bbb278ec5dd317afa35 Reviewed-by: Eike Ziller --- share/qtcreator/templates/wizards/autotest/wizard.json | 2 +- .../qtcreator/templates/wizards/projects/consoleapp/wizard.json | 2 +- .../qtcreator/templates/wizards/projects/cpplibrary/wizard.json | 2 +- share/qtcreator/templates/wizards/projects/plainc/wizard.json | 2 +- share/qtcreator/templates/wizards/projects/plaincpp/wizard.json | 2 +- .../wizards/projects/qtquickapplication/empty/wizard.json | 2 +- .../templates/wizards/projects/qtwidgetsapplication/wizard.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/share/qtcreator/templates/wizards/autotest/wizard.json b/share/qtcreator/templates/wizards/autotest/wizard.json index 9850079be8c..cc855c5e65c 100644 --- a/share/qtcreator/templates/wizards/autotest/wizard.json +++ b/share/qtcreator/templates/wizards/autotest/wizard.json @@ -198,7 +198,7 @@ "persistenceKey": "BuildSystemType", "data": { - "index": 0, + "index": 1, "items": [ { diff --git a/share/qtcreator/templates/wizards/projects/consoleapp/wizard.json b/share/qtcreator/templates/wizards/projects/consoleapp/wizard.json index 0fac3208cba..fa801e67f4f 100644 --- a/share/qtcreator/templates/wizards/projects/consoleapp/wizard.json +++ b/share/qtcreator/templates/wizards/projects/consoleapp/wizard.json @@ -44,7 +44,7 @@ "persistenceKey": "BuildSystemType", "data": { - "index": 0, + "index": 1, "items": [ { diff --git a/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json b/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json index c66dce44b0e..0a9bb685b7b 100644 --- a/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json +++ b/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json @@ -59,7 +59,7 @@ "persistenceKey": "BuildSystemType", "data": { - "index": 0, + "index": 1, "items": [ { diff --git a/share/qtcreator/templates/wizards/projects/plainc/wizard.json b/share/qtcreator/templates/wizards/projects/plainc/wizard.json index e7885bde6ae..c2814ac9473 100644 --- a/share/qtcreator/templates/wizards/projects/plainc/wizard.json +++ b/share/qtcreator/templates/wizards/projects/plainc/wizard.json @@ -41,7 +41,7 @@ "persistenceKey": "BuildSystemType", "data": { - "index": 0, + "index": 1, "items": [ { diff --git a/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json b/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json index 52cb071bee5..0e1ca061dc8 100644 --- a/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json +++ b/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json @@ -41,7 +41,7 @@ "persistenceKey": "BuildSystemType", "data": { - "index": 0, + "index": 1, "items": [ { diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json index a6f538e1be1..60397cbd2e1 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json @@ -52,7 +52,7 @@ "persistenceKey": "BuildSystemType", "data": { - "index": 0, + "index": 1, "items": [ { diff --git a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json index 8e7fb78b819..e9d005507dc 100644 --- a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json @@ -47,7 +47,7 @@ "persistenceKey": "BuildSystemType", "data": { - "index": 0, + "index": 1, "items": [ {