aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2014-12-17 18:01:17 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2014-12-18 12:13:22 +0100
commitd3f70ef8c249e8bce65c31dca48caa550a4af4e9 (patch)
treec40ad3ba6d13636945ab296fb4caf98e737de0f8 /qbs.qbs
parentc44f17b1ed7e927b0aa86e09470d7a0b056958fb (diff)
Add AutotestRunner for qbs project.
Change-Id: I604503fe0fe2d422fa6beeb788482f47a6a1b947 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 73a08fe49..f684e9f2c 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -1,7 +1,7 @@
import qbs 1.0
Project {
- minimumQbsVersion: "1.3"
+ minimumQbsVersion: "1.4"
qbsSearchPaths: ["qbs-resources"]
property bool enableUnitTests: false
property bool enableProjectFileUpdates: false
@@ -38,4 +38,6 @@ Project {
condition: parent.withExamples
}
}
+
+ AutotestRunner { }
}