summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-04-25 12:02:53 +0200
committerNiels Weber <niels.weber@digia.com>2014-04-28 13:07:13 +0200
commit632707d34d1cf28ef55529956a4a4caf95ea6c72 (patch)
tree404c38b0998cf5912a0fd569d726741f868a7301 /INSTALL
parent5135dcbf0ac23a52ceb2b4d1463eb2fd20b09346 (diff)
Update configure options for Qt 5 on Linux and Mac
Change-Id: I4280f65d62cd4655eb43f6a7fe21558a8593bdb9 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e9e65cb46..b1a3585c5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -59,8 +59,11 @@ configure.exe -opensource -release -static -accessibility -no-multimedia -no-dec
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 declarative
Build the Framework
---------------------