Remove reference to files that aren't in the project yet

This commit is contained in:
Luis Ángel San Martín 2022-10-13 23:31:19 +02:00
parent 05a3172012
commit 75b44558d6

View File

@ -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 \