qbs project: Add properties for pulling in additional resources.

We need this to build plugins located outside the source tree.

Change-Id: Ie587b5e838bf0ce67b19d3222bbc40b53b888e69
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Christian Kandeler
2013-10-01 10:33:41 +02:00
committed by Joerg Bornemann
parent 7b2c26204a
commit 1d11fd7344
4 changed files with 6 additions and 3 deletions

View File

@@ -59,5 +59,5 @@ Project {
"valgrind/valgrind.qbs",
"vcsbase/vcsbase.qbs",
"welcome/welcome.qbs"
]
].concat(project.additionalPlugins)
}