47428dfa55
Fixes: QTBUG-78164 Change-Id: I28b59bf84533fc33fafafd1511b5337d36af0e2b Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
44 lines
1.0 KiB
CMake
44 lines
1.0 KiB
CMake
# Generated from computeimage.pro.
|
|
|
|
#####################################################################
|
|
## computeimage Binary:
|
|
#####################################################################
|
|
|
|
add_qt_manual_test(computeimage
|
|
GUI
|
|
SOURCES
|
|
computeimage.cpp
|
|
LIBRARIES
|
|
Qt::GuiPrivate
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
)
|
|
|
|
# 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(computeimage_resource_files
|
|
"../shared/qt256.png"
|
|
"../shared/texture.frag.qsb"
|
|
"../shared/texture.vert.qsb"
|
|
"image.comp.qsb"
|
|
)
|
|
|
|
add_qt_resource(computeimage "computeimage"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${computeimage_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:computeimage.pro:<TRUE>:
|
|
# TEMPLATE = "app"
|