Now that Qt Creator enables shadow builds by default I've got used to them and prefer it to cluttering up my source folders with object files, etc.
However, I often want to build from the command-line, but can't figure out how to make shadow builds work. My command-line build script is pretty simple: qmake -r mingw32-make release How can I force shadow builds? Is a qmake switch required? Thanks in advance. P.S. Apologies that this isn't strictly a Qt Creator specific question but I thought others may find any answers useful.
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
