23 lines
509 B
CMake
23 lines
509 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"
|
|
"EventListModel.qml"
|
|
"EventListSimulator.qml"
|
|
"WallpaperModelData.qml"
|
|
)
|
|
|
|
add_subdirectory("Controls")
|
|
add_subdirectory("Kero")
|