summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller/CMakeLists.txt
blob: 247ee758e9f981702c6537f106223cba60b5053b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#####################################################################
## tst_qlowenergycontroller Test:
#####################################################################

qt_internal_add_test(tst_qlowenergycontroller
    SOURCES
        tst_qlowenergycontroller.cpp
    PUBLIC_LIBRARIES
        Qt::BluetoothPrivate
)

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

qt_internal_extend_target(tst_qlowenergycontroller CONDITION ANDROID
    PUBLIC_LIBRARIES
        Qt::Widgets
)

qt_internal_extend_target(tst_qlowenergycontroller CONDITION IOS OR MACOS
    PUBLIC_LIBRARIES
        Qt::Widgets
)