mirror of https://github.com/qt/qtdoc.git
Make the docs state that 5.14 supports GCC >= 5
[ChangeLog][Important Behavior Changes] Support for GCC 4.x has been dropped in Qt 5.14.0. The documentation for Qt 5.14.0 and 5.14.1 incorrectly stated that GCC 4.x was instead supported; this has now been fixed to state that GCC 5 is the minimum required version to build Qt. Change-Id: Ife5fae7fb20edeeaea787de5d2aa1d68a5bc63f2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
1c15fe5922
commit
962619b831
|
@ -849,14 +849,6 @@
|
|||
Building Qt with certain versions of GCC has the following known issues:
|
||||
|
||||
\list
|
||||
\li GCC 4.9.2 fails to build Qt:
|
||||
\list
|
||||
\li \l {https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65309}{Related bug}
|
||||
in GCC's bug tracker
|
||||
\li \l {http://lists.qt-project.org/pipermail/development/2015-March/020632.html}{Discussion}
|
||||
on \l{mailto://development@qt-project.org}{development@qt-project.org} mailing list
|
||||
\endlist
|
||||
|
||||
\li GCC 5.2.1: Nested structs do not get their constructors called under
|
||||
some circumstances:
|
||||
\list
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
\li
|
||||
\row \li Generic Linux
|
||||
\li \c x86 and \c x86_64
|
||||
\li GCC (4.8 or later), ICC 18.x
|
||||
\li GCC (5 or later), ICC 18.x
|
||||
\li
|
||||
\endtable
|
||||
//! [linux]
|
||||
|
|
|
@ -479,9 +479,9 @@
|
|||
|
||||
\section2 GCC (MinGW-builds)
|
||||
|
||||
The minimum version of MinGW-builds supported is GCC 4.9.1
|
||||
(\l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.1/threads-posix/sjlj/x86_64-4.9.1-release-posix-sjlj-rt_v3-rev3.7z/download}{64bit},
|
||||
\l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.1/threads-posix/sjlj/i686-4.9.1-release-posix-sjlj-rt_v3-rev3.7z/download}{32bit}),
|
||||
The minimum version of MinGW-builds supported is GCC 5.1.0
|
||||
(\l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/5.1.0/threads-posix/sjlj/x86_64-5.1.0-release-posix-sjlj-rt_v4-rev0.7z/download}{64bit},
|
||||
\l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.1.0/threads-posix/sjlj/i686-5.1.0-release-posix-sjlj-rt_v4-rev0.7z/download}{32bit}),
|
||||
available from its \l{https://sourceforge.net/projects/mingw-w64/files}{download page}.
|
||||
|
||||
For more information about the MinGW builds, visit the
|
||||
|
|
Loading…
Reference in New Issue