From 156de8db9e5d03d2200ae9dfe8bffca3a0404b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 8 May 2025 22:53:00 +0200 Subject: [PATCH] Fix YACReaderLibraryServer build --- YACReaderLibraryServer/YACReaderLibraryServer.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YACReaderLibraryServer/YACReaderLibraryServer.pro b/YACReaderLibraryServer/YACReaderLibraryServer.pro index 333876a0..ed7ca78f 100644 --- a/YACReaderLibraryServer/YACReaderLibraryServer.pro +++ b/YACReaderLibraryServer/YACReaderLibraryServer.pro @@ -57,6 +57,7 @@ HEADERS += ../YACReaderLibrary/library_creator.h \ ../common/bookmarks.h \ ../common/qnaturalsorting.h \ ../common/yacreader_global.h \ + ../common/cover_utils.h \ ../YACReaderLibrary/yacreader_local_server.h \ ../YACReaderLibrary/comics_remover.h \ ../common/http_worker.h \ @@ -87,6 +88,7 @@ SOURCES += ../YACReaderLibrary/library_creator.cpp \ ../common/comic.cpp \ ../common/bookmarks.cpp \ ../common/qnaturalsorting.cpp \ + ../common/cover_utils.cpp \ ../YACReaderLibrary/yacreader_local_server.cpp \ ../YACReaderLibrary/comics_remover.cpp \ ../common/http_worker.cpp \