Skip to content

Commit

Permalink
Bump minimum qbs version.
Browse files Browse the repository at this point in the history
Change-Id: I9c1a3f064054b1cedd153f2d9e535e3c31619847
Reviewed-by: Jake Petroules <[email protected]>
  • Loading branch information
Christian Kandeler committed Mar 23, 2016
1 parent 467def6 commit 6033231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtcreator.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6033231

Please sign in to comment.