summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@qt.io>2016-11-17 13:40:14 +0200
committerTeemu Holappa <teemu.holappa@qt.io>2016-11-17 12:57:14 +0000
commit129e04b7aa0c73bedab3671d2de7599f7b9af9d6 (patch)
treebfd54542229819a61f350d06ff09ebefa25b88bd
parent1652f4a05d65cf410701e38c4334fba9cf81eb95 (diff)
Fix compile error in qtdevicesettings
Change-Id: Ibc1188da2729a39991b84a38bd121ded097d3362 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
-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