summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothtransfermanager/CMakeLists.txt
blob: 8d5390d0322a681fb1ce75f0758be55d9e7a9c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#####################################################################
## tst_qbluetoothtransfermanager Test:
#####################################################################

# Collect test data
file(GLOB_RECURSE test_data_glob
    RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
    *.txt)
list(APPEND test_data ${test_data_glob})

qt_internal_add_test(tst_qbluetoothtransfermanager
    SOURCES
        tst_qbluetoothtransfermanager.cpp
    PUBLIC_LIBRARIES
        Qt::Bluetooth
        Qt::Concurrent
    TESTDATA ${test_data}
)

#### Keys ignored in scope 1:.:.:qbluetoothtransfermanager.pro:<TRUE>:
# testcase.timeout = "250"