summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2019-12-30 14:08:58 +0200
committerKatja Marttila <katja.marttila@qt.io>2020-01-07 05:31:14 +0000
commita4b7655164d738313e2b6fdbb846dbf07f2a8950 (patch)
tree8a88adb635cc42e6bea861a927090013fe3b161b /INSTALL
parent732976947d913d529bff9be588290ca257cebd5d (diff)
Update build instructions to documentation
Change-Id: I111829be3183a1e195af4f79c914e6309f9ada9f Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 195f59766..3f1be664c 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 5.9.x.
+Building the Qt Installer Framework from sources requires Qt version 5.9.x. - 5.12.x.
Supported compilers are MSVC 2013 or newer, GCC 4.7 or newer,
-and Clang 3.1 or newer.
+and Clang 3.1 or newer. Currently the tested combination for Windows is Qt5.12.4 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.