aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index ab7299062..e4240fcf6 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -642,6 +642,14 @@
If this property is \c{undefined}, then position independent code is generated for
libraries, but not for applications.
\row
+ \li rpathOrigin
+ \li \c{string}
+ \li 1.11
+ \li \c{"@loader_path"} on Mach-O based platforms (macOS, iOS, tvOS, watchOS),
+ \c{"$ORIGIN"} on ELF based platforms (Linux and most other Unix-like platforms)
+ \li Placeholder value used in an rpath string to refer to the directory containing the
+ referring executable or shared library.
+ \row
\li rpaths
\li \c{stringList}
\li 1.0