Re: [Interest] Unable to build with CONFIG+=debug due to missing libraries

2015-03-04 Thread Nikos Chantziaras
On 01/03/15 20:57, Thiago Macieira wrote: > On Sunday 01 March 2015 10:30:22 Nikos Chantziaras wrote: >> On 28/02/15 21:15, Thiago Macieira wrote: >>> On Saturday 28 February 2015 14:01:33 Nikos Chantziaras wrote: But when building for Windows, this doesn't work: qmake CONFIG+=debug

Re: [Interest] Unable to build with CONFIG+=debug due to missing libraries

2015-03-02 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > [...] > Anyway, as you noticed already patching the CXX flags is the way to go > (maybe you could patch the mkspecs to set only -g for the debug option, but > its been a really long time since I loo

Re: [Interest] Unable to build with CONFIG+=debug due to missing libraries

2015-03-01 Thread Thiago Macieira
On Sunday 01 March 2015 10:30:22 Nikos Chantziaras wrote: > On 28/02/15 21:15, Thiago Macieira wrote: > > On Saturday 28 February 2015 14:01:33 Nikos Chantziaras wrote: > >> But when building for Windows, this doesn't work: > >> qmake CONFIG+=debug > >> make > >> ... > >> make[1]: *

Re: [Interest] Unable to build with CONFIG+=debug due to missing libraries

2015-03-01 Thread Nikos Chantziaras
On 28/02/15 21:15, Thiago Macieira wrote: > On Saturday 28 February 2015 14:01:33 Nikos Chantziaras wrote: >> But when building for Windows, this doesn't work: >> >> qmake CONFIG+=debug >> make >> ... >> make[1]: *** No rule to make target 'libQt5Widgetsd.a' >> >> Why is that? I'm n

Re: [Interest] Unable to build with CONFIG+=debug due to missing libraries

2015-02-28 Thread Andreas Pakulat
Hi Nikos, On Sat, Feb 28, 2015 at 2:43 PM, Nikos Chantziaras wrote: > On 28/02/15 15:36, Andreas Pakulat wrote: > > Hi Nikos, > > > > On Sat, Feb 28, 2015 at 1:01 PM, Nikos Chantziaras > > wrote: > > > > qmake CONFIG+=debug > > make > > ... > >

Re: [Interest] Unable to build with CONFIG+=debug due to missing libraries

2015-02-28 Thread Thiago Macieira
On Saturday 28 February 2015 14:01:33 Nikos Chantziaras wrote: > But when building for Windows, this doesn't work: > >qmake CONFIG+=debug >make >... >make[1]: *** No rule to make target 'libQt5Widgetsd.a' > > Why is that? I'm not trying to debug Qt The question is why you don't h

Re: [Interest] Unable to build with CONFIG+=debug due to missing libraries

2015-02-28 Thread Nikos Chantziaras
On 28/02/15 15:36, Andreas Pakulat wrote: > Hi Nikos, > > On Sat, Feb 28, 2015 at 1:01 PM, Nikos Chantziaras > wrote: > > qmake CONFIG+=debug > make > ... > make[1]: *** No rule to make target 'libQt5Widgetsd.a' > > Is this a bug, or int

Re: [Interest] Unable to build with CONFIG+=debug due to missing libraries

2015-02-28 Thread Andreas Pakulat
Hi Nikos, On Sat, Feb 28, 2015 at 1:01 PM, Nikos Chantziaras wrote: > On Linux, I can always build my project with CONFIG+=debug and debug it. > I don't have a debug version of Qt installed. Just the release one. > > But when building for Windows, this doesn't work: > >qmake CONFIG+=debug >

[Interest] Unable to build with CONFIG+=debug due to missing libraries

2015-02-28 Thread Nikos Chantziaras
On Linux, I can always build my project with CONFIG+=debug and debug it. I don't have a debug version of Qt installed. Just the release one. But when building for Windows, this doesn't work: qmake CONFIG+=debug make ... make[1]: *** No rule to make target 'libQt5Widgetsd.a' Why is t