qt5base-lts/tests/manual/rhi/offscreen/CMakeLists.txt
Alexandru Croitor 0d177053b9 Regenerate projects one last time before merge
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2020-02-12 17:30:49 +00:00

37 lines
827 B
CMake

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