summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/src.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index 74ecfb0..27a9700 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,5 +1,8 @@
TEMPLATE = subdirs
CONFIG += ordered
+
+qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings
+
SUBDIRS += \
networksettings \
localesettings \
@@ -10,5 +13,3 @@ SUBDIRS += \
settingsui \
imports \
doc \
-
-qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings