Build revision in crash report.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-02-18 12:17:56 +02:00
parent 0d6a53f5d2
commit f3fceaea64

View File

@ -2316,6 +2316,7 @@ void VApplication::SendReport(const QString &reportName) const
// Additional information
content.append(QString("-------------------------------")+"\r\n");
content.append(QString("Version:%1").arg(APP_VERSION)+"\r\n");
content.append(QString("Build revision:%1").arg(BUILD_REVISION)+"\r\n");
content.append(QString("Based on Qt %2 (32 bit)").arg(QT_VERSION_STR)+"\r\n");
content.append(QString("Built on %3 at %4").arg(__DATE__).arg(__TIME__)+"\r\n");
content.append("\r\n");