2023-04-14 19:21:43 +00:00
|
|
|
### This file is automatically generated by Qt Design Studio.
|
|
|
|
### Do not change
|
|
|
|
|
|
|
|
qt6_add_qml_module(RobotArmApp
|
|
|
|
URI "Main"
|
|
|
|
VERSION 1.0
|
|
|
|
NO_PLUGIN
|
|
|
|
QML_FILES main.qml
|
|
|
|
RESOURCE_PREFIX "/"
|
|
|
|
)
|
|
|
|
|
|
|
|
add_subdirectory(content)
|
|
|
|
add_subdirectory(imports)
|
|
|
|
|
|
|
|
set(QML_IMPORT_PATH
|
|
|
|
${CMAKE_BINARY_DIR}
|
|
|
|
CACHE STRING "")
|
|
|
|
|
|
|
|
target_link_libraries(RobotArmApp PRIVATE
|
2023-06-13 08:16:21 +00:00
|
|
|
robotarm_contentplugin
|
2023-04-14 19:21:43 +00:00
|
|
|
RobotArmplugin
|
2024-01-23 10:40:50 +00:00
|
|
|
backendmoduleplugin
|
2023-04-14 19:21:43 +00:00
|
|
|
)
|