Quote Originally Posted by cpearson1990 View Post
And once I've done in QT, I would add a new build step and point it to the cross-platform compiler and pass it the suitable arguments?
Code normal and use *.pro file with win32{} scope or the others to bind specific os stuff, then simply install different cross compilers, use the -spec option of qmake and build for the different targets like you currently do.