mirror of https://github.com/qt/qtdoc.git
24 lines
425 B
Plaintext
24 lines
425 B
Plaintext
|
### 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
|
||
|
contentplugin
|
||
|
RobotArmplugin
|
||
|
backendmodule
|
||
|
)
|