Re: [Development] Help! configure won't configure on Windows

2016-09-18 Thread Holger Freyther
> On 19 Sep 2016, at 03:12, Thiago Macieira wrote: > > Good Morning, > And, like I said, others may have done the same. See the discussion on the > Coverity issue. > > Please fix. as Thiago has indicated the following is broken on at least my Ubuntu system: cd qt5 .. clean + rebase + upd

Re: [Development] Missing Qt modules from Coverity Scan

2016-09-18 Thread Holger Freyther
> On 18 Sep 2016, at 20:40, Thiago Macieira wrote: Hi! >> /home/qt-project/coverity/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnectio >> n.h:689:20: error: 'TabletData' is not a member of 'QXcbConnection' >> Q_DECLARE_TYPEINFO(QXcbConnection::TabletData::ValuatorClassInfo, >> Q_PRIMITIVE_TYPE

[Development] Behaviour change in QML in Qt 5.8 regarding null

2016-09-18 Thread Chris Adams
Hi, Recently, a few unit test failures[1] in the (unreleased) QtPIM module showed that the recent change[2] which changes the semantics of null assignment (from JS) to a QVariant Q_PROPERTY can affect existing client code. Certainly, the cases which are affected are most likely edge-cases (that i

Re: [Development] Help! configure won't configure on Windows

2016-09-18 Thread Thiago Macieira
On segunda-feira, 19 de setembro de 2016 00:22:42 PDT Jake Petroules wrote: > > It's worked for over 4 years. I may not be the only one doing this. > > > > Please fix it. > > I don't see why we should, it seems an illogical workflow to configure qt5 > and then expect to be able to configure from

Re: [Development] Help! configure won't configure on Windows

2016-09-18 Thread Jake Petroules
> On Sep 18, 2016, at 4:44 PM, Thiago Macieira > wrote: > > On domingo, 18 de setembro de 2016 22:22:57 PDT Oswald Buddenhagen wrote: >> On Sat, Sep 17, 2016 at 12:49:36PM -0700, Thiago Macieira wrote: >>> So how am I going to reconfigure qtbase once I've built the rest of qt5? >> >> you don't

Re: [Development] Help! configure won't configure on Windows

2016-09-18 Thread Thiago Macieira
On domingo, 18 de setembro de 2016 22:22:57 PDT Oswald Buddenhagen wrote: > On Sat, Sep 17, 2016 at 12:49:36PM -0700, Thiago Macieira wrote: > > So how am I going to reconfigure qtbase once I've built the rest of qt5? > > you don't. you keep configuring qt5, or you clean out the non-qtbase > artif

Re: [Development] Help! configure won't configure on Windows

2016-09-18 Thread Oswald Buddenhagen
On Sat, Sep 17, 2016 at 12:49:36PM -0700, Thiago Macieira wrote: > So how am I going to reconfigure qtbase once I've built the rest of qt5? > you don't. you keep configuring qt5, or you clean out the non-qtbase artifacts first. > My workflow is: > you should consider yourself lucky that this ever

Re: [Development] Missing Qt modules from Coverity Scan

2016-09-18 Thread Thiago Macieira
On domingo, 18 de setembro de 2016 19:59:24 PDT Holger Freyther wrote: > > On 18 Sep 2016, at 17:12, Marc Mutz wrote: > > > > > > This is another issue. This week's report only contains issues in code > > built by qmake, probably caused by the configure problem you mention. > > > > Last week's

Re: [Development] Missing Qt modules from Coverity Scan

2016-09-18 Thread Holger Freyther
> On 18 Sep 2016, at 17:12, Marc Mutz wrote: > > > This is another issue. This week's report only contains issues in code built > by qmake, probably caused by the configure problem you mention. > > Last week's report, to which Peppe referred, however, contained all of > qtbase, > but none o

Re: [Development] Missing Qt modules from Coverity Scan

2016-09-18 Thread Marc Mutz
On Saturday 17 September 2016 09:51:02 Holger Freyther wrote: > > On 15 Sep 2016, at 14:51, Giuseppe D'Angelo > > wrote: > > > > Howdy, > > Hi! > > > while playing around with Coverity Scan with a few colleagues of mine we > > noticed that only qtbase is getting uploaded and therefore checked >