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

#####################################################################
## tst_qlowenergycontroller Test:
#####################################################################

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

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

qt_extend_target(tst_qlowenergycontroller CONDITION ANDROID
    PUBLIC_LIBRARIES
        Qt::Widgets
)

qt_extend_target(tst_qlowenergycontroller CONDITION APPLE_IOS OR APPLE_OSX
    PUBLIC_LIBRARIES
        Qt::Widgets
)