diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-10 17:29:29 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:34:36 -0500 |
| commit | 27d0b3d993ed5f91aeab317df7539b50dd3634b7 (patch) | |
| tree | 261ebd5e0152d1d2014af34a9cfc7551a8bec10f /plugin/src/Caelestia/CMakeLists.txt | |
| parent | remove more things, make lock screen use wallpaper not screenshot (diff) | |
| download | caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.tar.gz caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.tar.bz2 caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.zip | |
remove more things again lol
Diffstat (limited to 'plugin/src/Caelestia/CMakeLists.txt')
| -rw-r--r-- | plugin/src/Caelestia/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/src/Caelestia/CMakeLists.txt b/plugin/src/Caelestia/CMakeLists.txt index 18c7315..22d4b97 100644 --- a/plugin/src/Caelestia/CMakeLists.txt +++ b/plugin/src/Caelestia/CMakeLists.txt @@ -1,6 +1,5 @@ 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) pkg_check_modules(Aubio IMPORTED_TARGET aubio REQUIRED) pkg_check_modules(Cava IMPORTED_TARGET cava REQUIRED) @@ -41,7 +40,6 @@ qml_module(caelestia URI Caelestia SOURCES cutils.hpp cutils.cpp - qalculator.hpp qalculator.cpp appdb.hpp appdb.cpp requests.hpp requests.cpp toaster.hpp toaster.cpp @@ -51,9 +49,7 @@ qml_module(caelestia Qt::Quick Qt::Concurrent Qt::Sql - PkgConfig::Qalculate ) add_subdirectory(Internal) -add_subdirectory(Models) add_subdirectory(Services) |