aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
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 {}
}