Add the architecture of the CPU that Qt was compiled for in widget aboutqetdialog and in the logs

This commit is contained in:
Laurent Trinques
2022-07-08 20:50:45 +02:00
parent 8a1f509b62
commit 8af850df44
2 changed files with 4 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ class MachineInfo
QString QT=QString(QT_VERSION_STR);
QString date=QString(__DATE__);
QString time=QString(__TIME__);
QString arch=QString(QSysInfo::buildCpuArchitecture());
}built;
struct CPU
{