From 166f23eb929d71f8a1239e0854516020b3fbc8ee Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 5 Jan 2017 21:01:30 +0100 Subject: [PATCH] make cross_compile a public feature ... so other modules (qtwebengine) can query it in a modular build. Change-Id: I849947339e91db44be9280ead75fb423c62957e3 Reviewed-by: Lars Knoll Reviewed-by: Michal Klocek --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",