Update requirements to GCC>=4.9

Change-Id: I34b5dcec552c0af0ce7184a43fa7fba4a75415c4
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Eike Ziller
2017-01-17 14:35:31 +01:00
parent 6e06cbd2d6
commit 20670d62ba
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ Qt Creator is a cross-platform IDE for development with the Qt framework.
The standalone binary packages support the following platforms:
* Windows 7 or later
* (K)Ubuntu Linux 14.04 (64-bit) or later
* (K)Ubuntu Linux 16.04 (64-bit) or later
* macOS 10.8 or later
## Compiling Qt Creator
@@ -18,10 +18,10 @@ Prerequisites:
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* ActiveState Active Perl
* MinGW with g++ 4.8 or Visual Studio 2015 or later
* MinGW with g++ 4.9 or Visual Studio 2015 or later
* jom
* On Mac OS X: latest Xcode
* On Linux: g++ 4.8 or later
* On Linux: g++ 4.9 or later
* LLVM/Clang 3.9.0 or later (optional, needed for the Clang Code Model, see the
section "Get LLVM/Clang for the Clang Code Model")
* CMake (only for manual builds of LLVM/Clang)