1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# Generated from render-qml-to-texture-qml.pro.
#####################################################################
## render-qml-to-texture-qml Binary:
#####################################################################
qt_internal_add_manual_test(render-qml-to-texture-qml
GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES
Qt::3DCore
Qt::3DExtras
Qt::3DInput
Qt::3DQuick
Qt::3DRender
Qt::Gui
Qt::Qml
Qt::Quick
)
# Resources:
set(render-qml-to-texture-qml_resource_files
"InteractiveGui.qml"
"main.qml"
)
qt_internal_add_resource(render-qml-to-texture-qml "render-qml-to-texture-qml"
PREFIX
"/"
FILES
${render-qml-to-texture-qml_resource_files}
)
#### Keys ignored in scope 1:.:.:render-qml-to-texture-qml.pro:<TRUE>:
# OTHER_FILES = "main.qml"
## Scopes:
#####################################################################
|