From 3ee6dcd9611986864e78df8dd06cc364e346f4a6 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 10 Jan 2026 17:29:29 -0500 Subject: remove more things again lol --- plugin/src/Caelestia/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugin/src/Caelestia/CMakeLists.txt') 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) -- cgit v1.2.3-freya