summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL5
-rw-r--r--doc/installerfw-getting-started.qdoc7
2 files changed, 11 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.
diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc
index a0fed31a4..044fd2ed3 100644
--- a/doc/installerfw-getting-started.qdoc
+++ b/doc/installerfw-getting-started.qdoc
@@ -56,12 +56,19 @@
yourself. You can skip this if you have downloaded a pre-built version
of the framework.
+ \section2 Supported Compilers
+
+ The Qt Installer Framework can be compiled with Microsoft Visual Studio
+ 2013 and newer, GCC 4.7 and newer, and Clang 3.1 and newer.
+
\section2 Configuring Qt
If you use a statically built Qt to build the Qt Installer Framework
you do not have to deliver Qt libraries, which enables you to distribute
installers as one file.
+ The minimum required Qt version is 5.4.0.
+
\section3 Configuring Qt for Windows
Before running configure you should tweak Qt to statically link in the C