Hello every-body ,
As I understand QT now , one creates a new folder for every new project ?
Thats fine for me , but QMAKE will create two extra-sub-folders for the 'debug' and the 'release' versions of the build .
In due-time this will accumulate in a lot of folders scattered every where !
I think making two 'fixed' folders like C:\qt\releases & C:\qt\debugs to be a much cleaner solution ?
( You can then change the PATH-environment-variable to point to these locations )
In order to achieve this one could manually change the DESTDIR variable in Makefile.Release and Makefile.Debug , but a much better solution would be to change a template- or config-file somewhere ?

Anyone with suggestions | remarks | warnings ?

TIA
Erics ( working in a dual-boot XP-Ubuntu environment with static Qt in XP )