I do not think that you can remove in the compilation of Qt Creator, but you can use a continuous build system, such as Jenkins , to establish a distributed build environment . The subordinate assembly in all of your virtual machines will compile when committed in your SCM, such as git or Subversion.
The advantages of this approach:
- works on all major platforms such as Linux, MacOS, Windows
- .. and for all major compilers
- You can use any number of platforms regardless of Qt Creator support.
- you can easily get help because it is done in many professional systems.
- You can distribute your development.
- you can use any IDE
- you have great flexibility and tons of plugins that make life easier.
Note. There are many more CI systems, see here .
frans source share