How to start multiple project?
-
wrote on 25 Jul 2017, 11:58 last edited by
Hello QDevnet,
I have a project which has a two subdirectory project, qt console application. But, when I run the top project, only one project is running. How can I solve this issue?
My top project ".pro" file:
TEMPLATE = subdirs SUBDIRS += \ FirstProject \ SecondProject
Thanks,
-
wrote on 25 Jul 2017, 12:16 last edited by mostefa
I think that you can not run your two projects by selecting top project,
But you can switch between first/second project by clicking in
kit selector
:and selecting FirstProject\SecondProject and run again
Hope this can help you !
-
I think that you can not run your two projects by selecting top project,
But you can switch between first/second project by clicking in
kit selector
:and selecting FirstProject\SecondProject and run again
Hope this can help you !
wrote on 25 Jul 2017, 12:21 last edited by ideadesigner@mostefa But I have a network structure and two project communicates each other. My aim is when I run the project, two project should be run. At visual studio I can do it like this:
-
Hi,
AFAIK, it's currently not possible. You should check the bug report system to see if there's anything related to that on the Qt Creator project,
-
wrote on 26 Jul 2017, 01:00 last edited by
Does dependencies between "projects" work for you?
Is it one of your "projects" behave like a library?
Thank you
-
Does dependencies between "projects" work for you?
Is it one of your "projects" behave like a library?
Thank you
@Charlie_Hdz No, he has 2 executables and want that both are started when he clicks on Run button.
-
wrote on 27 Jul 2017, 02:54 last edited by
Yes, @jsulm is right.
1/7