summaryrefslogtreecommitdiffstats
path: root/doc/installerfw-getting-started.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-06-17 12:54:22 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-06-17 13:37:06 +0200
commitfca941d00a8673b2ceb4132035c8e035b47a0601 (patch)
tree4820b960d75ccf6d0e7584abf3750b72d3f4baf5 /doc/installerfw-getting-started.qdoc
parent8bc8eaf45a40b043f094d2502dab61014730ff35 (diff)
Doc: replace "Max OS X" with "OS X"
According to Apple naming conventions. Change-Id: I4e7e5334987543118ae18d8547f58d01260f2493 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'doc/installerfw-getting-started.qdoc')
-rw-r--r--doc/installerfw-getting-started.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc
index 4d7ff2ab1..eb5d51d5d 100644
--- a/doc/installerfw-getting-started.qdoc
+++ b/doc/installerfw-getting-started.qdoc
@@ -49,7 +49,7 @@
\list
\li Microsoft Windows XP, and later
\li Ubuntu Linux 8.04, and later
- \li Mac OS X 10.6, and later
+ \li OS X 10.6, and later
\endlist
\section1 Building from Sources
@@ -90,10 +90,10 @@
configure -prefix %CD%\qtbase -release -static -target xp -no-opengl -no-icu -nomake examples -nomake tests -skip qtactiveqt -skip qtlocation -skip qtscript -skip qtsensors
\endcode
- \section3 Configuring Qt for Linux and Mac OS X
+ \section3 Configuring Qt for Linux and OS X
We recommend that you use the following configuration options for Linux and
- Mac OS X:
+ OS X:
\code
./configure -prefix $PWD/qtbase -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation