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
+1
View File
@@ -18,5 +18,6 @@ qt6_add_qml_module(KomplexHubModule
"WallpaperModelData.qml"
)
set_target_properties(KomplexHubModule PROPERTIES VERSION "1.0")
add_subdirectory("Controls")
add_subdirectory("Kero")
+3 -3
View File
@@ -63,7 +63,7 @@ QtObject {
readonly property int normalAnimationDuration: 250
readonly property int fastAnimationDuration: 125
property StudioApplication application: StudioApplication {
fontPath: Qt.resolvedUrl("../KomplexHubContent/" + relativeFontDirectory)
}
// property StudioApplication application: StudioApplication {
// fontPath: Qt.resolvedUrl("../KomplexHubContent/" + relativeFontDirectory)
// }
}
+3 -2
View File
@@ -1,8 +1,8 @@
### This file is automatically generated by Qt Design Studio.
### Do not change
qt_add_library(KomplexHubModule_Controls STATIC)
qt6_add_qml_module(KomplexHubModule_Controls
qt_add_library(KomplexHubControls STATIC)
qt6_add_qml_module(KomplexHubControls
URI "KomplexHub.Controls"
VERSION 1.0
RESOURCE_PREFIX "/qt/qml"
@@ -22,3 +22,4 @@ qt6_add_qml_module(KomplexHubModule_Controls
"BackgroundImage.qml"
)
#set_target_properties(KomplexHubControls PROPERTIES VERSION "1.0")
+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")