aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-06-22 10:35:27 -0700
committerJake Petroules <jake.petroules@qt.io>2017-06-23 17:28:58 +0000
commit7ff48935e8720410763bad9caff8b1e32d22017d (patch)
tree9363e0f0a14aee4ecb12ed282329f1a3e62c7d0c /qtcreator.qbs
parent2c55c10cac8a72b8c779fece3aef8beb3cc2377b (diff)
Explicitly specify the minimum macOS version in the qtcjson library
Also don't set the value in more than one place. Change-Id: Iea1dc1d4e127c12d6333799dda91749eb2d604d4 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index f28ba82a1a..3394719939 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -5,6 +5,7 @@ import qbs.FileInfo
Project {
name: "Qt Creator"
minimumQbsVersion: "1.6.0"
+ property string minimumMacosVersion: "10.8"
property bool withAutotests: qbs.buildVariant === "debug"
property path ide_source_tree: path
property pathList additionalPlugins: []