#!/bin/sh ./configure \ -prefix /opt/qtroot/ \ -release -static \ -fast \ -pch \ -webkit \ -no-stl \ -no-exceptions \ -no-accessibility \ -no-qt3support \ -system-sql-sqlite \ -no-sql-mysql \ -no-sql-odbc \ -no-sql-psql \ -no-dbus \ -no-libtiff -no-libmng \ -system-libjpeg \ -system-zlib \ -system-libpng \ -nomake examples -nomake demos -nomake tools \ -optimized-qmake \ -no-phonon \ -no-nis \ -no-opengl \ -no-cups \ -no-xfixes \ -no-xinerama \ -no-separate-debug-info \ -platform linux-g++ \ -confirm-license \ -reduce-relocations \ -no-tablet \ -no-xmlpatterns \ -no-glib \ -no-svg \ -no-xkb \ -no-iconv