Always include pdf_comic.h

This commit is contained in:
Felix Kauselmann
2016-10-17 22:49:38 +02:00
parent 98bccee00d
commit f05ac77fc2
2 changed files with 65 additions and 65 deletions

View File

@ -85,7 +85,6 @@ QT += macextras gui-private
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
OBJECTIVE_SOURCES += ../common/pdf_comic.mm OBJECTIVE_SOURCES += ../common/pdf_comic.mm
HEADERS += ../common/pdf_comic.h
} }
QT += network widgets core QT += network widgets core
@ -131,7 +130,8 @@ HEADERS += ../common/comic.h \
../common/http_worker.h \ ../common/http_worker.h \
../common/exit_check.h \ ../common/exit_check.h \
../common/scroll_management.h \ ../common/scroll_management.h \
../common/opengl_checker.h ../common/opengl_checker.h \
../common/pdf_comic.h
!CONFIG(no_opengl) { !CONFIG(no_opengl) {
CONFIG(legacy_gl_widget) { CONFIG(legacy_gl_widget) {

View File

@ -70,7 +70,6 @@ macx{
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
OBJECTIVE_SOURCES += $$PWD/../common/pdf_comic.mm OBJECTIVE_SOURCES += $$PWD/../common/pdf_comic.mm
HEADERS += $$PWD/../common/pdf_comic.h
CONFIG += objective_c CONFIG += objective_c
QT += macextras gui-private QT += macextras gui-private
} }
@ -120,6 +119,7 @@ HEADERS += comic_flow.h \
../common/yacreader_global.h \ ../common/yacreader_global.h \
../common/yacreader_global_gui.h \ ../common/yacreader_global_gui.h \
../common/onstart_flow_selection_dialog.h \ ../common/onstart_flow_selection_dialog.h \
../common/pdf_comic.h \
no_libraries_widget.h \ no_libraries_widget.h \
import_widget.h \ import_widget.h \
yacreader_local_server.h \ yacreader_local_server.h \