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:
@ -69,6 +69,7 @@ HEADERS += ../YACReaderLibrary/library_creator.h \
|
||||
../YACReaderLibrary/db/query_parser.h \
|
||||
../YACReaderLibrary/db/search_query.h \
|
||||
../YACReaderLibrary/libraries_update_coordinator.h \
|
||||
../common/global_info_provider.h \
|
||||
|
||||
|
||||
SOURCES += ../YACReaderLibrary/library_creator.cpp \
|
||||
@ -100,6 +101,7 @@ SOURCES += ../YACReaderLibrary/library_creator.cpp \
|
||||
../YACReaderLibrary/db/query_parser.cpp \
|
||||
../YACReaderLibrary/db/search_query.cpp \
|
||||
../YACReaderLibrary/libraries_update_coordinator.cpp \
|
||||
../common/global_info_provider.cpp \
|
||||
|
||||
include(../YACReaderLibrary/server/server.pri)
|
||||
|
||||
|
Reference in New Issue
Block a user