summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-18 14:01:10 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-23 11:02:30 +0200
commit6ee2c7a095e1408000b02e1f3e1c4bab9359123d (patch)
tree48d244fb58482c2abc69bc7fd42fc512c52e76ba /src/bluetooth/bluetooth.pro
parentd5731113e912e0df17f19fcdb12b4b6b68256220 (diff)
Further cleanup QLowEnergyServiceInfo
Removes obsolte code from the previos GATT API and other API elements which do not make any sense under the new API anymore. The entire purpose of QLowEnergyServiceInfo is also in question as it doesn't really contain BTLE specifics when compared to QBluetoothServiceInfo. This requires further API evaluation. Change-Id: Idfce724bb58150839f756745b87864054909dedb Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 74309891..3a01765f 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -91,14 +91,12 @@ config_bluez:qtHaveModule(dbus) {
# old versions of Bluez do not have the required BTLE symbols
config_bluez_le {
SOURCES += \
- qlowenergyserviceinfo_bluez.cpp \
qlowenergycontrollernew_bluez.cpp
} else {
message("Bluez version is too old to support Bluetooth Low Energy.")
message("Only classic Bluetooth will be available.")
DEFINES += QT_BLUEZ_NO_BTLE
SOURCES += \
- qlowenergyserviceinfo_p.cpp \
qlowenergycontrollernew_p.cpp
}
@@ -125,7 +123,6 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothsocket_qnx.cpp \
qbluetoothserver_qnx.cpp \
qbluetoothtransferreply_qnx.cpp \
- qlowenergyserviceinfo_qnx.cpp \
qlowenergycontrollernew_p.cpp
} else:android:!android-no-sdk {
@@ -148,7 +145,6 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothservicediscoveryagent_android.cpp \
qbluetoothsocket_android.cpp \
qbluetoothserver_android.cpp \
- qlowenergyserviceinfo_p.cpp \
qlowenergycontrollernew_p.cpp
} else {
@@ -161,7 +157,6 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothservicediscoveryagent_p.cpp \
qbluetoothsocket_p.cpp \
qbluetoothserver_p.cpp \
- qlowenergyserviceinfo_p.cpp \
qlowenergycontrollernew_p.cpp
}