forked from qt-creator/qt-creator
Qbs build: Fix that copyright was not adapted in Info.plist
Change-Id: Ie5670a4a420f34dbef6cbb204063e8921eafd82b Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
@@ -18,6 +18,7 @@ Module {
|
||||
+ ide_compat_version_minor + '.' + ide_compat_version_release
|
||||
|
||||
property string qtcreator_copyright_year: '2017'
|
||||
property string qtcreator_copyright_string: "(C) " + qtcreator_copyright_year + " The Qt Company Ltd"
|
||||
|
||||
property string ide_display_name: 'Qt Creator'
|
||||
property string ide_id: 'qtcreator'
|
||||
|
@@ -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: [
|
||||
|
Reference in New Issue
Block a user