qt5base-lts/tests/manual/rhi/hellominimalcrossgfxtriangle/CMakeLists.txt

39 lines
1020 B
CMake
Raw Normal View History

# Generated from hellominimalcrossgfxtriangle.pro.
#####################################################################
## hellominimalcrossgfxtriangle Binary:
#####################################################################
add_qt_manual_test(hellominimalcrossgfxtriangle
GUI
SOURCES
hellominimalcrossgfxtriangle.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(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"