summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/imports.pro11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/imports/imports.pro b/src/imports/imports.pro
index 8c10510..c39e30f 100644
--- a/src/imports/imports.pro
+++ b/src/imports/imports.pro
@@ -1,8 +1,9 @@
TEMPLATE = subdirs
-SUBDIRS += networksettings \
- localesettings \
- timedatesettings \
- localdevice \
+
+SUBDIRS += localdevice \
displaysettings
-qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings
+qtHaveModule(bluetoothsettings): SUBDIRS += bluetoothsettings
+qtHaveModule(networksettings): SUBDIRS += networksettings
+qtHaveModule(localesettings): SUBDIRS += localesettings
+qtHaveModule(timedatesettings): SUBDIRS += timedatesettings