aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-03-17 14:00:29 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2016-03-21 13:44:13 +0000
commit2baa1f8b7730611894a1b1e3daebfc0d88845852 (patch)
treebb798298f3e02bea03101858638e16c760888b76 /README.md
parentea0c23771c8d442eec1f18039a16ce980d2fe54d (diff)
Bump required Qt version to 5.5
Change-Id: I4f152bde842c20b0dade863ffea118fe32322c5b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1eda6a3c46..5a07dc0524 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,13 @@ Windows XP SP3 or later
(K)Ubuntu Linux 11.10 (32-bit and 64-bit) or later
Mac OS X 10.7 or later
-Building the sources requires Qt 5.4.0 or later.
+Building the sources requires Qt 5.5.0 or later.
## Compiling Qt Creator
Prerequisites:
-* Qt 5.4.0 or later
+* Qt 5.5.0 or later
* On Windows:
* ActiveState Active Perl
* MinGW with g++ 4.7 or Visual Studio 2013 Update 2 or later
@@ -58,7 +58,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.4.1-vs12, C:\work\qt5.4.1-mingw`.
+ `C:\work\qt5.5.1-vs12, C:\work\qt5.5.1-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