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>bb10
parent
03a59d1bb8
commit
166f23eb92
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue