aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2019-02-13 12:21:56 +0100
committerMarco Bubke <marco.bubke@qt.io>2019-03-07 09:42:40 +0000
commit722b146b527ef3df5f7e39fc8536169d4aafc23b (patch)
treecce1963740b308a150c8551b99a10e987a378ead /README.md
parent3839e76404c19d7c617eb5bf01d5fdb70c21b0c2 (diff)
Bump minimum requirement for MSVC to 2017 or later
If we want to progress to LLVM 8 we have to drop MSVC 2015 because LLVM is doing it. It would be enable much more conformant template support. So we could use Ranges. Change-Id: I9beb767e7380f8b355f5544d8f3e3a6fd9b5de62 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc89b85a05..eaa60b0a19 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Prerequisites:
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* ActiveState Active Perl
- * MinGW with g++ 5.3 or Visual Studio 2015 or later
+ * MinGW with g++ 5.3 or Visual Studio 2017 or later
* jom
* Python 3.5 or later (optional, needed for the python enabled debug helper)
* On Mac OS X: latest Xcode
@@ -63,7 +63,7 @@ Installation ("make install") is not needed. It is however possible, using
This section provides step by step instructions for compiling the latest
versions of Qt and Qt Creator on Windows. Alternatively, to avoid having to
compile Qt yourself, you can use one of the versions of Qt shipped with the Qt
-SDK (release builds of Qt using MinGW and Visual C++ 2015 or later).
+SDK (release builds of Qt using MinGW and Visual C++ 2017 or later).
For detailed information on the supported compilers, see
<https://wiki.qt.io/Building_Qt_5_from_Git> .