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

#####################################################################
## tst_qquickanimationcontroller Test:
#####################################################################

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

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

#### Keys ignored in scope 1:.:.:qquickanimationcontroller.pro:<TRUE>:
# TEMPLATE = "app"