Renamed Controls and Kero modules

This commit is contained in:
Digital Artifex
2026-08-25 04:45:09 -04:00
parent 2fab4f209f
commit b4a1e1bbf4
6 changed files with 16 additions and 12 deletions
+4 -3
View File
@@ -1,5 +1,5 @@
qt_add_library(KomplexHubModule_Kero STATIC)
qt6_add_qml_module(KomplexHubModule_Kero
qt_add_library(KomplexHubKero STATIC)
qt6_add_qml_module(KomplexHubKero
URI "KomplexHub.Kero"
VERSION 1.0
RESOURCE_PREFIX "/qt/qml"
@@ -13,4 +13,5 @@ qt6_add_qml_module(KomplexHubModule_Kero
"KeroWarningAvatar.qml"
"KeroHeader.qml"
"KeroSuccessAvatar.qml"
)
)
#set_target_properties(KomplexHubKero PROPERTIES VERSION "1.0")