summaryrefslogtreecommitdiffstats
path: root/tests/manual/scene3d-in-sync/CMakeLists.txt
blob: 9394432bd18d6ba80254abd818a95db9758f19af (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
# 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 scene3d-in-sync.pro.

#####################################################################
## scene3d-in-sync Binary:
#####################################################################

qt_internal_add_manual_test(scene3d-in-sync
    GUI
    SOURCES
        main.cpp
    LIBRARIES
        Qt::3DInput
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

# Resources:
set(scene3d-in-sync_resource_files
    "main.qml"
)

qt_internal_add_resource(scene3d-in-sync "scene3d-in-sync"
    PREFIX
        "/"
    FILES
        ${scene3d-in-sync_resource_files}
)


#### Keys ignored in scope 1:.:.:scene3d-in-sync.pro:<TRUE>:
# OTHER_FILES = "main.qml"