aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-01-15 12:52:32 +0100
committerEike Ziller <eike.ziller@qt.io>2018-01-16 10:53:46 +0000
commit61b5bbc8e92d0e81e542dcac69eb3b27fc62fb5b (patch)
tree45902cdf65df9d2c28a80ffc5783af36f15f7f95 /src/app
parentd7409e01a7a0e89affe7bd483b98e921a62f4037 (diff)
Qbs build: Fix that copyright was not adapted in Info.plist
Change-Id: Ie5670a4a420f34dbef6cbb204063e8921eafd82b Reviewed-by: Jake Petroules <jake.petroules@qt.io>
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 7d9b7ab91c..9fcbd22099 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: [