One Qt Creator installation two instances
-
I want to be able to build and run my applications from Qt Creator using Ctrl+R (green button)
But
Application_1 to be built and run from internal terminal
Application_2 to be built and run from external terminalI see only one opp-ty -> install second Qt Creator version
but I believe there is better waypls note it's not dupe, just more clear question
kindly advise
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
You don't have to install a second Qt Creator, but just start another instance of it.
Normally you can also run several run configurations in one instances, but the internal/external terminal is a global setting, so you can't have both at the same time in one instance of Qt Creator.
-
If you really want to run from a single Qt Creator (though starting a second instance is IMHO the better option), you could write a script that runs in the internal terminal, launches Application_1 and starts an external terminal (like xterm on Linux) and runs Application_2 there.
Building two applications from Qt Creator at the same time could be doable, but is certainly a lot more involved.