Files
z-bar-qt/Plugins/ZShell/Internal/CMakeLists.txt
T
AramJonghu 0d8f558f66
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 19s
Python / test (pull_request) Successful in 45s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m3s
Took caelestia lid logic (prepare to sleep) instead
2026-06-03 17:41:29 +02:00

21 lines
550 B
CMake

qml_module(ZShell-internal
URI ZShell.Internal
SOURCES
hyprextras.hpp hyprextras.cpp
hyprdevices.hpp hyprdevices.cpp
cachingimagemanager.hpp cachingimagemanager.cpp
circularindicatormanager.hpp circularindicatormanager.cpp
circularbuffer.hpp circularbuffer.cpp
sparklineitem.hpp sparklineitem.cpp
arcgauge.hpp arcgauge.cpp
wallpaperimage.hpp wallpaperimage.cpp
lidwatcher.hpp lidwatcher.cpp
LIBRARIES
Qt::Gui
Qt::Quick
Qt::Concurrent
Qt::Core
Qt::Network
Qt::DBus
)