added version.h file generation
- deleted files for qmake
This commit is contained in:
parent
a5cf2d37d4
commit
005bb39e41
28 changed files with 89 additions and 632 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "AppSettingsLogic.h"
|
||||
|
||||
#include "logger.h"
|
||||
#include "defines.h"
|
||||
#include "version.h"
|
||||
#include "ui/qautostart.h"
|
||||
#include "ui/uilogic.h"
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ void AppSettingsLogic::onUpdatePage()
|
|||
|
||||
QString ver = QString("%1: %2 (%3)")
|
||||
.arg(tr("Software version"))
|
||||
.arg(QString(APP_MAJOR_VERSION))
|
||||
.arg(QString(APP_VERSION))
|
||||
.arg(__DATE__);
|
||||
set_labelVersionText(ver);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue