summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-19 08:41:11 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-19 10:33:17 +0000
commita1c782062c7f2391178060a7105ad9050b1032e1 (patch)
treed7771f8d1fa9a80dc74c64618df62b54b16c0dac
parent8185fe84a6a55fa387752ad30948c936559e290c (diff)
Don't compile dbus on iOS by default
The library compiles, but is not usable on iOS, so don't compile it by default on that platform. Change-Id: I49b687b526a2998250ff5b57f1ea3df30cf8d7a5 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 100841ddd2..7723437e03 100644
--- a/configure.json
+++ b/configure.json
@@ -2084,7 +2084,7 @@
},
"dbus": {
"description": "Qt D-Bus",
- "autoDetect": "!config.android && !config.winrt",
+ "autoDetect": "!config.uikit && !config.android && !config.winrt",
"output": [ "privateFeature", "feature" ]
},
"dbus-linked": {