summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-03-09 16:11:38 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-03-09 16:11:38 +0100
commit9d10c63a76d481e1635e69be2d9ef4051e2be6d1 (patch)
treec8500046a9cbf254c7ab01a6424665265bc48656 /README
parent3680d6e9a08a6e74ca6293592bb733e2723805d8 (diff)
changed platform argument to one with placeholders
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e2c01eaa4..e7b71a20a 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ To build an installer, it is advised to use a statically linked Qt.
QMAKE_CFLAGS_LTCG = -GL
Recommended configure options for windows:
-configure.exe -platform win32-msvc2005 -release -static -no-webkit -no-phonon -no-dbus -no-opengl -no-qt3support -no-xmlpatterns -no-svg -no-multimedia -no-declarative -no-declarative-debug -nomake examples -nomake demos -qt-sql-sqlite -plugin-sql-sqlite -opensource
+configure.exe -platform win32-msvc20XX -release -static -no-webkit -no-phonon -no-dbus -no-opengl -no-qt3support -no-xmlpatterns -no-svg -no-multimedia -no-declarative -no-declarative-debug -nomake examples -nomake demos -qt-sql-sqlite -plugin-sql-sqlite -opensource
Recommended configure options for Linux:
configure -nomake examples -nomake demos -qt-zlib -qt-gif -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