aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlmin/CMakeLists.txt
blob: 18fa793f07df2ffa448cd65bdfe8066ef0e701cb (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
# Generated from qmlmin.pro.

#####################################################################
## tst_qmlmin Test:
#####################################################################

add_qt_test(tst_qmlmin
    GUI
    SOURCES
        tst_qmlmin.cpp
    DEFINES
        SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
    LIBRARIES
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
)

#### Keys ignored in scope 1:.:.:qmlmin.pro:<TRUE>:
# CONFIG = "testcase"

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

#### Keys ignored in scope 2:.:.:qmlmin.pro:APPLE_OSX:
# CONFIG = "-app_bundle"

extend_target(tst_qmlmin CONDITION cross_compile AND NOT boot2qt
    DEFINES
        QTEST_CROSS_COMPILED
)