aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-06-18 11:30:23 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-06-18 15:57:10 +0200
commit3e81457cf34d93bd45544d724eff1dde4cf9ad8c (patch)
treee6ea49750774c87e2620120a9085799a8ddd993a /qbs.qbs
parent2fc012cbeb2c2bf3aa903a88d592b3cf52aa12e6 (diff)
allow qbs to be built without rpath
Some Linux distros discourage the use of rpath. Specify CONFIG+=disable_rpath to turn off rpath usage on Linux and OS X. Task-number: QBS-309 Change-Id: I3658470aef525f5406d728c48ab2e6f86a3c62cd Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs.qbs b/qbs.qbs
index e183f63ef..922610679 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -3,6 +3,7 @@ import qbs 1.0
Project {
property string version: "1.0.1"
property bool enableUnitTests: false
+ property bool enableRPath: true
references: [
"src/src.qbs",