From 75b44558d6c775cc579aff666a72e431daf77433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 13 Oct 2022 23:31:19 +0200 Subject: [PATCH] Remove reference to files that aren't in the project yet --- YACReaderLibrary/YACReaderLibrary.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index dfaf6214..b8b9fb04 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -79,7 +79,6 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += openglwidgets core5compat # Input HEADERS += comic_flow.h \ ../common/concurrent_queue.h \ - content_views_updater.h \ create_library_dialog.h \ db/comic_query_result_processor.h \ db/folder_query_result_processor.h \ @@ -163,7 +162,6 @@ HEADERS += comic_flow.h \ SOURCES += comic_flow.cpp \ ../common/concurrent_queue.cpp \ - content_views_updater.cpp \ create_library_dialog.cpp \ db/comic_query_result_processor.cpp \ db/folder_query_result_processor.cpp \