forked from qt-creator/qt-creator
Bump minimum qbs version
Gets rid of warnings. Change-Id: Icdb86ad8d99322f4a5091f5fd8cf80fb5fb5a066 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user