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

QT = core concurrent bluetooth testlib

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

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