summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/cubemap/CMakeLists.txt
blob: 5886b401380f3c375718ecd539a34eb9dcaa6b8c (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
# Generated from cubemap.pro.

#####################################################################
## cubemap Binary:
#####################################################################

add_qt_manual_test(cubemap
    GUI
    SOURCES
        cubemap.cpp
    LIBRARIES
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
)

# Resources:
set(cubemap_resource_files
    "c.png"
    "cubemap.frag.qsb"
    "cubemap.vert.qsb"
)

add_qt_resource(cubemap "cubemap"
    PREFIX
        "/"
    FILES
        ${cubemap_resource_files}
)


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