mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Move network interface filtering to separate file
This commit is contained in:
@ -150,7 +150,8 @@ HEADERS += comic_flow.h \
|
||||
yacreader_comic_info_helper.h \
|
||||
db/reading_list.h \
|
||||
db/query_parser.h \
|
||||
current_comic_view_helper.h
|
||||
current_comic_view_helper.h \
|
||||
ip_config_helper.h
|
||||
|
||||
!CONFIG(no_opengl) {
|
||||
HEADERS += ../common/gl/yacreader_flow_gl.h
|
||||
@ -232,7 +233,8 @@ SOURCES += comic_flow.cpp \
|
||||
yacreader_comic_info_helper.cpp\
|
||||
db/reading_list.cpp \
|
||||
current_comic_view_helper.cpp \
|
||||
db/query_parser.cpp
|
||||
db/query_parser.cpp \
|
||||
ip_config_helper.cpp
|
||||
|
||||
!CONFIG(no_opengl) {
|
||||
SOURCES += ../common/gl/yacreader_flow_gl.cpp
|
||||
|
Reference in New Issue
Block a user