summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-04-16 14:50:00 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-04-20 09:27:39 +0300
commit0668253c427ab2359d20f567d7d43e613f95a841 (patch)
tree872e59d31d791eb4ab8f9468b47eac5b99db1806
parent694710461302e394d7f3aa4941ff932c8b569e74 (diff)
Doc: Update supported Qt version
Related change 9501f454d3dae429edd20f746a3e4b3aac76f6c9. Change-Id: Ie07e8fb790045712b99ac19abab68949e35a17ae Reviewed-by: Katja Marttila <katja.marttila@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
-rw-r--r--INSTALL4
-rw-r--r--README4
-rw-r--r--doc/installerfw-getting-started.qdoc2
3 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 8eb12f430..9adeea4c6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,9 +15,9 @@ http://code.qt.io/cgit/installer-framework/installer-framework.git/
Build a static Qt
---------------------
-Building the Qt Installer Framework from sources requires Qt version between 5.9.0 and 5.12.x.
+Building the Qt Installer Framework from sources requires at least Qt version 5.12.7.
Supported compilers are MSVC 2013 or newer, GCC 4.7 or newer,
-and Clang 3.1 or newer. Currently, the tested combination for Windows is Qt 5.12.4 with MSVC 2015.
+and Clang 3.1 or newer. Currently, the tested combination for Windows is Qt 5.12.7 with MSVC 2015.
If you want to ship your installer as a single file you have to build
Qt and the Qt Installer Framework statically.
diff --git a/README b/README
index 0130bfd8c..194e5db83 100644
--- a/README
+++ b/README
@@ -13,8 +13,8 @@ doc directory. The documentation is also available online at
Notes
--------------------------
-To build an installer, it is advised to use a statically linked Qt (5.4 or
-newer).
+To build an installer, it is advised to use a statically linked Qt (5.12.7 or
+newer). The tested and supported Qt version is 5.12.7.
See the documentation at
https://doc.qt.io/qtinstallerframework/ifw-getting-started.html
diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc
index 70deaa17b..a57f188cf 100644
--- a/doc/installerfw-getting-started.qdoc
+++ b/doc/installerfw-getting-started.qdoc
@@ -70,7 +70,7 @@
from http://doc.qt.io/qt-5/ssl.html if you are statically linking against
OpenSSL libraries.
- Qt versions between 5.9.0 and 5.12.x are supported.
+ The supported Qt version is 5.12.7.
\section3 Configuring Qt for Windows