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

#####################################################################
## offscreen Binary:
#####################################################################

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

# Resources:
set_source_files_properties("../shared/color.frag.qsb"
    PROPERTIES QT_RESOURCE_ALIAS "color.frag.qsb"
)
set_source_files_properties("../shared/color.vert.qsb"
    PROPERTIES QT_RESOURCE_ALIAS "color.vert.qsb"
)
set(offscreen_resource_files
    "../shared/color.frag.qsb"
    "../shared/color.vert.qsb"
)

add_qt_resource(offscreen "offscreen"
    PREFIX
        "/"
    FILES
        ${offscreen_resource_files}
)


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