summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothservicediscoveryagent
diff options
context:
space:
mode:
authorTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-09-30 17:12:02 +0200
committerTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-10-01 15:07:07 +0200
commit2917e641defac2302e8204bb0570a5150b9923d4 (patch)
treeb6d4b45cb38e560c41ed12d94558b15e4d1f5be6 /tests/auto/qbluetoothservicediscoveryagent
parentf835812b24b47f1d5a6766fd227ca32559295129 (diff)
QtBluetooth - enable auto tests on OS X.
The first patch to enable tests - does not require any modifications in tests, just enabling the test. Add fix for publishedRecordWithDictioinary - this function is new in 10.9, deprecating withSDPRe..., but it crashed the test on 10.7 (and the same must happen on 10.8). Change-Id: I38e92cbc6f72fcaf8034824ef734148111139e0a Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'tests/auto/qbluetoothservicediscoveryagent')
-rw-r--r--tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro b/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
index 680a5e6b..8d3d3669 100644
--- a/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
+++ b/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
@@ -3,9 +3,10 @@ TARGET = tst_qbluetoothservicediscoveryagent
CONFIG += testcase
QT = core concurrent bluetooth testlib
+osx:QT += widgets
+
blackberry {
LIBS += -lbtapi
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
-osx:CONFIG += insignificant_test