summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2014-03-12 13:53:59 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 12:50:51 +0100
commit140e8172f7cb8b2482d626aaf3af2f1d032070ea (patch)
treea17debeace5a4901301f6bf1773c424a14bede4a /src/bluetooth/bluetooth.pro
parent4439541b05ae88a30159a5597d40f569328783ca (diff)
QNX BLE communication moved to controller class
Moving communication with device to QLowEnergyController class. Change-Id: Id783d3aac81c215fbda7c1390bb2abf8ecd2fb2a Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index bb4e6266..2220ced1 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -113,7 +113,8 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothtransferreply_qnx.cpp \
qlowenergycharacteristicinfo_qnx.cpp \
qlowenergyserviceinfo_qnx.cpp \
- qlowenergyprocess_qnx.cpp
+ qlowenergyprocess_qnx.cpp \
+ qlowenergycontroller_qnx.cpp
} else:android:!android-no-sdk {
include(android/android.pri)