Hi, I'm using Qt 4.7 on Mac OS X 10.6.7. I have a project, which I'd like to keep organized like this:

/- # My main project directory, where the .pro file should live in
-- build/ # Build directory where my .app should be put in
-- src/ # Sources directory, for all .h and .cpp files.
-- forms/ # Forms directory, for all .ui files.
-- generated/ # A directory for all files generated by the building process.

I've tried to search some docs in QtAssitant and Google, but I they wether aren't what I'm looking for, or I just couldn't understand it

Please, can somebody give me a hand on this?