Re: [Qt-creator] Subprojects handling

2014-01-09 Thread Ziller Eike
On Jan 9, 2014, at 9:50 AM, Yves Bailly wrote: > Le 08/01/2014 17:54, Jeandet Alexis a écrit : >>> From what I understand your problem is that creator works as expected, >> Or also open your project as kai said in the same sessions you can open >> all of them separately and also open your top pr

Re: [Qt-creator] Subprojects handling

2014-01-09 Thread Oswald Buddenhagen
On Wed, Jan 08, 2014 at 04:05:41PM +0100, Yves Bailly wrote: > The subdirs are all executable projects (no libraries) which > have no build-time dependencies between them. vs. > CONFIG += ordered do you even know what that means? > When I request to run one of the subproject, *all* the subproj

Re: [Qt-creator] Subprojects handling

2014-01-09 Thread Yves Bailly
Le 08/01/2014 17:54, Jeandet Alexis a écrit : >>From what I understand your problem is that creator works as expected, > Or also open your project as kai said in the same sessions you can open > all of them separately and also open your top project then just activate > the one you want. But in thi

Re: [Qt-creator] Subprojects handling

2014-01-08 Thread Jeandet Alexis
Le mercredi 08 janvier 2014 à 17:37 +0100, Yves Bailly a écrit : > Le 08/01/2014 17:27, Mohamed Fawzi a écrit : > > Build & Run > General > Always build project before deploying it > > > > in the Options. > > But then the subproject I want to run is not build, I have to build > it explicitly. > >

Re: [Qt-creator] Subprojects handling

2014-01-08 Thread Yves Bailly
Le 08/01/2014 17:27, Mohamed Fawzi a écrit : > Build & Run > General > Always build project before deploying it > > in the Options. But then the subproject I want to run is not build, I have to build it explicitly. Anyway it's the closest I can get to what I want it seems... Thanks all. --

Re: [Qt-creator] Subprojects handling

2014-01-08 Thread Yves Bailly
Le 08/01/2014 17:09, Ziller Eike a écrit : > On Jan 8, 2014, at 4:05 PM, Yves Bailly wrote: >> I have a main project file using template "subdirs": >> >> When I request to run one of the subproject, *all* the subprojects >> are always build. Even if the build step is reduced to checking >> nothing

Re: [Qt-creator] Subprojects handling

2014-01-08 Thread Mohamed Fawzi
Build & Run > General > Always build project before deploying it in the Options. Fawzi On 8 Jan 2014, at 17:19, Yves Bailly wrote: > Le 08/01/2014 17:09, Ziller Eike a écrit : >> On Jan 8, 2014, at 4:05 PM, Yves Bailly wrote: >>> I have a main project file using template "subdirs": >>> >>> Wh

Re: [Qt-creator] Subprojects handling

2014-01-08 Thread Koehne Kai
> -Original Message- > On Jan 8, 2014, at 4:05 PM, Yves Bailly wrote: > > > [...] > > When I request to run one of the subproject, *all* the subprojects are > > always build. Even if the build step is reduced to checking nothing > > has changed (message "Nothing to be done for 'first'"),

Re: [Qt-creator] Subprojects handling

2014-01-08 Thread Ziller Eike
On Jan 8, 2014, at 4:05 PM, Yves Bailly wrote: > > Greetings all, > > I have a main project file using template "subdirs": > TEMPLATE = subdirs > CONFIG += ordered > SUBDIRS += ...a long list of subdirs... > > The subdirs are all executable projects (no libraries) which > have no build-time d

[Qt-creator] Subprojects handling

2014-01-08 Thread Yves Bailly
Greetings all, I have a main project file using template "subdirs": TEMPLATE = subdirs CONFIG += ordered SUBDIRS += ...a long list of subdirs... The subdirs are all executable projects (no libraries) which have no build-time dependencies between them. When I request to run one of the subproject