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

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

add_qt_test(tst_qmlmin
    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
)