summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-09-13 11:09:20 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-18 22:16:59 +0000
commit6347e3195c6934c0f3aa4668a55a285336dd407a (patch)
tree543b6f98de58af3ef804d10be178b2346e2f40a6 /configure.json
parent4dd764a9a005dcd9a7e9643e7337b787519ad113 (diff)
Move webengine sanitizer option to new configure system
Use new configure system to enable sanitizer. Change-Id: I633bc96973b9b9bcd56c4ef03a589e147215dc86 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 900fbf854..76327d9c1 100644
--- a/configure.json
+++ b/configure.json
@@ -240,6 +240,10 @@
"icuuc": {
"label" : "libxml2 configured with icuuc",
"type": "detectIcuuc"
+ },
+ "sanitizer": {
+ "label" : "sanitizer support",
+ "type": "isSanitizerSupported"
}
},
@@ -498,6 +502,12 @@
"label": "libxml2 and libxslt",
"condition": "config.unix && libs.libxml2 && tests.icuuc",
"output": [ "privateFeature" ]
+ },
+ "webengine-sanitizer" : {
+ "label": "Sanitizer ",
+ "autoDetect": "config.sanitizer && tests.sanitizer",
+ "condition": "config.sanitizer",
+ "output": [ "privateFeature" ]
}
},