summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-06-03 12:53:23 +0200
committerNiels Weber <niels.weber@digia.com>2014-06-03 14:00:46 +0200
commit22fb61b60c0686795f9671789ab3393da6c22987 (patch)
tree2c6ceed2363bdb88f3dc160c94d3a18af57002b0 /INSTALL
parent05afd837fc336541ebdf772ab25347860782c02f (diff)
State that we require Qt 5.3 and update configure options
Change-Id: Ic59f6358eb5db93d8d9e100f0bc317bf112e2e9e Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 5 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 0e766efe7..1cea4c305 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,8 +16,9 @@ Build Qt
---------------------
To build an installer, it is advised to use a statically linked Qt. For maximum
-portability we recommend the latest version of the Qt 4.x series. See the Qt
-documentation for the prerequisites and steps to build Qt from sources.
+portability we recommend the latest version of the Qt 5.x series. The minimal
+required version is Qt 5.3.0 See the Qt documentation for the prerequisites and
+steps to build Qt from sources.
### Windows
@@ -53,17 +54,13 @@ Adjust the qmake.conf to have a real stand alone working installer:
Recommended configure options for Microsoft Windows:
-configure.exe -opensource -release -static -accessibility -no-multimedia -no-declarative -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -nomake examples -nomake demos
+configure.exe -opensource -release -static -accessibility -no-multimedia -no-phonon -no-dbus -no-opengl -no-qt3support -no-xmlpatterns -nomake examples -nomake demos -skip qtquick1 -skip qtscript -skip qtlocation
### Linux & Mac OS X
Recommended configure options for Linux and Mac OS X:
-Qt 4.8:
-configure -opensource -release -static -accessibility -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -no-svg -nomake examples -nomake demos
-
-Qt 5:
-configure -opensource -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-dbus -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtdeclarative
+configure -opensource -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation
Build the Framework
---------------------