summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-06-30 13:53:35 +0200
committerEike Ziller <eike.ziller@qt.io>2016-07-01 09:00:39 +0000
commit30fda789d5ce33e7c481e125eb71f3ca27de3adc (patch)
treedc829e7a7330a1d989e6b75a86aac5c4810b032a
parentccc46bbe46f6385968f5e4fb71bb20a4fc37f73a (diff)
downloadqt-creator-30fda789d5ce33e7c481e125eb71f3ca27de3adc.tar.gz
Precompiled binaries no longer support macOS 10.7
Since we compile with Qt 5.7, macOS 10.8 is the minimum requirement for the binary packages. Change-Id: Id9a08739e8f720399960735fd3b2072320f154fe Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b416359b0..d48d5df651 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ The standalone binary packages support the following platforms:
Windows 7 or later
(K)Ubuntu Linux 14.04 (64-bit) or later
-Mac OS X 10.7 or later
+macOS 10.8 or later
Building the sources requires Qt 5.5.0 or later.