qtdoc/examples/demos/robotarm/content/CMakeLists.txt

34 lines
857 B
CMake
Raw Permalink Normal View History

### This file is automatically generated by Qt Design Studio.
### Do not change
qt_add_library(robotarm_content STATIC)
qt6_add_qml_module(robotarm_content
URI "content"
VERSION 1.0
DEPENDENCIES
TARGET RobotArm
QML_FILES
App.qml
LabeledSlider.ui.qml
MainScreen.ui.qml
NodeIndicator.qml
RoboticArm.ui.qml
Toggle.ui.qml
RESOURCES
fonts/fonts.txt
maps/qt.png
meshes/arm.mesh
meshes/base.mesh
meshes/forearm.mesh
meshes/hand.mesh
meshes/hand_grab_b.mesh
meshes/hand_grab_b_hinge_1.mesh
meshes/hand_grab_b_hinge_2.mesh
meshes/hand_grab_t.mesh
meshes/hand_grab_t_hinge_1.mesh
meshes/hand_grab_t_hinge_2.mesh
meshes/hand_hinge.mesh
meshes/root.mesh
RESOURCE_PREFIX "/"
)