aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/loadablemodule
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-12-01 00:24:05 -0800
committerJake Petroules <jake.petroules@qt.io>2017-12-08 17:33:16 +0000
commit06250a36a471a151dfe238d7bbf1b1efbca91aac (patch)
tree348b220249fa8c774d20ee972c34a9a1de582c2a /tests/auto/blackbox/testdata/loadablemodule
parent955bfa49711ab3b0d13b081a2d016c3dcf9ce218 (diff)
Introduce cpp.rpathOrigin
[ChangeLog] Added property cpp.rpathOrigin which evaluates to @loader_path on Darwin and $ORIGIN on other Unix-like platforms. Change-Id: If5770a83ae32f29ee520fd00b07ed8f0caf6bd48 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata/loadablemodule')
-rw-r--r--tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs b/tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs
index 44d0cec37..15b5906af 100644
--- a/tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs
+++ b/tests/auto/blackbox/testdata/loadablemodule/loadablemodule.qbs
@@ -28,7 +28,7 @@ Project {
Properties {
condition: qbs.targetOS.contains("unix") && !qbs.targetOS.contains("darwin")
- cpp.rpaths: ["$ORIGIN"]
+ cpp.rpaths: [cpp.rpathOrigin]
}
Group {