aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/CppModule.qbs
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 /share/qbs/modules/cpp/CppModule.qbs
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 '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 5b1f766de..df10fd1dc 100644
--- a/share/qbs/modules/cpp/CppModule.qbs
+++ b/share/qbs/modules/cpp/CppModule.qbs
@@ -174,6 +174,7 @@ Module {
property stringList frameworks // list of frameworks, will be linked with '-framework <name>'
property stringList weakFrameworks // list of weakly-linked frameworks, will be linked with '-weak_framework <name>'
property stringList rpaths
+ property string sonamePrefix
property bool useRPaths: true
property stringList assemblerFlags