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

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