Skip to content

Commit

Permalink
Fix qbs build on macOS
Browse files Browse the repository at this point in the history
Change-Id: I7d6e52092ac5bd597f9e8b87ceab665894b37e0b
Reviewed-by: Christian Stenger <[email protected]>
  • Loading branch information
ckandeler committed Jul 29, 2020
1 parent 4e9951a commit 5e2abd7
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 @@ -5,7 +5,7 @@ import qbs.FileInfo
Project {
name: "Qt Creator"
minimumQbsVersion: "1.8.0"
property string minimumMacosVersion: "10.8"
property string minimumMacosVersion: "10.12"
property bool withAutotests: qbs.buildVariant === "debug"
property path ide_source_tree: path
property pathList additionalPlugins: []
Expand Down

0 comments on commit 5e2abd7

Please sign in to comment.