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

#####################################################################
## tst_qquicklayouts Test:
#####################################################################

# Collect test data

file(GLOB test_data_glob
    LIST_DIRECTORIES true
    RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
    "data/*")
list(APPEND test_data ${test_data_glob})

add_qt_test(tst_qquicklayouts
    GUI
    QMLTEST
    SOURCES
        tst_qquicklayouts.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
    TESTDATA ${test_data}
)

#### Keys ignored in scope 1:.:.:qquicklayouts.pro:<TRUE>:
# CONFIG = "qmltestcase"
# OTHER_FILES = "data/tst_rowlayout.qml" "data/tst_gridlayout.qml" "data/tst_stacklayout.qml"
# TEMPLATE = "app"