summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-09-18 15:02:18 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-09-19 09:03:23 +0200
commit644b9131ddc3f17dd12114fd42e6a3d5a0929707 (patch)
treec4e0575b055361b2fb300f42dbe7ffc172eb661d
parentfaa8c08adb31ba3417c0cd34ab7624b639cde655 (diff)
downloadqt-creator-644b9131ddc3f17dd12114fd42e6a3d5a0929707.tar.gz
Doc: fix link to OS X deployment page in Qt docs
And replace some remaining "Mac" or "Mac OS X" strings with "OS X". Change-Id: I8ae1697a23e69fb840890c1d10887ddbe86a3c98 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/widgets/qtdesigner-plugins.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc
index 2d4a786d70..cc02bbc65c 100644
--- a/doc/src/widgets/qtdesigner-plugins.qdoc
+++ b/doc/src/widgets/qtdesigner-plugins.qdoc
@@ -66,15 +66,15 @@
\section2 Configuring Qt Designer Plugins on OS X
- On the Mac, a GUI application must be built and run from a bundle. A bundle
+ On OS X, a GUI application must be built and run from a bundle. A bundle
is a directory structure that appears as a single entity when viewed in the
Finder. A bundle for an application typcially contains the executable and
all the resources it needs.
\QC uses its own set of Qt Libraries located in the bundle, and therefore,
you need to configure the \QD plugins that you want to use with \QC.
- Fore more information about how to deploy applications to Mac OS, see
- \l{Qt for Mac OS X - Deployment}.
+ Fore more information about how to deploy applications to OS X, see
+ \l{Qt for OS X - Deployment}.
The following example illustrates how to configure version 5.2.1 of the
\l{http://qwt.sourceforge.net/}{Qwt - Qt Widgets for Technical Applications}