aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/app.qbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/app.qbs b/src/app/app.qbs
index 7d9b7ab91c4..9fcbd22099e 100644
--- a/src/app/app.qbs
+++ b/src/app/app.qbs
@@ -26,6 +26,10 @@ QtcProduct {
installSourceBase: isBundle ? buildDirectory : base
property bool qtcRunnable: true
+ bundle.infoPlist: ({
+ "NSHumanReadableCopyright": qtc.qtcreator_copyright_string
+ })
+
cpp.rpaths: qbs.targetOS.contains("macos") ? ["@executable_path/../Frameworks"]
: ["$ORIGIN/../" + qtc.libDirName + "/qtcreator"]
cpp.includePaths: [