Qt Quick 3D - Robot Arm Example

 ### This file is automatically generated by Qt Design Studio.
 ### Do not change

 qt_add_library(content STATIC)
 qt6_add_qml_module(content
     URI "content"
     VERSION 1.0
     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 "/"
 )