summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.json b/configure.json
index 545e128b76..07caedc5cb 100644
--- a/configure.json
+++ b/configure.json
@@ -10,11 +10,11 @@
"subconfigs": [
"src/corelib",
"src/network",
- "src/sql",
"src/gui",
"src/xml",
"src/widgets",
- "src/printsupport"
+ "src/printsupport",
+ "src/plugins/sqldrivers"
],
"commandline": {
@@ -440,8 +440,8 @@
},
"stack_protector": {
"label": "stack protection",
- "type": "compilerSupportsFlag",
- "test": "-fstack-protector-strong"
+ "type": "compile",
+ "test": "unix/stack-protector"
},
"incredibuild_xge": {
"label": "IncrediBuild",
@@ -969,7 +969,7 @@
"stack-protector-strong": {
"label": "stack protection",
"condition": "config.qnx && tests.stack_protector",
- "output": [ "publicQtConfig" ]
+ "output": [ "privateFeature" ]
},
"system-zlib": {
"label": "Using system zlib",