aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-08-30 01:03:20 +0300
committerOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-08-30 01:24:11 +0300
commit139792ee25ade50113c2c53110463dc222658178 (patch)
tree911460153f39a55532089c5c9027abafd7625e9d /src/app
parent5ad44318ebc18eb75c81c80de72bbfb4085bf4ba (diff)
parenta5625f2f9d4af14a4f0b8fe085092793d3abb053 (diff)
Merge remote-tracking branch 'origin/4.4'
Diffstat (limited to 'src/app')
-rw-r--r--src/app/Info.plist2
-rw-r--r--src/app/app.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/app/Info.plist b/src/app/Info.plist
index 8447dd66d4a..8940f2bd9ab 100644
--- a/src/app/Info.plist
+++ b/src/app/Info.plist
@@ -237,7 +237,7 @@
</dict>
</array>
<key>NSHumanReadableCopyright</key>
- <string>(C) 2016 The Qt Company Ltd</string>
+ <string>(C) @QTCREATOR_COPYRIGHT_YEAR@ The Qt Company Ltd</string>
<key>CFBundleIconFile</key>
<string>qtcreator</string>
<key>CFBundlePackageType</key>
diff --git a/src/app/app.pro b/src/app/app.pro
index a2313575fee..37a999fd8da 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -61,6 +61,7 @@ win32 {
infoplist = $$cat($$PWD/Info.plist, blob)
infoplist = $$replace(infoplist, @MACOSX_DEPLOYMENT_TARGET@, $$QMAKE_MACOSX_DEPLOYMENT_TARGET)
+ infoplist = $$replace(infoplist, @QTCREATOR_COPYRIGHT_YEAR@, $$QTCREATOR_COPYRIGHT_YEAR)
write_file($$OUT_PWD/Info.plist, infoplist)
QMAKE_INFO_PLIST = $$OUT_PWD/Info.plist