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

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