summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothdevicediscoveryagent/CMakeLists.txt
blob: 6bbe05899fc2b76caef7ab1f559fd9f178a933ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#####################################################################
## tst_qbluetoothdevicediscoveryagent Test:
#####################################################################

qt_internal_add_test(tst_qbluetoothdevicediscoveryagent
    SOURCES
        tst_qbluetoothdevicediscoveryagent.cpp
    PUBLIC_LIBRARIES
        Qt::BluetoothPrivate
        Qt::Concurrent
)

## Scopes:
#####################################################################

qt_internal_extend_target(tst_qbluetoothdevicediscoveryagent CONDITION MACOS
    PUBLIC_LIBRARIES
        Qt::Widgets
)