From 4f60c07e0540f89654b469d134095c37e238d3e8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 27 Aug 2025 20:32:51 +1000 Subject: plugin: create caching image manager No need for external proc --- plugin/src/Caelestia/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin/src/Caelestia/CMakeLists.txt') diff --git a/plugin/src/Caelestia/CMakeLists.txt b/plugin/src/Caelestia/CMakeLists.txt index 61d7f7e..3ea0225 100644 --- a/plugin/src/Caelestia/CMakeLists.txt +++ b/plugin/src/Caelestia/CMakeLists.txt @@ -3,6 +3,7 @@ qt_add_qml_module(caelestia VERSION 0.1 SOURCES cutils.hpp cutils.cpp + cachingimagemanager.hpp cachingimagemanager.cpp ) qt_query_qml_module(caelestia -- cgit v1.2.3-freya