summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-04-01 09:34:39 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-04-02 08:52:18 +0000
commita4c902f27ada53443aa727133ce5bce2d253c7e3 (patch)
tree03ede51cb0881441db22a8681f1b8f77218fe53a /INSTALL
parent63ea335b99905b274e4376d59ef4f09f1e4426d2 (diff)
Mention compiler requirements2.0.0
Change-Id: Iae3637ea149199f9b152efa4ea27a42bd4581974 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 478d0d16b..66ff4682f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,10 @@ Build a static Qt
---------------------
Building the Qt Installer Framework from sources requires Qt (version 5.4.0
-or newer). If you want to ship your installer as a single file you have to build
+or newer). Supported compilers are MSVC 2013 or newer, GCC 4.7 or newer,
+and Clang 3.1 or newer.
+
+If you want to ship your installer as a single file you have to build
Qt and the Qt Installer Framework statically.
See the Qt documentation for the prerequisites and steps to build Qt from sources.