From 4a829b9279912aab5bb138f6c6ad593eec52226b Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 29 Aug 2016 17:55:18 +0200 Subject: Bump minimum qbs version Gets rid of warnings. Change-Id: Icdb86ad8d99322f4a5091f5fd8cf80fb5fb5a066 Reviewed-by: Jake Petroules --- qtcreator.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtcreator.qbs b/qtcreator.qbs index 450cb495f7..f01ad64024 100644 --- a/qtcreator.qbs +++ b/qtcreator.qbs @@ -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 -- cgit v1.2.1