summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothdeviceinfo
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-05-06 14:46:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-08 11:25:15 +0200
commit3910d9ffcc11db7b3beb7f2b6f0c1754103cfacb (patch)
tree224ced0cd2fbda27e7402aedeed97cafcb407d21 /tests/auto/qbluetoothdeviceinfo
parent8cb4522fe47c895e1b20a0ff04227a65f759972b (diff)
QNX: Fix compilation of tests
It seems like this was only meant for BlackBerry 10 and not for QNX, so replacing the 'qnx' scope with 'blackberry'. This change amends 8bc9b6f66a67a7b12b2ef8d927fdec83a4c17f58 Change-Id: Ic67dd1b838a07c255f45605189c62d36d4c75a73 Reviewed-by: Bernd Weimer <bweimer@blackberry.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'tests/auto/qbluetoothdeviceinfo')
-rw-r--r--tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro b/tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro
index 408628ea..e33125c2 100644
--- a/tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro
+++ b/tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro
@@ -4,6 +4,6 @@ CONFIG += testcase
QT = core concurrent bluetooth testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
-qnx {
+blackberry {
LIBS += -lbtapi
}