mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -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
|
||||
|
||||
OBJECTIVE_SOURCES += ../common/pdf_comic.mm
|
||||
HEADERS += ../common/pdf_comic.h
|
||||
}
|
||||
|
||||
QT += network widgets core
|
||||
@ -131,7 +130,8 @@ HEADERS += ../common/comic.h \
|
||||
../common/http_worker.h \
|
||||
../common/exit_check.h \
|
||||
../common/scroll_management.h \
|
||||
../common/opengl_checker.h
|
||||
../common/opengl_checker.h \
|
||||
../common/pdf_comic.h
|
||||
|
||||
!CONFIG(no_opengl) {
|
||||
CONFIG(legacy_gl_widget) {
|
||||
|
Reference in New Issue
Block a user