Quote Originally Posted by jpn View Post
Works fine with qmake. Even Qt as a big and complex project can be built outside the source tree.
Maybe I missed something but last time I checked qmake did not really appreciate it when the Makefiles where not inside the source tree. Any piece of wisdom on this topic would be appreciated as I'd really like to be able to make proper out-of-source-tree builds with qmake (OBJECT_DIR, UI_DIR, MOC_DIR and RCC_DIR are not enough I really need to prevent makefiles from polluting my source tree). And it'd be even better if it worked well with subdirs project without having to perform dark magic in every single project file...