summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
blob: cd0dc86120830120cba5df5f75a9afa893294bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES += tst_qbluetoothsocket.cpp
TARGET = tst_qbluetoothsocket
CONFIG += testcase
testcase.timeout = 250 # this test is slow

QT = core concurrent network bluetooth testlib
osx:QT += widgets
osx:CONFIG += insignificant_test

OTHER_FILES += \
    README.txt

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0