Hi,

I was searching for a "-prefix" or similar for configure.exe on Windows - similar to the configure script on linux.

The reason, is that QT seems to get bigger with every version, but all I need are the libs (*.lib, *.dll) and include files in order to develop my QT-based apps.
Thus I'd like to throw everything else away after calling "configure && nmake".

I tried just going with the ./bin and ./include folders, unfortunately there are still headers in ./src (whyever that it). So I usually delete demos and examples, which saves some space, but thats a workaround, not a solution.

*help*

Best