diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-18 09:13:19 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-18 09:13:19 (GMT) |
commit | 422ed1c94869e4a93a14602beef69f5b08941060 (patch) | |
tree | 69b8edd600b7db2ebf60079241720a4ab5f724ff | |
parent | 11f192c2bc15b468379032f329d8805aac4a0886 (diff) | |
download | Qt-422ed1c94869e4a93a14602beef69f5b08941060.zip Qt-422ed1c94869e4a93a14602beef69f5b08941060.tar.gz Qt-422ed1c94869e4a93a14602beef69f5b08941060.tar.bz2 |
doc: Added a further note about what the MinGW package is needed for.
Task-number: QTBUG-5764
-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 cbe5ad6..88e1e37 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 |