From 6836caa14c247829bfd4edf47d31c87310d56211 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 22 Jun 2023 14:59:24 +0200 Subject: 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 Reviewed-by: Alessandro Portale --- src/app/app_version.h.cmakein | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app/app_version.h.cmakein') diff --git a/src/app/app_version.h.cmakein b/src/app/app_version.h.cmakein index 5b9098f056e..6c1fb9bb297 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 -- cgit v1.2.3