How to start multiple applications in QtCreator at once
-
Lets say you have a project with multiple applications which should all run together,
each with their own output window, like backend 1,2,3,4 and frontend small,big.
Is there a quicker way in QtCreator than always go to "Debug->Run->click App xyz" multiple times? -
You can write a script starting all your applications and add a "Custom Executable" run configuration pointing to that script in the "Run Settings" of your project.