forked from qt-creator/qt-creator
Fix warnings in qbs build on macOS
Amends fc04ec1c3e
.
Change-Id: I17f41ad1dc02727da8431b55cb3b14d4594fe1af
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
@@ -26,8 +26,14 @@ QtcProduct {
|
||||
property bool qtcRunnable: true
|
||||
|
||||
bundle.identifier: qtc.ide_bundle_identifier
|
||||
|
||||
// Some of these are in here only to override the entries added to app-Info.plist with other
|
||||
// build systems in mind.
|
||||
bundle.infoPlist: ({
|
||||
"NSHumanReadableCopyright": qtc.qtcreator_copyright_string
|
||||
"NSHumanReadableCopyright": qtc.qtcreator_copyright_string,
|
||||
"CFBundleExecutable": qtc.ide_app_target,
|
||||
"CFBundleIdentifier": qtc.ide_bundle_identifier,
|
||||
"CFBundleVersion": version
|
||||
})
|
||||
|
||||
cpp.rpaths: qbs.targetOS.contains("macos") ? ["@executable_path/../Frameworks"]
|
||||
|
Reference in New Issue
Block a user