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 <eike.ziller@qt.io>
This commit is contained in:
Kai Köhne
2021-12-06 14:11:35 +01:00
committed by Kai Koehne
parent e3fb97b5ce
commit a50cf058d1
7 changed files with 7 additions and 7 deletions

View File

@@ -198,7 +198,7 @@
"persistenceKey": "BuildSystemType", "persistenceKey": "BuildSystemType",
"data": "data":
{ {
"index": 0, "index": 1,
"items": "items":
[ [
{ {

View File

@@ -44,7 +44,7 @@
"persistenceKey": "BuildSystemType", "persistenceKey": "BuildSystemType",
"data": "data":
{ {
"index": 0, "index": 1,
"items": "items":
[ [
{ {

View File

@@ -59,7 +59,7 @@
"persistenceKey": "BuildSystemType", "persistenceKey": "BuildSystemType",
"data": "data":
{ {
"index": 0, "index": 1,
"items": "items":
[ [
{ {

View File

@@ -41,7 +41,7 @@
"persistenceKey": "BuildSystemType", "persistenceKey": "BuildSystemType",
"data": "data":
{ {
"index": 0, "index": 1,
"items": "items":
[ [
{ {

View File

@@ -41,7 +41,7 @@
"persistenceKey": "BuildSystemType", "persistenceKey": "BuildSystemType",
"data": "data":
{ {
"index": 0, "index": 1,
"items": "items":
[ [
{ {

View File

@@ -52,7 +52,7 @@
"persistenceKey": "BuildSystemType", "persistenceKey": "BuildSystemType",
"data": "data":
{ {
"index": 0, "index": 1,
"items": "items":
[ [
{ {

View File

@@ -47,7 +47,7 @@
"persistenceKey": "BuildSystemType", "persistenceKey": "BuildSystemType",
"data": "data":
{ {
"index": 0, "index": 1,
"items": "items":
[ [
{ {