aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/offscreenrendermode/CMakeLists.txt
blob: 37073d51746165aa8dc0106197a210c176150f8b (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_manual_test(manual_test_offscreenrendermode
    GUI
    SOURCES
        offscreenrendermode.cpp
    LIBRARIES
        Qt::Gui
        Qt::Quick
        Qt::Quick3DPrivate
)

# Resources:
set_source_files_properties("../shared/teapot.mesh"
    PROPERTIES QT_RESOURCE_ALIAS "teapot.mesh"
)
set(offscreenrendermode_resource_files
    "../shared/teapot.mesh"
    "SomePointLight.qml"
    "offscreenrendermode.qml"
    "qt_logo.png"
)

qt_internal_add_resource(manual_test_offscreenrendermode "offscreenrendermode"
    PREFIX
        "/"
    FILES
        ${offscreenrendermode_resource_files}
)