I am developing an application using QtCreator in Mac OS X and it must be cross-platform.
I have a Mac OS X as host. Also I have a MS Windows installed on virtual machine and a Ubuntu installed on another virtual machine:
- Mac OS X: Qt 5.4.0 - 64bit - clang - Xcode 6.0
- MS Windows: Qt 5.3.0 - 32bit - VC++ 2013
- Ubuntu: Qt 5.3.0 - 64bit - GCC
How can I develop my application in Mac OS and build it in another platforms (Mac/Windows/Ubuntu) all at once?
Is there any remote compiler option in QtCreator?
