From f3b551f72a17d2732bd5c8f5421351f68e4c0deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 14 Aug 2023 18:45:37 +0200 Subject: [PATCH] Add libraries_update_coordinator.cpp/h files to YACReaderLibraryServer.pro --- YACReaderLibraryServer/YACReaderLibraryServer.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/YACReaderLibraryServer/YACReaderLibraryServer.pro b/YACReaderLibraryServer/YACReaderLibraryServer.pro index c88875df..39e652fc 100644 --- a/YACReaderLibraryServer/YACReaderLibraryServer.pro +++ b/YACReaderLibraryServer/YACReaderLibraryServer.pro @@ -66,7 +66,8 @@ HEADERS += ../YACReaderLibrary/library_creator.h \ ../YACReaderLibrary/ip_config_helper.h \ ../YACReaderLibrary/db/query_lexer.h \ ../YACReaderLibrary/db/query_parser.h \ - ../YACReaderLibrary/db/search_query.h + ../YACReaderLibrary/db/search_query.h \ + ../YACReaderLibrary/libraries_update_coordinator.h \ SOURCES += ../YACReaderLibrary/library_creator.cpp \ @@ -96,6 +97,7 @@ SOURCES += ../YACReaderLibrary/library_creator.cpp \ ../YACReaderLibrary/db/query_lexer.cpp \ ../YACReaderLibrary/db/query_parser.cpp \ ../YACReaderLibrary/db/search_query.cpp \ + ../YACReaderLibrary/libraries_update_coordinator.cpp \ include(../YACReaderLibrary/server/server.pri)