aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 7d084c955..6eb2f35c4 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -13,7 +13,7 @@ Project {
property string relativePluginsPath: "../" + libDirName
property string relativeSearchPath: ".."
property stringList libRPaths: {
- if (!project.enableRPath)
+ if (!enableRPath)
return undefined;
if (qbs.targetOS.contains("linux"))
return ["$ORIGIN/../" + libDirName];