summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
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/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
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/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro')
-rw-r--r--tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro b/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
index e678aa12..cdf8a78b 100644
--- a/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
+++ b/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
@@ -3,7 +3,7 @@ TARGET = tst_qbluetoothservicediscoveryagent
CONFIG += testcase
QT = core concurrent bluetooth testlib
-qnx {
+blackberry {
LIBS += -lbtapi
}