From 9093201505a07a6b4aeae99ccf2199ce1277e1b8 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 23 Jan 2013 16:20:48 +0100 Subject: Unify order & content of configure arguments Remove superfluous -platform argument from README, and -qt-sql-sqlite -plugin-sql-sqlite from documentation. Reorder arguments on Unix and Windows to make them comparable. Change-Id: Ibe7ae670da6b3ef06ec02dbb5c1cc92d5e65d411 Reviewed-by: Tim Jenssen Reviewed-by: Karsten Heimrich --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 13f037dfb..227fff08d 100644 --- a/README +++ b/README @@ -30,10 +30,10 @@ adjust the qmake.conf to have a real stand alone working installer (at the momen QMAKE_CFLAGS_LTCG = -GL Recommended configure options for windows: -configure.exe -platform win32-msvc20XX -release -static -no-webkit -no-phonon -no-dbus -no-opengl -no-qt3support -no-xmlpatterns -no-multimedia -no-declarative -nomake examples -nomake demos -opensource +configure.exe -opensource -release -static -no-multimedia -no-declarative -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -nomake examples -nomake demos Recommended configure options for Linux: -configure -nomake examples -nomake demos -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -opensource -developer-build -static -no-webkit -no-phonon -no-dbus -no-opengl -no-qt3support -no-xmlpatterns -no-svg -release +configure -developer-build -opensource -release -static -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 == Create an Installer == -- cgit v1.2.3