aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/parserstress/CMakeLists.txt
blob: 2a2a67e25f25bd8700152a1228a385ad3273845b (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
34
35
36
# Generated from parserstress.pro.

#####################################################################
## tst_parserstress Test:
#####################################################################

# Collect test data

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

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

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

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

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