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

#####################################################################
## tst_qbluetoothlocaldevice Test:
#####################################################################

qt_add_test(tst_qbluetoothlocaldevice
    SOURCES
        tst_qbluetoothlocaldevice.cpp
    LIBRARIES
        Qt::BluetoothPrivate
    PUBLIC_LIBRARIES
        Qt::Bluetooth
        Qt::Concurrent
)

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

qt_extend_target(tst_qbluetoothlocaldevice CONDITION APPLE_OSX
    PUBLIC_LIBRARIES
        Qt::Widgets
)