summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothservicediscoveryagent/CMakeLists.txt
blob: 81a8d7692e21d3d8e3ce9a2e8aba4c744a1102f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated from qbluetoothservicediscoveryagent.pro.

#####################################################################
## tst_qbluetoothservicediscoveryagent Test:
#####################################################################

add_qt_test(tst_qbluetoothservicediscoveryagent
    SOURCES
        tst_qbluetoothservicediscoveryagent.cpp
    PUBLIC_LIBRARIES
        Qt::Bluetooth
        Qt::Concurrent
)

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

extend_target(tst_qbluetoothservicediscoveryagent CONDITION APPLE_OSX
    PUBLIC_LIBRARIES
        Qt::Widgets
)