summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-01-05 21:01:30 +0100
committerMichal Klocek <michal.klocek@qt.io>2017-01-10 10:19:01 +0000
commit166f23eb929d71f8a1239e0854516020b3fbc8ee (patch)
tree10e4de996b55ce52106d67f3f34a9af0b9e07c58 /configure.json
parent03a59d1bb80d61902417f835629054086a13cff8 (diff)
make cross_compile a public feature
... so other modules (qtwebengine) can query it in a modular build. Change-Id: I849947339e91db44be9280ead75fb423c62957e3 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 70b406b6a7..b424c8b0ca 100644
--- a/configure.json
+++ b/configure.json
@@ -461,7 +461,7 @@
"cross_compile": {
"label": "Cross compiling",
"condition": "call.crossCompile",
- "output": [ "publicConfig", "privateConfig" ]
+ "output": [ "publicConfig", "privateConfig", "publicFeature" ]
},
"cxx11default": {
"label": "Compiler defaults to C++11 or higher",