aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlmin/CMakeLists.txt
blob: 76bba7e42f0dc7b2b11e2d60e5a82977724c9565 (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
# 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
)

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

extend_target(tst_qmlmin CONDITION cross_compile AND NOT boot2qt
    DEFINES
        QTEST_CROSS_COMPILED
)