From 29413a0e44c558713622ecb24d9c5f52fd550804 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 24 Sep 2021 11:55:05 +0200 Subject: [PATCH] AutoTest: Soften dependency of wizard Make the auto test wizard available also without the AutoTest plugin being loaded. For the wizard it suffices to depend on the presence of CppEditor and all of the projects generated are basically C++ based. Change-Id: I76b8d397e819b2865ad597f487084ad4c618c6a5 Reviewed-by: Mitch Curtis Reviewed-by: Eike Ziller --- share/qtcreator/templates/wizards/autotest/wizard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/autotest/wizard.json b/share/qtcreator/templates/wizards/autotest/wizard.json index 8f32cec145c..84f3f3d3104 100644 --- a/share/qtcreator/templates/wizards/autotest/wizard.json +++ b/share/qtcreator/templates/wizards/autotest/wizard.json @@ -8,7 +8,7 @@ "trDisplayCategory": "Other Project", "icon": "autotest.png", "featuresRequired": [ "QtSupport.Wizards.FeatureDesktop" ], - "enabled": "%{JS: value('Plugins').indexOf('AutoTest') >= 0}", + "enabled": "%{JS: value('Plugins').indexOf('CppEditor') >= 0}", "options": [