47428dfa55
Fixes: QTBUG-78164 Change-Id: I28b59bf84533fc33fafafd1511b5337d36af0e2b Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
34 lines
613 B
CMake
34 lines
613 B
CMake
# Generated from cubemap.pro.
|
|
|
|
#####################################################################
|
|
## cubemap Binary:
|
|
#####################################################################
|
|
|
|
add_qt_manual_test(cubemap
|
|
GUI
|
|
SOURCES
|
|
cubemap.cpp
|
|
LIBRARIES
|
|
Qt::GuiPrivate
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
)
|
|
|
|
# Resources:
|
|
set(cubemap_resource_files
|
|
"c.png"
|
|
"cubemap.frag.qsb"
|
|
"cubemap.vert.qsb"
|
|
)
|
|
|
|
add_qt_resource(cubemap "cubemap"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${cubemap_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:cubemap.pro:<TRUE>:
|
|
# TEMPLATE = "app"
|