aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-02-18 15:35:45 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-02-18 14:49:06 +0000
commit05f8a2c81383b028cc06262d1863618e1173bbc3 (patch)
tree3dc91853852250ac359f5f966a3f8debb1837854 /qtcreator.qbs
parent64be0004a6e90acbb31466cce4ca094c5ba5713d (diff)
qbs build: Introduce convenience project property sharedSourcesDir.
Change-Id: I69aacc7391e6e25e66eae1fb54b3c1cfb18679ee Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index 6a9c079324..8194cc7811 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -18,6 +18,7 @@ Project {
property pathList additionalLibs: []
property pathList additionalTools: []
property pathList additionalAutotests: []
+ property string sharedSourcesDir: path + "/src/shared"
property string libDirName: "lib"
property string ide_library_path: {
if (qbs.targetOS.contains("osx"))