summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-07-01 11:47:18 +0200
committerEike Ziller <eike.ziller@qt.io>2020-07-09 08:34:46 +0000
commit5a64a0c5be9bd8716eafcba72946c229acd76a0f (patch)
treef48f84cbf46f0b876a4c3d038f8f969099024aea /README.md
parent2ddc75276212b7a8dccabbfede790023425afb3c (diff)
downloadqt-creator-5a64a0c5be9bd8716eafcba72946c229acd76a0f.tar.gz
Require Qt 5.14 or later
This is required for proceeding with support for building Qt Creator with Qt 6. Change-Id: Ibf8a3eef6d6da943c5ee7f4a2239f45ee49b1093 Reviewed-by: Robert Loehning <robert.loehning@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a686b0c681..6daded0a4f 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ https://doc.qt.io/qtcreator-extending/coding-style.html
Prerequisites:
-* Qt 5.12.0 or later
+* Qt 5.14.0 or later
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* ActiveState Active Perl
@@ -91,7 +91,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.12.0-vs15, C:\work\qt5.12.0-mingw`.
+ `C:\work\qt5.14.0-vs17, C:\work\qt5.14.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
@@ -311,7 +311,7 @@ offer CMake find packages, which reduce the steps of configuring Qt Creator to a
cmake \
-G Ninja \
-D CMAKE_BUILD_TYPE=Release \
- -D CMAKE_PREFIX_PATH=~/Qt/5.12.5/gcc_64;~/llvm \
+ -D CMAKE_PREFIX_PATH=~/Qt/5.14.2/gcc_64;~/llvm \
../qt-creator
cmake --build .
@@ -320,7 +320,7 @@ offer CMake find packages, which reduce the steps of configuring Qt Creator to a
cmake ^
-G Ninja ^
-D CMAKE_BUILD_TYPE=Release ^
- -D CMAKE_PREFIX_PATH=c:\Qt\5.12.5\msvc2017_64;c:\llvm ^
+ -D CMAKE_PREFIX_PATH=c:\Qt\5.14.2\msvc2017_64;c:\llvm ^
..\qt-creator
cmake --build .