1339cc4667
Change-Id: Id42b9e481375d2ec0e68b73dc1e2ff36f0cbd49e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
32 lines
608 B
CMake
32 lines
608 B
CMake
# Generated from instancing.pro.
|
|
|
|
#####################################################################
|
|
## instancing Binary:
|
|
#####################################################################
|
|
|
|
qt_add_manual_test(instancing
|
|
GUI
|
|
SOURCES
|
|
instancing.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
)
|
|
|
|
# Resources:
|
|
set(instancing_resource_files
|
|
"inst.frag.qsb"
|
|
"inst.vert.qsb"
|
|
)
|
|
|
|
qt_add_resource(instancing "instancing"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${instancing_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:instancing.pro:<TRUE>:
|
|
# TEMPLATE = "app"
|