summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-18 13:44:09 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-23 11:01:47 +0200
commitd5731113e912e0df17f19fcdb12b4b6b68256220 (patch)
tree543c437f8ba375175631a05488e3e2cbd2fe2482 /src/bluetooth/bluetooth.pro
parent3956cae8adc2cb7f8f883e52a7f19e4f5b9fea29 (diff)
Remove old GATT API
The subsequent patches will rename QLowEnergyControllerNew to QLowEnergyController and fix up the documentation fragments which still point to the old API. Change-Id: I084e6b1a85a17f424702018f3ad7047bda35d46a Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 6b015229..74309891 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -25,12 +25,9 @@ PUBLIC_HEADERS += \
qbluetoothtransferrequest.h \
qlowenergyserviceinfo.h \
qlowenergyservice.h \
- qlowenergycharacteristicinfo.h \
qlowenergycharacteristic.h \
- qlowenergydescriptorinfo.h \
qlowenergydescriptor.h \
qbluetoothtransferreply.h \
- qlowenergycontroller.h \
qlowenergycontrollernew.h
PRIVATE_HEADERS += \
@@ -47,10 +44,6 @@ PRIVATE_HEADERS += \
qprivatelinearbuffer_p.h \
qbluetoothlocaldevice_p.h \
qlowenergyserviceinfo_p.h \
- qlowenergycharacteristicinfo_p.h \
- qlowenergyprocess_p.h \
- qlowenergydescriptorinfo_p.h \
- qlowenergycontroller_p.h \
qlowenergycontrollernew_p.h \
qlowenergyserviceprivate_p.h
@@ -71,11 +64,8 @@ SOURCES += \
qbluetoothtransferreply.cpp \
qlowenergyserviceinfo.cpp \
qlowenergyservice.cpp \
- qlowenergycharacteristicinfo.cpp \
qlowenergycharacteristic.cpp \
- qlowenergydescriptorinfo.cpp \
qlowenergydescriptor.cpp \
- qlowenergycontroller.cpp \
qlowenergycontrollernew.cpp \
qlowenergyserviceprivate.cpp
@@ -101,10 +91,7 @@ config_bluez:qtHaveModule(dbus) {
# old versions of Bluez do not have the required BTLE symbols
config_bluez_le {
SOURCES += \
- qlowenergyprocess_bluez.cpp \
qlowenergyserviceinfo_bluez.cpp \
- qlowenergycharacteristicinfo_bluez.cpp \
- qlowenergycontroller_bluez.cpp \
qlowenergycontrollernew_bluez.cpp
} else {
message("Bluez version is too old to support Bluetooth Low Energy.")
@@ -112,9 +99,6 @@ config_bluez:qtHaveModule(dbus) {
DEFINES += QT_BLUEZ_NO_BTLE
SOURCES += \
qlowenergyserviceinfo_p.cpp \
- qlowenergycharacteristicinfo_p.cpp \
- qlowenergyprocess_p.cpp \
- qlowenergycontroller_p.cpp \
qlowenergycontrollernew_p.cpp
}
@@ -141,10 +125,7 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothsocket_qnx.cpp \
qbluetoothserver_qnx.cpp \
qbluetoothtransferreply_qnx.cpp \
- qlowenergycharacteristicinfo_qnx.cpp \
qlowenergyserviceinfo_qnx.cpp \
- qlowenergyprocess_qnx.cpp \
- qlowenergycontroller_qnx.cpp \
qlowenergycontrollernew_p.cpp
} else:android:!android-no-sdk {
@@ -168,9 +149,6 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothsocket_android.cpp \
qbluetoothserver_android.cpp \
qlowenergyserviceinfo_p.cpp \
- qlowenergycharacteristicinfo_p.cpp \
- qlowenergyprocess_p.cpp \
- qlowenergycontroller_p.cpp \
qlowenergycontrollernew_p.cpp
} else {
@@ -184,9 +162,6 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothsocket_p.cpp \
qbluetoothserver_p.cpp \
qlowenergyserviceinfo_p.cpp \
- qlowenergycharacteristicinfo_p.cpp \
- qlowenergyprocess_p.cpp \
- qlowenergycontroller_p.cpp \
qlowenergycontrollernew_p.cpp
}