aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-06-25 15:17:53 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-06-25 15:23:01 +0200
commit5e77a9d1927ec4f3ab405824a92d48930d48c487 (patch)
treeb7bf20cf4054a3dd46911fa552cc1065f60d4097 /qbs.qbs
parent1d341e09b860220c4dff116a4674a993424758b2 (diff)
qbs project files: Move property appInstallDir all the way up.
Overriding this value in an aggregate project does not work if we declare it in apps.qbs. Change-Id: I41606b82266057b414275f49bf9d21a9a06044c1 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 f8c146093..8f8939cbd 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -6,6 +6,7 @@ Project {
property bool installApiHeaders: true
property bool withExamples: true
property string libDirName: "lib"
+ property string appInstallDir: "bin"
property string libInstallDir: qbs.targetOS.contains("windows") ? "bin" : libDirName
property string relativePluginsPath: "../" + libDirName
property string relativeSearchPath: ".."