summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-10-24 16:39:22 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-10-26 14:59:38 +0000
commitd96c4f4c82ae7356a1e481376ac8f810bcded5d9 (patch)
tree913dec1b441f5c0e61beb05d5cd92939c8606034
parent4c7cea5713c6618fc822e140315f1523ee3b79b1 (diff)
downloadqtdoc-d96c4f4c82ae7356a1e481376ac8f810bcded5d9.tar.gz
macOS: Tweak platform introduction text
Change-Id: I98c7cc8fdbaaf0a38fe09704d7739ae833ef014f Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
-rw-r--r--doc/src/platforms/macos.qdoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/platforms/macos.qdoc b/doc/src/platforms/macos.qdoc
index 6345841a..3bea184d 100644
--- a/doc/src/platforms/macos.qdoc
+++ b/doc/src/platforms/macos.qdoc
@@ -32,10 +32,12 @@
\keyword Qt for macOS
\ingroup supportedplatform
- \macos (previously known as OS X or Mac OS X) is a UNIX platform and
- behaves similarly to other Unix-like platforms. The main difference is
- that X11 is not used as the windowing system. Instead, \macos uses its own
- native windowing system that is accessible through the Cocoa API.
+ \macos (previously known as OS X or Mac OS X) is Apple's operating system
+ for the Mac line of computers. It's a UNIX platform, based on the Darwin
+ kernel, and behaves largely similar to other UNIX-like platforms.
+ The main difference is that X11 is not used as the windowing system.
+ Instead, \macos uses its own native windowing system that is accessible
+ through the Cocoa API.
To download and install Qt for \macos, follow the instructions on the
\l{Getting Started with Qt} page.