hi,
i'm trying to build Qt source by using following configuration options:
Qt Code:
  1. configure -platform win32-msvc2005 -static -debug-and-release -fast -qt-sql-sqlite -no-qt3support -vcproj
To copy to clipboard, switch view to plain text mode 

the final size of build is abowe 12 GB! How can i reduce this size?
Qt Code:
  1. nmake -clean
To copy to clipboard, switch view to plain text mode 
?
But i think that the size od Qt directory will still be to large..

how can i exclude unnecessary stuff from building? i dont need examples, etc.

Thanx for your answers