Hi,

So this is the config I use for Qt 4.8,
Qt Code:
  1. ./configure -opensource -nomake tests -confirm-license -nomake docs -nomake demos -no-accessibility -no-qt3support -fast -qt-sql-sqlite -no-phonon -no-multimedia -no-webkit -no-declarative -no-exceptions -arch x86 -arch x86_64
To copy to clipboard, switch view to plain text mode 
So my question is what applies now and what doesn't and why? I know that qt3support no longer applies, as well as choosing arch. But why can I not disable webkit for example? I don't really want to be build these, or I take it I am stuck with them for now. I am the modules that can be toggled on or off are those that are listed in ./configure --help.

Thanks