summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-18 15:16:42 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-23 12:13:21 +0200
commit45536c645baa22e51be4871308ff872c1ba43dce (patch)
tree9d0119b3c2587773034141bcc1537a9661b8eeb6 /src/bluetooth/bluetooth.pro
parentb38d9e348470d917dba9d7b8acfc93fb505a6555 (diff)
Rename QLowEnergyControllerNew -> QLowEnergyController
Moves the new API into its place and completes the removal of the old API. Change-Id: I10a285e24e288aeb747cb1606574e27a4bf57308 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 3a01765f..15b840e2 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -28,7 +28,7 @@ PUBLIC_HEADERS += \
qlowenergycharacteristic.h \
qlowenergydescriptor.h \
qbluetoothtransferreply.h \
- qlowenergycontrollernew.h
+ qlowenergycontroller.h
PRIVATE_HEADERS += \
qbluetoothaddress_p.h\
@@ -44,7 +44,7 @@ PRIVATE_HEADERS += \
qprivatelinearbuffer_p.h \
qbluetoothlocaldevice_p.h \
qlowenergyserviceinfo_p.h \
- qlowenergycontrollernew_p.h \
+ qlowenergycontroller_p.h \
qlowenergyserviceprivate_p.h
SOURCES += \
@@ -66,7 +66,7 @@ SOURCES += \
qlowenergyservice.cpp \
qlowenergycharacteristic.cpp \
qlowenergydescriptor.cpp \
- qlowenergycontrollernew.cpp \
+ qlowenergycontroller.cpp \
qlowenergyserviceprivate.cpp
config_bluez:qtHaveModule(dbus) {
@@ -91,13 +91,13 @@ config_bluez:qtHaveModule(dbus) {
# old versions of Bluez do not have the required BTLE symbols
config_bluez_le {
SOURCES += \
- qlowenergycontrollernew_bluez.cpp
+ qlowenergycontroller_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 += \
- qlowenergycontrollernew_p.cpp
+ qlowenergycontroller_p.cpp
}
CONFIG += link_pkgconfig
@@ -123,7 +123,7 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothsocket_qnx.cpp \
qbluetoothserver_qnx.cpp \
qbluetoothtransferreply_qnx.cpp \
- qlowenergycontrollernew_p.cpp
+ qlowenergycontroller_p.cpp
} else:android:!android-no-sdk {
include(android/android.pri)
@@ -145,7 +145,7 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothservicediscoveryagent_android.cpp \
qbluetoothsocket_android.cpp \
qbluetoothserver_android.cpp \
- qlowenergycontrollernew_p.cpp
+ qlowenergycontroller_p.cpp
} else {
message("Unsupported Bluetooth platform, will not build a working QtBluetooth library.")
@@ -157,7 +157,7 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothservicediscoveryagent_p.cpp \
qbluetoothsocket_p.cpp \
qbluetoothserver_p.cpp \
- qlowenergycontrollernew_p.cpp
+ qlowenergycontroller_p.cpp
}
OTHER_FILES +=