summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/animationutils/CMakeLists.txt
blob: 50bdd957c0d66095e5ddf8bb6cddcd1a46a2a275 (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
37
38
39
40
41
42
43
44
45
46
47
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from animationutils.pro.

#####################################################################
## tst_animationutils Test:
#####################################################################

qt_internal_add_test(tst_animationutils
    SOURCES
        tst_animationutils.cpp
    LIBRARIES
        Qt::3DAnimation
        Qt::3DAnimationPrivate
        Qt::3DCore
        Qt::3DCorePrivate
        Qt::CorePrivate
        Qt::Gui
)

# Resources:
set(animationutils_resource_files
    "clip1.json"
    "clip2.json"
    "clip3.json"
    "clip4.json"
    "clip5.json"
    "clip6.json"
)

qt_internal_add_resource(tst_animationutils "animationutils"
    PREFIX
        "/"
    FILES
        ${animationutils_resource_files}
)


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

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

include(../../core/common/common.cmake)
qt3d_setup_common_test(tst_animationutils)