summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2017-12-14 16:23:22 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2017-12-18 16:20:58 +0000
commite557a3c1d3bc0f77ea669e670029569fd0228598 (patch)
treedab1bdfef9ad3e6cb2dd8a47b95e136ca17a360f /configure.json
parent7f5a314011de475a5954325a089481fbd5e5fc81 (diff)
Export sanitizer as a global config
This is necessary for WebEngine at configure time, to be able to query which of the sanitizers was enabled in order to report unsupported combinations. Task-number: QTBUG-64726 Change-Id: I72f8efe4bed3e14114f885bdae16650f1f23b24b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@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 c73369e6f6..a6f3ed66a9 100644
--- a/configure.json
+++ b/configure.json
@@ -867,7 +867,7 @@
"sanitizer": {
"label": "Sanitizers",
"condition": "features.sanitize_address || features.sanitize_thread || features.sanitize_memory || features.sanitize_undefined",
- "output": [ "publicConfig" ]
+ "output": [ "sanitizer", "publicConfig" ]
},
"GNUmake": {
"label": "GNU make",