summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/src.pro11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/src.pro b/src/src.pro
index 27a9700..123cead 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,13 +1,16 @@
TEMPLATE = subdirs
CONFIG += ordered
-qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings
+qtHaveModule(dbus) {
+ qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings
+ SUBDIRS += \
+ networksettings \
+ localesettings \
+ timedatesettings \
+}
SUBDIRS += \
- networksettings \
- localesettings \
displaysettings \
- timedatesettings \
localdevice \
settingsui/settingsuiplugin \
settingsui \