aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2019-02-14 12:24:46 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2019-02-15 14:39:12 +0000
commit88d1d92728d7a46a56075760c13e4bf76677d7a2 (patch)
treed24766c1404741aa53b9cb3ffbf73931adf90ec8 /README.md
parent66fd5abe583629cc2609e0724f0912e449e9d569 (diff)
Bump minimum Qt version (to build Qt Creator) to 5.11
Recent adaptations to Qt 5.13's API deprecations require using APIs which were introduces in Qt 5.11. Change-Id: I6c077d824c9ce716e019543b290c355a5d512fad Reviewed-by: Orgad Shaneh <orgads@gmail.com> 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 f3d1b9baf0..fc89b85a05 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ https://doc-snapshots.qt.io/qtcreator-extending/coding-style.html
Prerequisites:
-* Qt 5.9.0 or later
+* Qt 5.11.0 or later
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* ActiveState Active Perl
@@ -80,7 +80,7 @@ For detailed information on the supported compilers, see
for example, `c:\work`. If you plan to use MinGW and Microsoft Visual
Studio simultaneously or mix different Qt versions, we recommend
creating a directory structure which reflects that. For example:
- `C:\work\qt5.9.0-vs12, C:\work\qt5.9.0-mingw`.
+ `C:\work\qt5.11.0-vs15, C:\work\qt5.11.0-mingw`.
4. Download and install Perl from <https://www.activestate.com/activeperl>
and check that perl.exe is added to the path. Run `perl -v` to verify