diff options
author | Fabian Bumberger <fbumberger@rim.com> | 2013-10-15 14:25:18 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-17 16:05:22 +0200 |
commit | f134638cb25a7fd6ff7ca4abacc8c68dce9fd9de (patch) | |
tree | a324e80eccadcc19db73a60119f80e8be6f2ee0b /src/bluetooth/bluetooth.pro | |
parent | 413837fcc5cfb7bb57bb95ccf25f2f444f8c4998 (diff) | |
download | qtconnectivity-f134638cb25a7fd6ff7ca4abacc8c68dce9fd9de.tar.gz |
Introduce compile test for BT API 10.2.1
Change-Id: If4d805f49666cf9d09cc82c377f96398b7d4039c
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r-- | src/bluetooth/bluetooth.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro index ebf6f500..98f3b3be 100644 --- a/src/bluetooth/bluetooth.pro +++ b/src/bluetooth/bluetooth.pro @@ -77,6 +77,10 @@ config_bluez:qtHaveModule(dbus) { include(qnx/qnx.pri) + config_btapi10_2_1 { + DEFINES += QT_QNX_BT_BLUETOOTH + } + PRIVATE_HEADERS += \ qbluetoothtransferreply_qnx_p.h |