summaryrefslogtreecommitdiffstats
path: root/src/buildtools/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-09-04 19:32:05 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-09-19 07:52:32 +0000
commitd9bbf709cd0a2013833863a66396bc62f0165f48 (patch)
tree4f139b53e96dda05b8e6050582e466729a11bfc9 /src/buildtools/configure.json
parent08193968719f746cdd4809b2194e1fb445e35fa5 (diff)
Clean up architecture support test
Make it a private feature so test is not run twice. Change-Id: I1dcea41edf5dbc6992e76991d92278a5a5c13e55 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/buildtools/configure.json')
-rw-r--r--src/buildtools/configure.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 81780f7c7..d7cac2b5c 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -356,7 +356,7 @@
"label": "platform supported",
"type": "detectPlatform"
},
- "webengine-architecture": {
+ "webengine-arch-support": {
"label": "architecture supported",
"type": "detectArch"
},
@@ -379,8 +379,8 @@
&& features.webengine-flex
&& features.webengine-submodule
&& features.webengine-nowhitespace
+ && features.webengine-arch-support
&& tests.webengine-platform
- && tests.webengine-architecture
&& !config.static
&& (!config.linux || features.pkg-config)
&& (!features.xcb || features.webengine-ozone-x11)
@@ -661,6 +661,11 @@
"label": "nowhitespace",
"condition" : "tests.webengine-nowhitespace",
"output": [ "privateFeature" ]
+ },
+ "webengine-arch-support": {
+ "label": "architecture",
+ "condition" : "tests.webengine-arch-support",
+ "output": [ "privateFeature" ]
}
},
"report": [