diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-18 09:13:19 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-19 13:12:06 (GMT) |
commit | 8718b4dc6fa79a8861b2ea4dcff8596ad3b29235 (patch) | |
tree | 14fa1e2262428734a7d291189bde878b75f34666 /doc/src/platforms | |
parent | b8092f61a8a15820ec3cab25fd1196647afa332b (diff) | |
download | Qt-8718b4dc6fa79a8861b2ea4dcff8596ad3b29235.zip Qt-8718b4dc6fa79a8861b2ea4dcff8596ad3b29235.tar.gz Qt-8718b4dc6fa79a8861b2ea4dcff8596ad3b29235.tar.bz2 |
doc: Added a further note about what the MinGW package is needed for.
Task-number: QTBUG-5764
(cherry picked from commit 422ed1c94869e4a93a14602beef69f5b08941060)
Diffstat (limited to 'doc/src/platforms')
-rw-r--r-- | doc/src/platforms/compiler-notes.qdoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/platforms/compiler-notes.qdoc b/doc/src/platforms/compiler-notes.qdoc index aad32f4..2691720 100644 --- a/doc/src/platforms/compiler-notes.qdoc +++ b/doc/src/platforms/compiler-notes.qdoc @@ -108,6 +108,10 @@ missing API, See the _patches directory in the archive for details. + \note A MinGW installation is only needed to build against the + binary pacakge, not to run the pre-compiled binaries that are in + the package. + \section2 GCC 4.0.0 The released package of the compiler has some bugs that lead to |