aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-12-14 14:20:21 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-12-14 13:34:14 +0000
commitceb7992b260ec9b190df7e8c7c2f0ef3f3935ea7 (patch)
tree2c95d289b29f2cddf652c4152abc366561336723 /qbs.qbs
parentc9317cb83a5292ccc10fc72f134f58295623ec7e (diff)
qbs build: Add missing dependencies to autotest runner.
Task-number: QBS-917 Change-Id: Idf99546792dc0fac19bd39ff601b494c4c5155a9 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 94d1d324f..0cf122613 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -45,6 +45,9 @@ Project {
AutotestRunner {
Depends { name: "Qt.core" }
+ Depends { name: "qbs resources" }
+ Depends { name: "qbs_cpp_scanner" }
+ Depends { name: "qbs_qt_scanner" }
environment: {
var env = base;
if (qbs.hostOS.contains("windows") && qbs.targetOS.contains("windows")) {