summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothuuid/CMakeLists.txt
blob: 382199fa9582ed427f6845048766c50dfcbf7048 (plain)
1
2
3
4
5
6
7
8
9
10
11
#####################################################################
## tst_qbluetoothuuid Test:
#####################################################################

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