aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
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 /qbs
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 'qbs')
-rw-r--r--qbs/modules/qtc/qtc.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/modules/qtc/qtc.qbs b/qbs/modules/qtc/qtc.qbs
index 58ad299d3e..8a78e329b0 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -26,6 +26,7 @@ Module {
property string ide_id: 'qtcreator'
property string ide_cased_id: 'QtCreator'
property string ide_bundle_identifier: 'org.qt-project.qtcreator'
+ property string ide_user_file_extension: '.user'
property string libDirName: "lib"
property string ide_app_path: qbs.targetOS.contains("macos") ? "" : "bin"