Re: [Development] Fixing the DLL/shared/static mess

2012-07-13 Thread Joerg Bornemann
On 13/07/2012 05:43, ext Loaden wrote: > This changed broken qbs build on Windows (MSVC2010SP1): > 96166fa56abb52157387c4911efbd4e5e6beee93 > After change CONFIG += staticlib to CONFIG += static (src\lib\lib.pro > ) still can't solved the build issue. > Any comments? This has noth

Re: [Development] Fixing the DLL/shared/static mess

2012-07-12 Thread Loaden
This changed broken qbs build on Windows (MSVC2010SP1): 96166fa56abb52157387c4911efbd4e5e6beee93 After change CONFIG += staticlib to CONFIG += static (src\lib\lib.pro) still can't solved the build issue. Any comments? > commandexecutor.cpp > transformer.cpp > d:\qpsoft\projects\buildqt5-x86\qtbas

Re: [Development] Fixing the DLL/shared/static mess

2012-04-15 Thread Thiago Macieira
On segunda-feira, 16 de abril de 2012 00.44.22, Stephen Kelly wrote: > > Static and shared in one build has never been supported. > > But you want to make it supported in one package? Has that been possible > before? Not right now. It's extremely unlikely we'll modify qmake to support it. But this

Re: [Development] Fixing the DLL/shared/static mess

2012-04-15 Thread Stephen Kelly
On Sunday, April 15, 2012 19:30:55 Thiago Macieira wrote: > On domingo, 15 de abril de 2012 23.59.55, Stephen Kelly wrote: > > On Friday, April 13, 2012 13:55:04 Thiago Macieira wrote: > > > > 4) Packagers who package only one type of Qt build (shared or > > > > static, > > > > but > > > > not both

Re: [Development] Fixing the DLL/shared/static mess

2012-04-15 Thread Thiago Macieira
On domingo, 15 de abril de 2012 23.59.55, Stephen Kelly wrote: > On Friday, April 13, 2012 13:55:04 Thiago Macieira wrote: > > > 4) Packagers who package only one type of Qt build (shared or static, > > > but > > > not both), should not see any changes either. One Qt build means a set > > > of > >

Re: [Development] Fixing the DLL/shared/static mess

2012-04-15 Thread Stephen Kelly
On Friday, April 13, 2012 13:55:04 Thiago Macieira wrote: > > 4) Packagers who package only one type of Qt build (shared or static, > > but > > not both), should not see any changes either. One Qt build means a set > > of > > library files and the headers (e.g.: libQtCore.so and qconfig.h). > > TH

Re: [Development] Fixing the DLL/shared/static mess

2012-04-15 Thread Thiago Macieira
On domingo, 15 de abril de 2012 12.35.08, Uwe Rathmann wrote: > Hi Thiago, > > my interest is of course to benefit as much as possible from the ideas > and solutions of the Qt development > and I believe the best way should be to organize my code and build > environment like Qt libraries do. > > So

Re: [Development] Fixing the DLL/shared/static mess

2012-04-15 Thread lars.knoll
On 4/15/12 12:35 PM, "ext Uwe Rathmann" wrote: >Hi Thiago, > >my interest is of course to benefit as much as possible from the ideas >and solutions of the Qt development >and I believe the best way should be to organize my code and build >environment like Qt libraries do. > >So please let me chec

Re: [Development] Fixing the DLL/shared/static mess

2012-04-15 Thread Uwe Rathmann
Hi Thiago, my interest is of course to benefit as much as possible from the ideas and solutions of the Qt development and I believe the best way should be to organize my code and build environment like Qt libraries do. So please let me check your list what might be possible for Qwt: > 1) where

Re: [Development] Fixing the DLL/shared/static mess

2012-04-14 Thread Thiago Macieira
On sábado, 14 de abril de 2012 10.09.56, Uwe Rathmann wrote: > On 04/13/2012 06:41 PM, Thiago Macieira wrote: > > Therefore, *ALL* Qt libraries must be either static or shared. Mixed > > builds will not be supported > > Maybe this is a silly question, but what makes a library to be a Qt > library ?

Re: [Development] Fixing the DLL/shared/static mess

2012-04-14 Thread Uwe Rathmann
On 04/13/2012 06:41 PM, Thiago Macieira wrote: > Therefore, *ALL* Qt libraries must be either static or shared. Mixed > builds will not be supported Maybe this is a silly question, but what makes a library to be a Qt library ? Or asking the other way round: what is the difference between a module

Re: [Development] Fixing the DLL/shared/static mess

2012-04-13 Thread Thiago Macieira
On sexta-feira, 13 de abril de 2012 13.41.34, Thiago Macieira wrote: > I ran into Ossi and Marius S.O. talking about the mess we have with the > build and use of Qt as shared/DLL or static. It's something I had begun > fixing, but I haven't finished yet. > > If you're dealing with a different build

[Development] Fixing the DLL/shared/static mess

2012-04-13 Thread Thiago Macieira
I ran into Ossi and Marius S.O. talking about the mess we have with the build and use of Qt as shared/DLL or static. It's something I had begun fixing, but I haven't finished yet. If you're dealing with a different buildsystem than qmake, or you're packaging Qt, please my email that is a reply to