diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-11 02:03:01 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-11 02:03:01 +1000 |
| commit | 2832de18d71579383b400c1bf9ecbcb0ef54ce10 (patch) | |
| tree | 62237ba1a81b243e5a1f2e3ae86d9fb9d802b4bf /plugin/src/Caelestia/CMakeLists.txt | |
| parent | plugin: remove multimedia dep (diff) | |
| download | caelestia-shell-2832de18d71579383b400c1bf9ecbcb0ef54ce10.tar.gz caelestia-shell-2832de18d71579383b400c1bf9ecbcb0ef54ce10.tar.bz2 caelestia-shell-2832de18d71579383b400c1bf9ecbcb0ef54ce10.zip | |
launcher: sort apps by usage
Closes #588
Diffstat (limited to 'plugin/src/Caelestia/CMakeLists.txt')
| -rw-r--r-- | plugin/src/Caelestia/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/CMakeLists.txt b/plugin/src/Caelestia/CMakeLists.txt index 1a96bf4..c13417f 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 Concurrent) +find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui Concurrent Sql) find_package(PkgConfig REQUIRED) pkg_check_modules(Qalculate IMPORTED_TARGET libqalculate REQUIRED) pkg_check_modules(Pipewire IMPORTED_TARGET libpipewire-0.3 REQUIRED) @@ -21,6 +21,7 @@ qt_add_qml_module(caelestia audiocollector.hpp audiocollector.cpp audioprovider.hpp audioprovider.cpp cavaprovider.hpp cavaprovider.cpp + appdb.hpp appdb.cpp ) qt_query_qml_module(caelestia @@ -45,6 +46,7 @@ target_link_libraries(caelestia PRIVATE Qt::Qml Qt::Gui Qt::Concurrent + Qt::Sql PkgConfig::Qalculate PkgConfig::Pipewire PkgConfig::Aubio |