aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2014-12-18 11:23:03 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2014-12-19 15:10:36 +0100
commit1199a93fc0afe7e8fcf2281dc5deb62ffdfc0124 (patch)
tree2c31bff17e8415d969124908131f2b01d6a09299 /qtcreator.qbs
parentd5a19a6005a66485a729658331f4a2d41a93758d (diff)
qbs build: Make use of AutotestRunner.
And fix some autotest project file problems uncovered by this. Change-Id: Id2f46aeab31ccfbcffe43bd23af8115c69f57849 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index 90e5beecef..7b96d735aa 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -1,7 +1,7 @@
import qbs 1.0
Project {
- minimumQbsVersion: "1.3"
+ minimumQbsVersion: "1.4"
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '3'
property string ide_version_minor: '3'
@@ -61,4 +61,6 @@ Project {
"share/qtcreator/translations/translations.qbs",
"tests/tests.qbs"
]
+
+ AutotestRunner {}
}