diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-16 15:41:45 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-16 15:41:45 +0100 |
commit | c3b20dc648cfd02d3a26bbd6fab0db5a7d39fc05 (patch) | |
tree | 573ad55f55da490d02d500875de8c53848702f59 /src/forms | |
parent | Converted repository to mercurial (diff) | |
download | smolbote-c3b20dc648cfd02d3a26bbd6fab0db5a7d39fc05.tar.xz |
Fixed build scripts for use with the mercurial repository
Diffstat (limited to 'src/forms')
-rw-r--r-- | src/forms/aboutdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/forms/aboutdialog.cpp b/src/forms/aboutdialog.cpp index e5dfc7d..93ee86b 100644 --- a/src/forms/aboutdialog.cpp +++ b/src/forms/aboutdialog.cpp @@ -24,8 +24,8 @@ constexpr const char *getCompiler() inline const QString getLongVersion() { -#ifdef GIT_DESCRIBE - return QString(GIT_DESCRIBE); +#ifdef SMOLBOTE_DESCRIBE + return QString(SMOLBOTE_DESCRIBE); #else return qApp->applicationVersion(); #endif |