Files
komplex-hub/KomplexHubModule/CMakeLists.txt
T
2026-08-25 19:18:55 -04:00

24 lines
482 B
CMake

### This file is automatically generated by Qt Design Studio.
### Do not change
set_source_files_properties(Constants.qml
PROPERTIES
QT_QML_SINGLETON_TYPE true
)
qt_add_library(KomplexHubModule STATIC)
qt6_add_qml_module(KomplexHubModule
URI "KomplexHub"
VERSION 1.0
RESOURCE_PREFIX "/qt/qml"
QML_FILES
"Constants.qml"
)
set_target_properties(KomplexHubModule PROPERTIES VERSION "1.0")
add_subdirectory("Controls")
add_subdirectory("Kero")