summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-11-07 13:09:10 +0100
committerTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-11-12 09:24:02 +0100
commitbe5883540fe61123da3fb39dd39cfd34eec442b8 (patch)
tree8f49f72be6a7cd1e2ffbf8e441e2a3a7244bee24 /src/bluetooth/bluetooth.pro
parentd2c2e502dcee44d06eb0b0ad392571d7bc3021bf (diff)
QLowEnergyController - version for OS X and iOS
QLowEnergyController/Private for OS X and iOS. This patch contains dummy empty classes required. While LE controller is not fully implemented, I have to disable (marking as insignificant) auto test on this class, otherwise changing the (empty) class to pass the test adds more problem. Change-Id: I54f764f7f6468b1acf58e80555ae454922de9f3b Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 1b065a2c..b6783425 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -154,20 +154,28 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothservicediscoveryagent_osx.mm \
qbluetoothsocket_osx.mm \
qbluetoothserver_osx.mm \
- qbluetoothtransferreply_osx.mm
+ qbluetoothtransferreply_osx.mm \
+ qlowenergycontroller_osx.mm \
+ qlowenergyservice_osx.mm
SOURCES += \
qlowenergycontroller_p.cpp
PRIVATE_HEADERS += qbluetoothsocket_osx_p.h \
qbluetoothserver_osx_p.h \
- qbluetoothtransferreply_osx_p.h
+ qbluetoothtransferreply_osx_p.h \
+ qbluetoothtransferreply_osx_p.h \
+ qlowenergycontroller_osx_p.h
SOURCES -= qbluetoothdevicediscoveryagent.cpp
SOURCES -= qbluetoothserviceinfo.cpp
SOURCES -= qbluetoothservicediscoveryagent.cpp
SOURCES -= qbluetoothsocket.cpp
SOURCES -= qbluetoothserver.cpp
+ SOURCES -= qlowenergyservice_p.cpp
+ SOURCES -= qlowenergyservice.cpp
+ SOURCES -= qlowenergycontroller.cpp
+ SOURCES -= qlowenergycontroller_p.cpp
} else:ios {
message("iOS is currently an unsupported Bluetooth platform, WIP.")
@@ -186,6 +194,7 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothsocket_p.cpp \
qbluetoothserver_p.cpp \
qlowenergycontroller_p.cpp
+
SOURCES -= qbluetoothdevicediscoveryagent.cpp
} else {
message("Unsupported Bluetooth platform, will not build a working QtBluetooth library.")