mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -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
|
||||||
}
|
}
|
||||||
@ -88,68 +87,69 @@ QT += sql network widgets script
|
|||||||
|
|
||||||
# Input
|
# Input
|
||||||
HEADERS += comic_flow.h \
|
HEADERS += comic_flow.h \
|
||||||
create_library_dialog.h \
|
create_library_dialog.h \
|
||||||
library_creator.h \
|
library_creator.h \
|
||||||
library_window.h \
|
library_window.h \
|
||||||
add_library_dialog.h \
|
add_library_dialog.h \
|
||||||
rename_library_dialog.h \
|
rename_library_dialog.h \
|
||||||
properties_dialog.h \
|
properties_dialog.h \
|
||||||
options_dialog.h \
|
options_dialog.h \
|
||||||
export_library_dialog.h \
|
export_library_dialog.h \
|
||||||
import_library_dialog.h \
|
import_library_dialog.h \
|
||||||
package_manager.h \
|
package_manager.h \
|
||||||
bundle_creator.h \
|
bundle_creator.h \
|
||||||
export_comics_info_dialog.h \
|
export_comics_info_dialog.h \
|
||||||
import_comics_info_dialog.h \
|
import_comics_info_dialog.h \
|
||||||
server_config_dialog.h \
|
server_config_dialog.h \
|
||||||
comic_flow_widget.h \
|
comic_flow_widget.h \
|
||||||
db_helper.h \
|
db_helper.h \
|
||||||
./db/data_base_management.h \
|
./db/data_base_management.h \
|
||||||
./db/folder_item.h \
|
./db/folder_item.h \
|
||||||
./db/folder_model.h \
|
./db/folder_model.h \
|
||||||
./db/comic_model.h \
|
./db/comic_model.h \
|
||||||
./db/comic_item.h \
|
./db/comic_item.h \
|
||||||
../common/comic_db.h \
|
../common/comic_db.h \
|
||||||
../common/folder.h \
|
../common/folder.h \
|
||||||
../common/library_item.h \
|
../common/library_item.h \
|
||||||
../common/comic.h \
|
../common/comic.h \
|
||||||
../common/bookmarks.h \
|
../common/bookmarks.h \
|
||||||
../common/pictureflow.h \
|
../common/pictureflow.h \
|
||||||
../common/custom_widgets.h \
|
../common/custom_widgets.h \
|
||||||
../common/qnaturalsorting.h \
|
../common/qnaturalsorting.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 \
|
||||||
no_libraries_widget.h \
|
../common/pdf_comic.h \
|
||||||
import_widget.h \
|
no_libraries_widget.h \
|
||||||
yacreader_local_server.h \
|
import_widget.h \
|
||||||
yacreader_main_toolbar.h \
|
yacreader_local_server.h \
|
||||||
comics_remover.h \
|
yacreader_main_toolbar.h \
|
||||||
../common/http_worker.h \
|
comics_remover.h \
|
||||||
yacreader_libraries.h \
|
../common/http_worker.h \
|
||||||
../common/exit_check.h \
|
yacreader_libraries.h \
|
||||||
comics_view.h \
|
../common/exit_check.h \
|
||||||
classic_comics_view.h \
|
comics_view.h \
|
||||||
empty_folder_widget.h \
|
classic_comics_view.h \
|
||||||
no_search_results_widget.h \
|
empty_folder_widget.h \
|
||||||
comic_files_manager.h \
|
no_search_results_widget.h \
|
||||||
db/reading_list_model.h \
|
comic_files_manager.h \
|
||||||
db/reading_list_item.h \
|
db/reading_list_model.h \
|
||||||
yacreader_folders_view.h \
|
db/reading_list_item.h \
|
||||||
yacreader_reading_lists_view.h \
|
yacreader_folders_view.h \
|
||||||
add_label_dialog.h \
|
yacreader_reading_lists_view.h \
|
||||||
yacreader_history_controller.h \
|
add_label_dialog.h \
|
||||||
yacreader_navigation_controller.h \
|
yacreader_history_controller.h \
|
||||||
empty_label_widget.h \
|
yacreader_navigation_controller.h \
|
||||||
empty_container_info.h \
|
empty_label_widget.h \
|
||||||
empty_special_list.h \
|
empty_container_info.h \
|
||||||
empty_reading_list_widget.h \
|
empty_special_list.h \
|
||||||
../common/scroll_management.h \
|
empty_reading_list_widget.h \
|
||||||
../common/opengl_checker.h \
|
../common/scroll_management.h \
|
||||||
yacreader_comics_views_manager.h \
|
../common/opengl_checker.h \
|
||||||
info_comics_view.h \
|
yacreader_comics_views_manager.h \
|
||||||
yacreader_comics_selection_helper.h \
|
info_comics_view.h \
|
||||||
yacreader_comic_info_helper.h
|
yacreader_comics_selection_helper.h \
|
||||||
|
yacreader_comic_info_helper.h
|
||||||
|
|
||||||
!CONFIG(no_opengl) {
|
!CONFIG(no_opengl) {
|
||||||
CONFIG(legacy_gl_widget) {
|
CONFIG(legacy_gl_widget) {
|
||||||
|
Reference in New Issue
Block a user