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>
This commit is contained in:
Oswald Buddenhagen 2017-01-05 21:01:30 +01:00 committed by Michal Klocek
parent 03a59d1bb8
commit 166f23eb92

View File

@ -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",