Re: [Qbs] [QBS] Dynamic libraries built with qmake

2017-07-04 Thread Christian Kandeler
On Tue, 04 Jul 2017 13:47:22 + Lars Ivar Igesund wrote: > [ ... ] > I will see if I can reduce it to a propert minimal example Please do. Otherwise it will be very difficult for anyone not familiar with your project to make sense out of this. Christian ___

Re: [Qbs] [QBS] Dynamic libraries built with qmake

2017-07-04 Thread Lars Ivar Igesund
Hi, I am back at testing this approach from a couple of years back. I now have QBS 1.8, and there I get a new (if not entirely different) set of challenges. The original story is in the old part of the thread, but I suppose I should retell it as I think some things have changed, and I don't rememb

Re: [QBS] Dynamic libraries built with qmake

2015-05-12 Thread Christian Kandeler
On 05/12/2015 10:33 AM, Lars Ivar Igesund wrote: > > I'm in the process of converting a largish QMake based project to > QBS. > > Part of the project are two 3rd party libraries that we have to build > > ourselves, but that comes with .pro files. With QMake this was very > >

Re: [QBS] Dynamic libraries built with qmake

2015-05-12 Thread Lars Ivar Igesund
On Fri, May 8, 2015 at 5:09 PM Christian Kandeler < christian.kande...@theqtcompany.com> wrote: > On 05/08/2015 03:43 PM, Lars Ivar Igesund wrote: > > Hi, > > > > I'm in the process of converting a largish QMake based project to QBS. > > Part of the project are two 3rd party libraries that we have

Re: [QBS] Dynamic libraries built with qmake

2015-05-08 Thread Christian Kandeler
On 05/08/2015 03:43 PM, Lars Ivar Igesund wrote: > Hi, > > I'm in the process of converting a largish QMake based project to QBS. > Part of the project are two 3rd party libraries that we have to build > ourselves, but that comes with .pro files. With QMake this was very > simple, just subdirs them

[QBS] Dynamic libraries built with qmake

2015-05-08 Thread Lars Ivar Igesund
Hi, I'm in the process of converting a largish QMake based project to QBS. Part of the project are two 3rd party libraries that we have to build ourselves, but that comes with .pro files. With QMake this was very simple, just subdirs them, but with QBS things are a bit more cumbersome. What I hav