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

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

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

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

qt_internal_extend_target(tst_qbluetoothlocaldevice CONDITION MACOS
    PUBLIC_LIBRARIES
        Qt::Widgets
)