Add more info to the start log in YACReaderLibrary

This commit is contained in:
Luis Ángel San Martín 2023-12-16 08:27:46 +01:00
parent 16924eea38
commit ed82f0c801

View File

@ -38,8 +38,10 @@ using namespace QsLogging;
void logSystemAndConfig()
{
QLOG_INFO() << "---------- System & configuration ----------";
QLOG_INFO() << "YACReader version:" << VERSION;
QLOG_INFO() << "Qt version:" << qVersion();
QLOG_INFO() << "OS:" << QSysInfo::prettyProductName() << "Version: " << QSysInfo::productVersion();
QLOG_INFO() << "Kernel:" << QSysInfo::kernelType() << QSysInfo::kernelVersion() << "Architecture:" << QSysInfo::currentCpuArchitecture();
QLOG_INFO() << "Kernel:" << QSysInfo::kernelType() << QSysInfo::kernelVersion() << "Architecture:" << QSysInfo::currentCpuArchitecture() << "ABI:" << QSysInfo::buildAbi();
#if !defined use_unarr && !defined use_libarchive
#ifdef Q_OS_WIN