mirror of
https://github.com/YACReader/yacreader
synced 2025-07-29 18:35:15 -04:00
Extract comic vine json parsing to its own file + add support for extra fields
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/comic_vine_json_parser.h \
|
||||
comic_vine/comic_vine_dialog.h \
|
||||
comic_vine/comic_vine_client.h \
|
||||
comic_vine/scraper_lineedit.h \
|
||||
@ -24,6 +25,7 @@ HEADERS += \
|
||||
$$PWD/comic_vine_all_volume_comics_retriever.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/comic_vine_json_parser.cpp \
|
||||
comic_vine/comic_vine_dialog.cpp \
|
||||
comic_vine/comic_vine_client.cpp \
|
||||
comic_vine/scraper_lineedit.cpp \
|
||||
|
Reference in New Issue
Block a user