AutoTest: Reorder build systems for consistency

+ Only enable qmake when the plugin is enabled.

Change-Id: Id2a7600a1e71daf14a050ec7ac3247de795a2835
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Orgad Shaneh
2017-09-13 22:23:00 +03:00
committed by Orgad Shaneh
parent 4068ec44b6
commit 2a9f45c567

View File

@@ -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}"
} }
] ]
} }