aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app_version.h.cmakein
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2020-01-23 13:32:41 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2020-01-23 14:33:31 +0000
commitae9fbd04dd932707e8538676343ec6c6d5bcd250 (patch)
treeafd11be811a16246e254b45a83246805b2c8b06e /src/app/app_version.h.cmakein
parentbf7b16d9ca2da237b1eb915a7c2ff83bfa482d3a (diff)
Core: Make the revision sha in VersionDialog a clickable link
The base URL can be defined via the IDE branding mechanism. If omitted, the revision is plain text, like before this change. Change-Id: If1a74707a10c76e15d3d25b8e6b0c302219fb91d Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/app/app_version.h.cmakein')
-rw-r--r--src/app/app_version.h.cmakein1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/app_version.h.cmakein b/src/app/app_version.h.cmakein
index 86074a22e9..79ac4397ce 100644
--- a/src/app/app_version.h.cmakein
+++ b/src/app/app_version.h.cmakein
@@ -44,6 +44,7 @@ const char IDE_CASED_ID[] = "${IDE_CASED_ID}";
const char IDE_VERSION_DISPLAY[] = "${IDE_VERSION_DISPLAY}";
const char IDE_REVISION_STR[] = "${IDE_REVISION_STR}";
+const char IDE_REVISION_URL[] = "${IDE_REVISION_URL}";
// changes the path where the settings are saved to
const char IDE_SETTINGSVARIANT_STR[] = "${IDE_SETTINGSVARIANT}";