mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Add QElectroTech Version in log file
This commit is contained in:
parent
20896de561
commit
ef15013715
@ -24,6 +24,8 @@
|
||||
#include <QStorageInfo>
|
||||
#include <QLibraryInfo>
|
||||
|
||||
#include "qet.h"
|
||||
|
||||
/**
|
||||
@brief Machine_info::Machine_info
|
||||
@param parent
|
||||
@ -76,6 +78,7 @@ void Machine_info::send_info_to_debug()
|
||||
qInfo()<< "Qt library location Qt settings:"
|
||||
<< QLibraryInfo::location(QLibraryInfo::SettingsPath);
|
||||
#endif
|
||||
qInfo()<< "QElectroTech V " + QET::displayedVersion;
|
||||
qInfo()<< tr("Compilation : ") + pc.built.version;
|
||||
qInfo()<< "Built with Qt " + pc.built.QT
|
||||
+ " - Date : " + pc.built.date
|
||||
|
Loading…
x
Reference in New Issue
Block a user