Skip to content

Commit

Permalink
qbs build: Update minimum qbs version
Browse files Browse the repository at this point in the history
Change-Id: If734b0051b98c8d3963afa54ad66b9b990db2a88
Reviewed-by: Christian Stenger <[email protected]>
  • Loading branch information
ckandeler committed Feb 3, 2022
1 parent 10fe715 commit 2f925e2
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.8.0"
minimumQbsVersion: "1.19.0"
property string minimumMacosVersion: "10.12"
property bool withAutotests: qbs.buildVariant === "debug"
property path ide_source_tree: path
Expand Down

0 comments on commit 2f925e2

Please sign in to comment.