forked from qt-creator/qt-creator
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:
@@ -198,7 +198,7 @@
|
||||
"persistenceKey": "BuildSystemType",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
@@ -44,7 +44,7 @@
|
||||
"persistenceKey": "BuildSystemType",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
@@ -59,7 +59,7 @@
|
||||
"persistenceKey": "BuildSystemType",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
@@ -41,7 +41,7 @@
|
||||
"persistenceKey": "BuildSystemType",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
@@ -41,7 +41,7 @@
|
||||
"persistenceKey": "BuildSystemType",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
@@ -52,7 +52,7 @@
|
||||
"persistenceKey": "BuildSystemType",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
@@ -47,7 +47,7 @@
|
||||
"persistenceKey": "BuildSystemType",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
Reference in New Issue
Block a user