mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Always include pdf_comic.h
This commit is contained in:
@ -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) {
|
||||||
|
@ -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 \
|
||||||
|
Reference in New Issue
Block a user