aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-02-18 16:35:40 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-02-18 16:35:46 +0100
commitf4a3b4ca5fa312df82f0067e9139fc18bc4fd57f (patch)
treec722824e246e427661ee66e38e4d3ef09ec8c88d /qtcreator.qbs
parent0763f44504c88f87efb620f8a10d31d43c2fc7a7 (diff)
parentdb8b2e85128f9dc695d64b4a07d6da44a0ba1e1e (diff)
Merge remote-tracking branch 'origin/3.4'
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 baefc38f4b..f1297be6ee 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"))