aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app_version.h.cmakein
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-06-22 14:59:24 +0200
committerEike Ziller <eike.ziller@qt.io>2023-06-26 06:58:36 +0000
commit6836caa14c247829bfd4edf47d31c87310d56211 (patch)
treeb8df66df0be9750c33ffc8938ff96be0e960ab8e /src/app/app_version.h.cmakein
parentdff9e1463bfebe803af0c696222b6eeb04857c26 (diff)
Do not compile PROJECT_USER_FILE_EXTENSION into plugins
Set it in the app info in the main application and read it from there. Moves more branding information out of the plugins. Change-Id: I2f2e9fc96900793be15ac1907df70dda31c1b9c1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/app/app_version.h.cmakein')
-rw-r--r--src/app/app_version.h.cmakein3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/app_version.h.cmakein b/src/app/app_version.h.cmakein
index 5b9098f056..6c1fb9bb29 100644
--- a/src/app/app_version.h.cmakein
+++ b/src/app/app_version.h.cmakein
@@ -28,5 +28,8 @@ const char IDE_REVISION_URL[] = "${IDE_REVISION_URL}";
// changes the path where the settings are saved to
const char IDE_SETTINGSVARIANT_STR[] = "${IDE_SETTINGSVARIANT}";
+// added extension for project user settings
+const char IDE_PROJECT_USER_FILE_EXTENSION[] = "${PROJECT_USER_FILE_EXTENSION}";
+
} // Constants
} // Core