Skip to content

Commit

Permalink
Bump minimum qbs version
Browse files Browse the repository at this point in the history
Gets rid of warnings.

Change-Id: Icdb86ad8d99322f4a5091f5fd8cf80fb5fb5a066
Reviewed-by: Jake Petroules <[email protected]>
  • Loading branch information
ckandeler committed Aug 30, 2016
1 parent 0696482 commit 4a829b9
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.5.0"
minimumQbsVersion: "1.6.0"
property bool withAutotests: qbs.buildVariant === "debug"
property string licenseType: "opensource"
property path ide_source_tree: path
Expand Down

0 comments on commit 4a829b9

Please sign in to comment.