mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add support for printing more information in diagnosis log
Also yacreaderlibraryserver can now print this with the --system-info option This will help when giving support to users.
This commit is contained in:
@ -154,7 +154,8 @@ HEADERS += comic_flow.h \
|
||||
db/reading_list.h \
|
||||
db/query_parser.h \
|
||||
current_comic_view_helper.h \
|
||||
ip_config_helper.h
|
||||
ip_config_helper.h \
|
||||
../common/global_info_provider.h \
|
||||
|
||||
!CONFIG(no_opengl) {
|
||||
HEADERS += ../common/gl/yacreader_flow_gl.h
|
||||
@ -240,7 +241,8 @@ SOURCES += comic_flow.cpp \
|
||||
db/reading_list.cpp \
|
||||
current_comic_view_helper.cpp \
|
||||
db/query_parser.cpp \
|
||||
ip_config_helper.cpp
|
||||
ip_config_helper.cpp \
|
||||
../common/global_info_provider.cpp \
|
||||
|
||||
!CONFIG(no_opengl) {
|
||||
SOURCES += ../common/gl/yacreader_flow_gl.cpp
|
||||
|
Reference in New Issue
Block a user