Hello,
I just started playing with QT but have an uncertainty about building it under VS2008.

I used the following configuration command
configure -debug-and-release -opensource -static -platform win32-msvc2008

followed by the suitable "nmake" command, but after several hours of compiling I noticed that also tutorials, demos, examples and a lot of other stuff were compiled, so that the "qt" folder was over 8GB in size (I then stopped building).

Is there a way (configuration parameter? makefile editing?) to build only the parts needed to start developing projects? (I think just .lib files for static building and .lib + .dll for dynamic, correct?)

Thanks a lot.