aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/parserstress/CMakeLists.txt
blob: e18c6fd8fe131bc4fe778c3e32acf64ef49153d9 (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 parserstress.pro.

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

# Collect test data
file(GLOB_RECURSE test_data_glob
    RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
    tests/*)
list(APPEND test_data ${test_data_glob})

qt_add_test(tst_parserstress
    SOURCES
        tst_parserstress.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::QmlPrivate
    TESTDATA ${test_data}
)

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