aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-01-23 17:47:29 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-01-26 12:38:10 +0100
commitcdc6d45a8a32449a907460df469ab7e9efdd2ae0 (patch)
tree906b854b44118c5a702c5f665b09b04141d59cb6 /qtcreator.qbs
parent4e05b073eb2974c6d786c157ef45818878d097f0 (diff)
qbs build: Add the possibility to include additional autotests.
For plugins that don't live in the main repo. Change-Id: Iebe4b05bfb60f86531ec82a4ae555fdfaac39ead 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 7b96d735aa..6a9c079324 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -17,6 +17,7 @@ Project {
property pathList additionalPlugins: []
property pathList additionalLibs: []
property pathList additionalTools: []
+ property pathList additionalAutotests: []
property string libDirName: "lib"
property string ide_library_path: {
if (qbs.targetOS.contains("osx"))