summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-15 16:58:54 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-17 08:13:47 +0000
commitaffa5a5ebfdba54a926c62c6ff4af9a76022d5bb (patch)
treeb2b6c7f705041ea96177ededfc2325539a530b31 /src/bluetooth/bluetooth.pro
parent93c13b214bbd5f72d88e537b4833d5d0654830c7 (diff)
Remove QNX/BlackBerry implementation for QtBluetooth
[ChangeLog][QtBluetooth][Platform Specific Changes] Removed support for Blackberry 10. Change-Id: I431c4f34bb10aa3668542df7a8b3403b61bf4705 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index be953d04..e37ad7aa 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -97,29 +97,6 @@ config_bluez:qtHaveModule(dbus) {
qlowenergycontroller_p.cpp
}
-} else:CONFIG(blackberry) {
- DEFINES += QT_QNX_BLUETOOTH
-
- include(qnx/qnx.pri)
-
- LIBS += -lbtapi
- config_btapi10_2_1 {
- DEFINES += QT_QNX_BT_BLUETOOTH
- }
-
- PRIVATE_HEADERS += \
- qbluetoothtransferreply_qnx_p.h
-
- SOURCES += \
- qbluetoothdevicediscoveryagent_qnx.cpp \
- qbluetoothlocaldevice_qnx.cpp \
- qbluetoothserviceinfo_qnx.cpp \
- qbluetoothservicediscoveryagent_qnx.cpp \
- qbluetoothsocket_qnx.cpp \
- qbluetoothserver_qnx.cpp \
- qbluetoothtransferreply_qnx.cpp \
- qlowenergycontroller_p.cpp
-
} else:android:!android-no-sdk {
include(android/android.pri)
DEFINES += QT_ANDROID_BLUETOOTH