From 3ca1d7274328642cd69b0da6891be14880e2f542 Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Thu, 31 Oct 2013 14:26:56 +0100 Subject: Build Bluetooth and NFC only for Blackberry Plain QNX does not need to have Bluetooth and/or NFC. Change-Id: I6323d03292a2b72d21f8d947bb58205648cb0061 Reviewed-by: Tobias Koenig Reviewed-by: Alex Blasche --- src/bluetooth/bluetooth.pro | 2 +- src/nfc/nfc.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro index ebf6f500..993f3646 100644 --- a/src/bluetooth/bluetooth.pro +++ b/src/bluetooth/bluetooth.pro @@ -72,7 +72,7 @@ config_bluez:qtHaveModule(dbus) { qbluetoothlocaldevice_bluez.cpp \ qbluetoothtransferreply_bluez.cpp -} else:qnx{ +} else:CONFIG(blackberry) { DEFINES += QT_QNX_BLUETOOTH #BT_BBPPSDEBUG include(qnx/qnx.pri) diff --git a/src/nfc/nfc.pro b/src/nfc/nfc.pro index 7cb77186..d2f9bc17 100644 --- a/src/nfc/nfc.pro +++ b/src/nfc/nfc.pro @@ -49,7 +49,7 @@ SOURCES += \ qqmlndefrecord.cpp \ qndefnfcsmartposterrecord.cpp -qnx { +CONFIG(blackberry) { NFC_BACKEND_AVAILABLE = yes DEFINES += QNX_NFC #QQNXNFC_DEBUG -- cgit v1.2.3