Configuring && Building

User documentation
10/11/2009

Switch to GCC4 compiler:
setgcc gcc4

Configure sources:
configure --prefix-install=no -no-pch -debug -opensource -confirm-license -no-largefile -qt-libjpeg -qt-libtiff -qt-libmng -qt-gif -qt3support -no-opengl -phonon -no-phonon-backend -optimized-qmake -fast -nomake examples -nomake demos

Then compile sources:
make (you can use -j2 or -j4 param on x2/x4 core CPU. This improve compile speed)

And finally install Qt:
make install

Files