summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2012-11-16 13:22:27 +0100
committerPeter Hartmann <phartmann@rim.com>2012-11-22 09:53:46 +0100
commitab0b1ffb6fc2ba9818f9c53b49e33eba3234e7d3 (patch)
treed60e0016f9718d87c7f04b372195a49e14677545 /src/bluetooth/bluetooth.pro
parent5e228327ca510209db4ed740cdd0a8955d60f994 (diff)
Preparing the QNX bluetooth port
This commit includes a backend for processing pps commands. Change-Id: I4fb720167bbf6cecaa06a8e46d3407ea70745b28 Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 61c843c0..5f889daf 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -79,6 +79,21 @@ config_bluez:contains(QT_CONFIG, dbus) {
qbluetoothtransfermanager_bluez.cpp \
ql2capserver_bluez.cpp
+} else:qnx{
+ DEFINES += QTM_BLACKBERRY_BLUETOOTH #BT_BBPPSDEBUG
+
+ include(qnx/qnx.pri)
+
+ SOURCES += \
+ qbluetoothdevicediscoveryagent_p.cpp \
+ qbluetoothlocaldevice_p.cpp \
+ qbluetoothserviceinfo_p.cpp \
+ qbluetoothservicediscoveryagent_p.cpp \
+ qbluetoothsocket_p.cpp \
+ ql2capserver_p.cpp \
+ qrfcommserver_p.cpp \
+ qbluetoothtransfermanager_p.cpp
+
} else {
message("Unsupported bluetooth platform, will not build a working QBluetooth library")
message("Either no Qt dBus found or no Bluez headers")