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

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

qt_internal_add_executable(tst_compile
    GUI
    SOURCES
        tst_compile.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::QmlDevToolsPrivate
)

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

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

qt_internal_extend_target(tst_compile CONDITION force_bootstrap
    PUBLIC_LIBRARIES
        Qt::BootstrapPrivate
)

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