aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/CppModule.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-06-21 21:28:46 -0700
committerJake Petroules <jake.petroules@qt.io>2017-06-23 17:29:37 +0000
commit29435f9ee37f4990a968e400f1c65e5686717c65 (patch)
tree47e6f855417d49bf794c9b7e7d60cf13fdb1ce90 /share/qbs/modules/cpp/CppModule.qbs
parent815bfbea8bb816e0853e75fff1c30a5b92c64e19 (diff)
Add a property to specify the -rpath-link flag
Will be used in a following patch. Change-Id: I43c0c093fd0c0278e4bfd72e6ed457b57bc6ba32 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules/cpp/CppModule.qbs')
-rw-r--r--share/qbs/modules/cpp/CppModule.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/CppModule.qbs b/share/qbs/modules/cpp/CppModule.qbs
index f5db76753..75425924e 100644
--- a/share/qbs/modules/cpp/CppModule.qbs
+++ b/share/qbs/modules/cpp/CppModule.qbs
@@ -174,6 +174,7 @@ Module {
property string sonamePrefix
property bool useRPaths: true
property bool useRPathLink
+ property string rpathLinkFlag
property stringList assemblerFlags
PropertyOptions {