aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/ld
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-08-13 16:47:43 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2016-03-17 05:05:05 +0000
commit868f33fc325855d7539d2771c7683f2792e7edd2 (patch)
treef755a6d1db73fc2e35c81ad94dd43280fc9cb90b /tests/auto/blackbox/testdata/ld
parent6f17b962144390ed9b13d74cdbdc6727e740a821 (diff)
Support soname prefixes on non-Apple Unix-like platforms.
Change-Id: I48fb27137e9eafea021eff3cf0cf9c4087c0be89 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/ld')
-rw-r--r--tests/auto/blackbox/testdata/ld/ld.qbs6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/ld/ld.qbs b/tests/auto/blackbox/testdata/ld/ld.qbs
index b63edec2a..d19603511 100644
--- a/tests/auto/blackbox/testdata/ld/ld.qbs
+++ b/tests/auto/blackbox/testdata/ld/ld.qbs
@@ -7,7 +7,11 @@ Project {
targetName: "qbs can handle any file paths, even the crazy ones! ;)"
files: ["coreutils.cpp", "coreutils.h"]
bundle.isBundle: false
- cpp.installNamePrefix: "@rpath"
+
+ Properties {
+ condition: qbs.targetOS.contains("darwin")
+ cpp.sonamePrefix: "@rpath"
+ }
Group {
fileTagsFilter: product.type