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

QT = core concurrent network bluetooth testlib

INCLUDEPATH += ../../../tests/btclient

OTHER_FILES += \
    README.txt

CONFIG += insignificant_test    # QTBUG-22017
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0