summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.json b/configure.json
index 987fabc2ea..c5be88856d 100644
--- a/configure.json
+++ b/configure.json
@@ -20,8 +20,7 @@
"commandline": {
"assignments": {
"DBUS_HOST_PATH": "host_dbus.prefix",
- "DBUS_PATH": "dbus.prefix",
- "ZLIB_LIBS": "zlib.libs"
+ "DBUS_PATH": "dbus.prefix"
},
"custom": "qmakeArgs",
"options": {
@@ -990,7 +989,10 @@
},
"qml-debug": {
"label": "QML debugging",
- "output": [ { "type": "publicQtConfig", "negative": true } ]
+ "output": [
+ "privateFeature",
+ { "type": "publicQtConfig", "negative": true }
+ ]
},
"compile_examples": {
"label": "Compile examples",