aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-03-22 19:26:30 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-03-23 13:56:24 +0000
commit6033231ae9391d2e855825fb9d028279aeaa00da (patch)
treea78ef3ad80b983623fcc203fb86b2ecaf016e6f4 /qtcreator.qbs
parent467def699642850ea1063cc766ef95f3e9f6b2e6 (diff)
Bump minimum qbs version.
Change-Id: I9c1a3f064054b1cedd153f2d9e535e3c31619847 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index e03ddbf234..49227498d8 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -4,7 +4,7 @@ import qbs.FileInfo
Project {
name: "Qt Creator"
- minimumQbsVersion: "1.4.3"
+ minimumQbsVersion: "1.5.0"
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '4'
property string ide_version_minor: '0'