summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/Qt3DBench/CMakeLists.txt
blob: 703d2a8274c400d2be4c88f8446fe1c9aec85b51 (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
48
49
50
51
52
# 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 qt3dbench-qml.pro.

#####################################################################
## qt3dbench-qml Binary:
#####################################################################

qt_internal_add_benchmark(qt3dbench-qml
    GUI
    SOURCES
        main.cpp
    LIBRARIES
        Qt::3DCore
        Qt::3DExtras
        Qt::3DQuick
        Qt::3DRender
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

# Resources:
set(qt3dbench-qml_resource_files
    "GroundPlane.qml"
    "Light.qml"
    "Qt3DBenchFrameGraph.qml"
    "Qt3DBenchMain.qml"
    "ShadowEffect.qml"
    "ShadowMaterial.qml"
    "SphereElement.qml"
    "SphereView.qml"
    "shaders/ads.frag"
    "shaders/ads.vert"
    "shaders/shadowmap.frag"
    "shaders/shadowmap.vert"
)

qt_internal_add_resource(qt3dbench-qml "qt3dbench-qml"
    PREFIX
        "/"
    FILES
        ${qt3dbench-qml_resource_files}
)


#### Keys ignored in scope 1:.:.:qt3dbench-qml.pro:<TRUE>:
# OTHER_FILES = "*.qml"

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