Hi:

I'm going to build Qt 4.8.7 and I would like to keep it the most "gui-ish" possible, so I'll use this configure options:
Qt Code:
  1. -release -opensource -fast -no-qt3support -no-dsp -no-vcproj -no-qdbus -no-phonon -no-phonon-backend -no-multimedia -no-webkit -no-script -no-scripttools -no-declarative
To copy to clipboard, switch view to plain text mode 
But also I'd like to not build QtCLucene. I was told tha QtCLucene is bundle with QtHelp4..my question is how to void the build of those two? Thanks.