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

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