summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2016-04-06 14:28:52 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2016-04-12 00:25:51 +0000
commit1d718212c078587becbb7242475e74ddfa3f0d07 (patch)
tree4e966abfb054bb21b8565557aef51b1ad163a7e7
parent537f7876de44478eeb4b684ae6f75c09421aff27 (diff)
downloadqtdoc-1d718212c078587becbb7242475e74ddfa3f0d07.tar.gz
Remove version-specific information from the OS X related doc pages.
This removes several factoids which are actually incorrect now (Qt 5.6 has no support whatsoever for 10.6, and 10.7 is NOT a reference configuration). Instead of updating version numbers, we remove them entirely and instead rely on the supported platforms page to inform users of the available versions for development and deployment. This ensures that the documentation will be kept in sync with reality. Change-Id: I3c1807661c1da0517b957f942b34c7ef97549d16 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
-rw-r--r--doc/src/platforms/osx.qdoc12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/src/platforms/osx.qdoc b/doc/src/platforms/osx.qdoc
index 7bc3d683..28949f8c 100644
--- a/doc/src/platforms/osx.qdoc
+++ b/doc/src/platforms/osx.qdoc
@@ -59,10 +59,7 @@
\section1 OS X Versions
- OS X 10.7 "Lion" and 10.8 "Mountain Lion" are considered \l{Reference
- Configurations}{reference configurations}, meaning they are tested by a
- continuous integration (CI) system. Qt 5 applications may be deployed to Mac
- OS X versions 10.6 "Snow Leopard", but support is limited.
+ See \l{Supported Platforms} for the list of OS X versions supported by Qt.
Qt can be built for either x86 or x86_64. 64-bit is used by default.
To select a 32-bit build, use the \c macx-clang-32 or \c macx-g++32 mkspec.
@@ -113,8 +110,7 @@
\section1 Deploying Applications on OS X
In general, Qt supports building on one OS X version and deploying to
- earlier or later OS X versions. You can build on 10.7 Lion and run
- the same binary on 10.6. The recommended way is to build on the
+ earlier or later OS X versions. The recommended way is to build on the
latest version and deploy to an earlier OS X version.
OS X applications are typically deployed as self-contained application
@@ -1060,8 +1056,8 @@
\section2 OS X Version Dependencies
- Qt 5 applications can be built and deployed on OS X 10.6
- (Snow Leopard) and higher. This is achieved using \e{weak linking}. In
+ Qt 5 applications can be built on the latest OS X version and deployed to
+ previous versions. This is achieved using \e{weak linking}. In
\e{weak linking}, Qt tests whether a function added in a newer
version of OS X is available on the computer it is running
on. This allows Qt to use newer features when it runs on a newer