Inital commit of the Komplex Hub
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
### 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"
|
||||
"EventListModel.qml"
|
||||
"EventListSimulator.qml"
|
||||
"WallpaperModelData.qml"
|
||||
)
|
||||
|
||||
add_subdirectory("Controls")
|
||||
add_subdirectory("Kero")
|
||||
Reference in New Issue
Block a user