summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothtransferrequest/CMakeLists.txt
blob: f77770c2d928e7ecc3a7642742429adf968f83f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#####################################################################
## tst_qbluetoothtransferrequest Test:
#####################################################################

qt_internal_add_test(tst_qbluetoothtransferrequest
    SOURCES
        tst_qbluetoothtransferrequest.cpp
    PUBLIC_LIBRARIES
        Qt::Bluetooth
        Qt::Concurrent
)