open multiple qt.pro file and choose which one to be on top
-
I open qt project with qtcreator from gnome terminal in ubuntu
I have few different apps opened together
using
nohup ~/qtcreator_build/binqtcreator /home/j/MPA.pro /home/j/SPL.pro /home/j/SML.pro
but I want to target (select) exact one of my choice (e.g MPA) and select exact one when qt creator opened?
kindly advise -
V VRonin moved this topic from General and Desktop on
-
i'm not sure I properly understand your question but if I got it right you can select the active project by double clicking it or right-clicking it, i don't remember for sure.
-
I open qt project with qtcreator from gnome terminal in ubuntu
I have few different apps opened together
using
nohup ~/qtcreator_build/binqtcreator /home/j/MPA.pro /home/j/SPL.pro /home/j/SML.pro
but I want to target (select) exact one of my choice (e.g MPA) and select exact one when qt creator opened?
kindly advise@JacobNovitsky said in open multiple qt.pro file and choose which one to be on top:
nohup ~/qtcreator_build/binqtcreator /home/j/MPA.pro /home/j/SPL.pro /home/j/SML.pro
So, which of these projects is active after starting QtCreator this way? For example if it is the last one, then put the project you want to be the active one as last in the command line.
If this is not what you're asking then please explain better, it is not really clear what you mean.
-
@JacobNovitsky said in open multiple qt.pro file and choose which one to be on top:
nohup ~/qtcreator_build/binqtcreator /home/j/MPA.pro /home/j/SPL.pro /home/j/SML.pro
So, which of these projects is active after starting QtCreator this way? For example if it is the last one, then put the project you want to be the active one as last in the command line.
If this is not what you're asking then please explain better, it is not really clear what you mean.
@jsulm yep, solved :)