Skip to content

Commit

Permalink
qbs build: Update minimum qbs version
Browse files Browse the repository at this point in the history
Change-Id: I1af5c32f4e19f67013a53fc3da7c1bcafbd4864b
Reviewed-by: Jake Petroules <[email protected]>
  • Loading branch information
ckandeler committed Oct 4, 2017
1 parent 5e8e619 commit 1f73fb1
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.7.0"
minimumQbsVersion: "1.8.0"
property string minimumMacosVersion: "10.8"
property bool withAutotests: qbs.buildVariant === "debug"
property path ide_source_tree: path
Expand Down

0 comments on commit 1f73fb1

Please sign in to comment.