From a1c782062c7f2391178060a7105ad9050b1032e1 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 19 Aug 2016 08:41:11 +0200 Subject: 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 --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { -- cgit v1.2.3