summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/tex3d/CMakeLists.txt
blob: 832934148e408a604c8f5eb01049623e5307334b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_internal_add_manual_test(tex3d
    GUI
    SOURCES
        tex3d.cpp
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
)

set(tex3d_resource_files
    "texture3d.vert.qsb"
    "texture3d.frag.qsb"
)

qt_internal_add_resource(tex3d "tex3d"
    PREFIX
        "/"
    FILES
        ${tex3d_resource_files}
)