aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-05-19 21:16:02 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-05-20 16:40:52 +0000
commit07fbba577001185633e0a8192459459e445e022c (patch)
tree48dae3a6070dd9d3f90f90f5a0356ff9f5ee5408 /qbs.qbs
parent51ccb569a4635e69e7d08ad9368ca95e31b6fb9b (diff)
Fix qbs build.
Change-Id: I268e7de6334defe552690bba09714d0430940ef4 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.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 510e2113c..979d6adef 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -11,6 +11,7 @@ Project {
property string libDirName: "lib"
property string appInstallDir: "bin"
property string libInstallDir: qbs.targetOS.contains("windows") ? "bin" : libDirName
+ property string relativeLibexecPath: "../libexec"
property string relativePluginsPath: "../" + libDirName
property string relativeSearchPath: ".."
property stringList libRPaths: {