summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-18 18:35:00 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-23 09:38:00 +0000
commit6d2f7e9efe1f2e5156014dfa0af42a84d115d00c (patch)
tree894d334db88197ed8e9fb1ce69c8f332448fe3ee /configure.json
parent591d9588f7e755c2b6eef22d572f5f51d7bc23d0 (diff)
fix handling of -optimized-tools, take 2
amends dfbfc4915. Change-Id: I5516f322fceee0d71c2e09b4314f38207b4ac630 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@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 3480aed20f..f774291d22 100644
--- a/configure.json
+++ b/configure.json
@@ -515,7 +515,7 @@
},
"release_tools": {
"label": "Compile tools in release mode",
- "autoDetect": "!features.debug",
+ "autoDetect": "features.debug",
"output": [ "privateFeature", "publicQtConfig" ]
},
"simulator_and_device": {