diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-09-26 14:35:54 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-09-26 14:35:54 +1000 |
| commit | dc986c00aa441f555e86449ccd044e24fa56a33a (patch) | |
| tree | 11d54c955084fd9fc898ce0c27c167f31a672154 /plugin/src/Caelestia/CMakeLists.txt | |
| parent | nix: add clazy to devshell (diff) | |
| download | caelestia-shell-dc986c00aa441f555e86449ccd044e24fa56a33a.tar.gz caelestia-shell-dc986c00aa441f555e86449ccd044e24fa56a33a.tar.bz2 caelestia-shell-dc986c00aa441f555e86449ccd044e24fa56a33a.zip | |
plugin: add sleep notifier
Lock before sleep
Diffstat (limited to 'plugin/src/Caelestia/CMakeLists.txt')
| -rw-r--r-- | plugin/src/Caelestia/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/CMakeLists.txt b/plugin/src/Caelestia/CMakeLists.txt index d344ef7..18c7315 100644 --- a/plugin/src/Caelestia/CMakeLists.txt +++ b/plugin/src/Caelestia/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui Quick Concurrent Sql Network) +find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui Quick Concurrent Sql Network DBus) find_package(PkgConfig REQUIRED) pkg_check_modules(Qalculate IMPORTED_TARGET libqalculate REQUIRED) pkg_check_modules(Pipewire IMPORTED_TARGET libpipewire-0.3 REQUIRED) |