aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/servicemanagertest/.prev_CMakeLists.txt
blob: b4dc93fc3221b7335967a0da88c1755dfbdb7d2b (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
28
29
30
31
32
33
# Generated from servicemanagertest.pro.

#####################################################################
## tst_servicemanagertest Test:
#####################################################################

qt_add_test(tst_servicemanagertest
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
    SOURCES
        tst_servicemanagertest.cpp
    DEFINES
        SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
    PUBLIC_LIBRARIES
        # Remove: Lqtivi
        Qt::IviCore
        Qt::IviCorePrivate
)

#### Keys ignored in scope 2:.:.:tst_servicemanager.pro:<TRUE>:
# TEMPLATE = "app"

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

qt_extend_target(tst_servicemanagertest CONDITION QT_FEATURE_debug_and_release
    DEFINES
        DEBUG_AND_RELEASE
)
add_subdirectory(simple_plugin)
add_subdirectory(simple_plugin_static)
add_subdirectory(wrong_plugin)
add_subdirectory(wrongmetadata_plugin)
add_subdirectory(wrongmetadata_plugin_static)