I'm using Qt 4.7.0-beta1 and Qt Creator 2.0.0-beta under Linux and I noticed that Qt Creator is now creating executables in a totally new folder. For example, if I'm working with Qt Creator on a project located in "/qt/myprogram" then Qt Creator will create the new "myprogram" executable under "/qt/myprogram-build-desktop". I don't like this new feature and I just want the executable to be created under "qt/myprogram", like it used to do in the past.

Any ideas on how to override this new behavior?

Thanks!