summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/hellominimalcrossgfxtriangle/CMakeLists.txt
blob: ad2e1dd14ec8fc72e894349ef8117d4713c7a5c3 (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 hellominimalcrossgfxtriangle.pro.

#####################################################################
## hellominimalcrossgfxtriangle Binary:
#####################################################################

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

# 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(hellominimalcrossgfxtriangle_resource_files
    "../shared/color.frag.qsb"
    "../shared/color.vert.qsb"
)

add_qt_resource(hellominimalcrossgfxtriangle "hellominimalcrossgfxtriangle"
    PREFIX
        "/"
    FILES
        ${hellominimalcrossgfxtriangle_resource_files}
)


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