aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app_version.h.cmakein
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-03-02 13:36:14 +0100
committerEike Ziller <eike.ziller@qt.io>2020-03-06 09:49:05 +0000
commitd6c95ef3655455a2b0b4c2c23d8dae1ab4ed1b78 (patch)
treee04f67a3c9f5bad42a7cf2ed868cd6934eb5faa8 /src/app/app_version.h.cmakein
parent8bb3b3c4f1bf36eca3c173626c2300fc3c04fc15 (diff)
Take compatibility version into account for user plugins
When loading user-local plugins, do not load plugins for all patch versions starting from .0 unconditionally. Take the compatibility version into account. That fixes that prereleases x.y.82 etc should not try loading plugins for any actual x.y.z release. Change-Id: Ide0931bbdef4f48e08dcc3213f7c193c8889fb0f Reviewed-by: Christian Kandeler <christian.kandeler@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 7fa0a830dd..6d69f0d5de 100644
--- a/src/app/app_version.h.cmakein
+++ b/src/app/app_version.h.cmakein
@@ -43,6 +43,7 @@ const char IDE_ID[] = "${IDE_ID}";
const char IDE_CASED_ID[] = "${IDE_CASED_ID}";
const char IDE_VERSION_DISPLAY[] = "${IDE_VERSION_DISPLAY}";
+const char IDE_VERSION_COMPAT[] = "${IDE_VERSION_COMPAT}";
const char IDE_REVISION_STR[] = "${IDE_REVISION_STR}";
const char IDE_REVISION_URL_STR[] = "${IDE_REVISION_URL_STR}";