Require GCC 5.3 or later on Linux/MinGW

GCC 4.9 is old and buggy, and major distributions nowadays
provide GCC >= 5.3 for their stable/LTS versions.

Change-Id: Ic94f28154cfd055eebf50d762935cc269afe00a6
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Eike Ziller
2018-07-17 10:02:16 +02:00
parent 7cee991c70
commit 3ce783b0ea

View File

@@ -18,11 +18,11 @@ Prerequisites:
* Qt WebEngine module for QtWebEngine based help viewer * Qt WebEngine module for QtWebEngine based help viewer
* On Windows: * On Windows:
* ActiveState Active Perl * ActiveState Active Perl
* MinGW with g++ 4.9 or Visual Studio 2015 or later * MinGW with g++ 5.3 or Visual Studio 2015 or later
* jom * jom
* Python 3.5 or later (optional, needed for the python enabled debug helper) * Python 3.5 or later (optional, needed for the python enabled debug helper)
* On Mac OS X: latest Xcode * On Mac OS X: latest Xcode
* On Linux: g++ 4.9 or later * On Linux: g++ 5.3 or later
* LLVM/Clang 6.0.0 or later (optional, needed for the Clang Code Model, see the * LLVM/Clang 6.0.0 or later (optional, needed for the Clang Code Model, see the
section "Get LLVM/Clang for the Clang Code Model") section "Get LLVM/Clang for the Clang Code Model")
* CMake (only for manual builds of LLVM/Clang) * CMake (only for manual builds of LLVM/Clang)