aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-01-12 13:23:08 +0100
committerChristian Stenger <christian.stenger@qt.io>2022-01-13 10:06:59 +0000
commit1463c5d09ff2533ccf62ad613498f8138b0cae09 (patch)
tree7f93cb3a9c9ad566a1cd29812f33df6066951370
parentb88e9ba9b574c015b62a5c274eb2a4fb889bed55 (diff)
Wizards: Allow QtQuick tests for Qt6 as well
Change-Id: I476ad3519ed685ada4f1451906b5ba2fdfe8969b Reviewed-by: David Schulz <david.schulz@qt.io>
-rw-r--r--share/qtcreator/templates/wizards/autotest/wizard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/autotest/wizard.json b/share/qtcreator/templates/wizards/autotest/wizard.json
index 9850079be8..1cc380f6a1 100644
--- a/share/qtcreator/templates/wizards/autotest/wizard.json
+++ b/share/qtcreator/templates/wizards/autotest/wizard.json
@@ -228,7 +228,7 @@
"enabled": "%{IsTopLevelProject}",
"data": {
"projectFilePath": "%{ProjectFilePath}",
- "requiredFeatures": [ "%{JS: (value('TestFrameWork') === 'QtQuickTest' ? 'QtSupport.Wizards.FeatureQt.5' : ((value('BuildSystem') === 'qmake' || value('TestFrameWork') === 'QtTest') ? 'QtSupport.Wizards.FeatureQt' : 'DeviceType.Desktop' )) }" ]
+ "requiredFeatures": [ "%{JS: (value('TestFrameWork') === 'QtQuickTest' ? 'QtSupport.Wizards.FeatureQtQuick.2' : ((value('BuildSystem') === 'qmake' || value('TestFrameWork') === 'QtTest') ? 'QtSupport.Wizards.FeatureQt' : 'DeviceType.Desktop' )) }" ]
}
},
{