forked from qt-creator/qt-creator
qbs build: Update minimum qbs version
Change-Id: If734b0051b98c8d3963afa54ad66b9b990db2a88 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user