qt5base-lts/tests/manual/rhi/texuploads/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

42 lines
979 B
CMake

# Generated from texuploads.pro.
#####################################################################
## texuploads Binary:
#####################################################################
add_qt_manual_test(texuploads
GUI
SOURCES
texuploads.cpp
PUBLIC_LIBRARIES
Qt::Gui
Qt::GuiPrivate
)
# Resources:
set_source_files_properties("../shared/qt256.png"
PROPERTIES QT_RESOURCE_ALIAS "qt256.png"
)
set_source_files_properties("../shared/texture.frag.qsb"
PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb"
)
set_source_files_properties("../shared/texture.vert.qsb"
PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb"
)
set(texuploads_resource_files
"../shared/qt256.png"
"../shared/texture.frag.qsb"
"../shared/texture.vert.qsb"
)
add_qt_resource(texuploads "texuploads"
PREFIX
"/"
FILES
${texuploads_resource_files}
)
#### Keys ignored in scope 1:.:.:texuploads.pro:<TRUE>:
# TEMPLATE = "app"