Skip to content
Snippets Groups Projects
Commit 2a9f45c5 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

AutoTest: Reorder build systems for consistency


+ Only enable qmake when the plugin is enabled.

Change-Id: Id2a7600a1e71daf14a050ec7ac3247de795a2835
Reviewed-by: default avatarTobias Hunger <tobias.hunger@qt.io>
Reviewed-by: default avatarChristian Stenger <christian.stenger@qt.io>
parent 4068ec44
Branches
Tags
No related merge requests found
...@@ -157,17 +157,18 @@ ...@@ -157,17 +157,18 @@
[ [
{ {
"trKey": "qmake", "trKey": "qmake",
"value": "qmake" "value": "qmake",
}, "condition": "%{JS: [ %{Plugins} ].indexOf('QmakeProjectManager') >= 0}"
{
"trKey": "Qbs",
"value": "qbs",
"condition": "%{JS: [ %{Plugins} ].indexOf('QbsProjectManager') >= 0}"
}, },
{ {
"trKey": "CMake", "trKey": "CMake",
"value": "cmake", "value": "cmake",
"condition": "%{JS: [ %{Plugins} ].indexOf('CMakeProjectManager') >= 0}" "condition": "%{JS: [ %{Plugins} ].indexOf('CMakeProjectManager') >= 0}"
},
{
"trKey": "Qbs",
"value": "qbs",
"condition": "%{JS: [ %{Plugins} ].indexOf('QbsProjectManager') >= 0}"
} }
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment