I just compiled Qt 4.5 on Windows, using configure && nmake. Now I have a 11 GiB large Qt folder, which I'd like to strip down so it only contains stuff needed to compile applications. What's the recommended way to do it? I assume nmake clean will delete everything, and nmake install tells me can't install file to the same location (i.e. it would move the files to where they are currently).