summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-06-16 15:40:52 +0200
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-06-16 19:06:46 +0000
commita8a1a97b9a3f68245431a94ff670b91b340770b2 (patch)
tree8370ed54bc4865a7567825da8c535bfcc3a47c7e
parent7b1999084dac22a96867c00a22228000057c2276 (diff)
Make QtBluetooth compile in setups with BlueZ version w/o BTLE support
Task-number: QTBUG-54055 Change-Id: Id2c42efe6c916b6f7437cb4c02fbb19430c9a44b Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
-rw-r--r--src/bluetooth/bluetooth.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index d5a12d00..bbda8acd 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -91,6 +91,7 @@ config_bluez:qtHaveModule(dbus) {
message("Bluez version is too old to support Bluetooth Low Energy.")
message("Only classic Bluetooth will be available.")
DEFINES += QT_BLUEZ_NO_BTLE
+ include(dummy/dummy.pri)
SOURCES += \
qlowenergycontroller_p.cpp
}