aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldevtools/compile/CMakeLists.txt
blob: f463285ca0361064a8edbcaf1b2254aa6240739c (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
34
# Generated from compile.pro.

#####################################################################
## tst_compile Binary:
#####################################################################

add_qt_executable(tst_compile
    GUI
    SOURCES
        tst_compile.cpp
    LIBRARIES
        Qt::QmlDevToolsPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::QmlDevTools
)

#### Keys ignored in scope 1:.:.:compile.pro:<TRUE>:
# _OPTION = "host_build"

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

extend_target(tst_compile CONDITION force_bootstrap
    LIBRARIES
        Qt::BootstrapPrivate
    PUBLIC_LIBRARIES
        Qt::Bootstrap
)

extend_target(tst_compile CONDITION NOT force_bootstrap
    PUBLIC_LIBRARIES
        Qt::Core
)