summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-04-18 16:54:55 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-04-25 09:41:34 +0000
commitbcf1167ccb52341d72e6e2921077d2244803ee8d (patch)
treee976a03de9553aa32920b655b45e4d751cc8a74f /src/bluetooth/bluetooth.pro
parent417f3c3c2ca8df7b10f7fd3d9679b01b5e235c64 (diff)
Fix build for -no-feature-concurrent
Change-Id: I57b18167dacb776a00d406e3faba6e780c764771 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 6b23325f..40b14a84 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -1,6 +1,5 @@
TARGET = QtBluetooth
QT = core core-private
-QT_PRIVATE = concurrent
QMAKE_DOCS = $$PWD/doc/qtbluetooth.qdocconf
@@ -79,6 +78,7 @@ SOURCES += \
qlowenergyserviceprivate.cpp
qtConfig(bluez) {
+ QT_PRIVATE = concurrent
QT_FOR_PRIVATE += dbus
include(bluez/bluez.pri)
@@ -134,6 +134,7 @@ qtConfig(bluez) {
qlowenergycontroller_android.cpp
} else:osx {
+ QT_PRIVATE = concurrent
DEFINES += QT_OSX_BLUETOOTH
LIBS_PRIVATE += -framework Foundation -framework IOBluetooth