summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller/CMakeLists.txt
blob: 03fbc473556ad9027414bad58bb7ee1b3aaba3ac (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
# Generated from qlowenergycontroller.pro.

#####################################################################
## 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
)