34 lines
797 B
CMake
34 lines
797 B
CMake
qml_module(caelestia-config
|
|
URI Caelestia.Config
|
|
SOURCES
|
|
config.cpp
|
|
configattached.cpp
|
|
configobject.cpp
|
|
rootconfig.cpp
|
|
appearanceconfig.cpp
|
|
font.cpp
|
|
fontbuilder.cpp
|
|
tokens.cpp
|
|
tokensattached.cpp
|
|
anim.cpp
|
|
monitorconfigmanager.cpp
|
|
backgroundconfig.hpp
|
|
barconfig.hpp
|
|
borderconfig.hpp
|
|
controlcenterconfig.hpp
|
|
dashboardconfig.hpp
|
|
generalconfig.hpp
|
|
launcherconfig.hpp
|
|
lockconfig.hpp
|
|
notifsconfig.hpp
|
|
osdconfig.hpp
|
|
serviceconfig.hpp
|
|
sessionconfig.hpp
|
|
sidebarconfig.hpp
|
|
userpaths.hpp
|
|
utilitiesconfig.hpp
|
|
winfoconfig.hpp
|
|
LIBRARIES
|
|
Qt::Quick
|
|
Qt::QuickControls2
|
|
)
|