summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 398df0ce9..7ef1f5003 100644
--- a/configure.json
+++ b/configure.json
@@ -534,7 +534,7 @@
"output": [ "privateFeature" ]
},
"webengine-sanitizer" : {
- "label": "Sanitizer ",
+ "label": "Sanitizer",
"autoDetect": "config.sanitizer && tests.webengine-sanitizer",
"condition": "config.sanitizer",
"output": [ "privateFeature" ]
@@ -561,6 +561,11 @@
"type": "warning",
"condition": "!features.webengine-flex",
"message": "flex is required to build QtWebEngine."
+ },
+ {
+ "type": "warning",
+ "condition": "config.sanitizer && !tests.webengine-sanitizer && !features.webengine-sanitizer",
+ "message": "Qt WebEngine cannot be built with the chosen sanitizer configuration. Check config.log for details or use -feature-webengine-sanitizer to force the build."
}
],
@@ -588,6 +593,11 @@
"condition": "config.unix"
},
{
+ "type": "feature",
+ "args": "webengine-sanitizer",
+ "condition": "config.sanitizer"
+ },
+ {
"section": "Optional system libraries used",
"condition": "config.unix",
"entries": [