1339cc4667
Change-Id: Id42b9e481375d2ec0e68b73dc1e2ff36f0cbd49e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
42 lines
979 B
CMake
42 lines
979 B
CMake
# Generated from texuploads.pro.
|
|
|
|
#####################################################################
|
|
## texuploads Binary:
|
|
#####################################################################
|
|
|
|
qt_add_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"
|
|
)
|
|
|
|
qt_add_resource(texuploads "texuploads"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${texuploads_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:texuploads.pro:<TRUE>:
|
|
# TEMPLATE = "app"
|