summaryrefslogtreecommitdiff
path: root/src/gui/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/about.cpp')
-rw-r--r--src/gui/about.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/about.cpp b/src/gui/about.cpp
index 08e81cf..7b82019 100644
--- a/src/gui/about.cpp
+++ b/src/gui/about.cpp
@@ -48,6 +48,8 @@ About::About(QWidget* parent) : QDialog(parent), m_ui(new Ui::About)
m_ui->aboutLabel->setText(
m_ui->aboutLabel->text().replace(QLatin1String("%VERSION%"), gVersion));
+ m_ui->aboutLabel->setText(
+ m_ui->aboutLabel->text().replace(QLatin1String("%QTVERSION%"), qVersion()));
#ifdef QT_OPENSOURCE
m_ui->aboutLabel->setText(m_ui->aboutLabel->text().replace(
QLatin1String("%LICENSE%"),