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

QT = core concurrent bluetooth testlib

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

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