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] Function overload and QML

2015-02-28 Thread Arthur Buldauskas
Hey, not sure if you solved your problem by now, but here is one solution. I've notice you are trying to pass a string. If you change the const QVariant& to a const QString& parameter it will call the proper overloaded function for you. On Mon, Feb 16, 2015 at 7:17 AM, Federico Buti wrote: > Ok.

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 >

Re: [Interest] Qt 5.4.0: building qtwebengine out-of-tree?

2015-02-28 Thread Becsi Andras
Hi René, It is only possible to build QtWebEngine out-of-tree with a developer build of Qt, especially on OS X. If the module itself builds, you could try removing the QTWEBENGINE_BUILD_PARTS lines in qtwebengine.pro, and build them after you installed the QtWebEngine module. /Andras > On 27

[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

Re: [Interest] QMap operator<() overload.

2015-02-28 Thread Sean Harmer
On 26/02/2015 07:33, André Somers wrote: > K. Frank schreef op 25-2-2015 om 16:46: >> Hello Kai and Torgeir! >> >> Thank you for your insightful comments. >> >> I have some follow-up questions, in line, below. (And sorry >> for moving the discussion away from Qt.) >> >> On Wed, Feb 25, 2015 at 9:4