diff options
author | Joerg Bornemann <joerg.bornemann@qt.io> | 2017-03-14 14:23:11 +0100 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@qt.io> | 2017-03-15 09:59:04 +0000 |
commit | 767bcd5ff4e4641ebb81b09fa6c4a74fdc839e49 (patch) | |
tree | 58ec86f01d28ac6ef885fe987a172f630be5b926 /share/qbs/modules/cpp/DarwinGCC.qbs | |
parent | 2a6ddd8ab3894763dac1cb779e018c57ccf9eacb (diff) | |
download | qbs-767bcd5ff4e4641ebb81b09fa6c4a74fdc839e49.tar.gz |
Introduce cpp.useRPathLink
[ChangeLog] Added the cpp.useRPathLink property to control whether
to use the -rpath-link linker option.
Change-Id: I4f7ca342285fe51975fed5ff8cbf8d3f0d50fae9
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules/cpp/DarwinGCC.qbs')
-rw-r--r-- | share/qbs/modules/cpp/DarwinGCC.qbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/DarwinGCC.qbs b/share/qbs/modules/cpp/DarwinGCC.qbs index 89a89cb44..ac77dbd3d 100644 --- a/share/qbs/modules/cpp/DarwinGCC.qbs +++ b/share/qbs/modules/cpp/DarwinGCC.qbs @@ -54,6 +54,7 @@ UnixGCC { separateDebugInformation: true debugInfoBundleSuffix: ".dSYM" debugInfoSuffix: ".dwarf" + useRPathLink: false toolchainInstallPath: xcode.present ? FileInfo.joinPaths(xcode.toolchainPath, "usr", "bin") : base |