From 5e2abd71811a05682e29c166a8a5a13ff0beb586 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 29 Jul 2020 12:28:53 +0200 Subject: [PATCH] Fix qbs build on macOS Change-Id: I7d6e52092ac5bd597f9e8b87ceab665894b37e0b Reviewed-by: Christian Stenger --- qtcreator.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtcreator.qbs b/qtcreator.qbs index 41f5ad23ca4..5de03925dfa 100644 --- a/qtcreator.qbs +++ b/qtcreator.qbs @@ -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: []