aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-05-29 16:38:03 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-01 08:51:08 +0000
commit35fbe45131308928873349e92612b479d83e8742 (patch)
treeeabe7ff75700a99bdf6cee619c5c19ecbb366444 /qbs.qbs
parentf45c3a055cea5ecde33f391e831a92a4675647b5 (diff)
Make libexec path properly configurable.
Change-Id: I7f9c3935f46446d117fd42081c3885fc3f80da5a Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 2fc90776d..9b02b706c 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -12,7 +12,8 @@ Project {
property string libDirName: "lib"
property string appInstallDir: "bin"
property string libInstallDir: qbs.targetOS.contains("windows") ? "bin" : libDirName
- property string relativeLibexecPath: "../libexec"
+ property string libexecInstallDir: "libexec"
+ property string relativeLibexecPath: "../" + libexecInstallDir
property string relativePluginsPath: "../" + libDirName
property string relativeSearchPath: ".."
property stringList libRPaths: {