[Wireshark-dev] Petri-dish buildbot - not finding QtWidgets/QLabel

2015-09-23 Thread Martin Mathieson
Hi, This must be something simple, but I'm trying to get a first version of the new LTE MAC statistics dialog checked in (https://code.wireshark.org/review/#/c/10578/). I'm getting this error: In file included from

Re: [Wireshark-dev] Petri-dish buildbot - not finding QtWidgets/QLabel

2015-09-23 Thread Alexis La Goutte
Hi Martin, It is because Petri Dish use Qt 4.x... and we need to add only QLabel (#include ), no need the QtWidgets.. Regards, On Wed, Sep 23, 2015 at 1:55 PM, Martin Mathieson < martin.r.mathie...@googlemail.com> wrote: > Hi, > > This must be something simple, but I'm trying to get a first

Re: [Wireshark-dev] Petri-dish buildbot - not finding QtWidgets/QLabel

2015-09-23 Thread Alexis La Goutte
On Wed, Sep 23, 2015 at 2:27 PM, Martin Mathieson < martin.r.mathie...@googlemail.com> wrote: > I uploaded another patch (no 8) to just include and added it > to the petri-dish (probably-doomed number 7 will run first...). > But I still don't understand why we get away with including >

Re: [Wireshark-dev] Petri-dish buildbot - not finding QtWidgets/QLabel

2015-09-23 Thread Martin Mathieson
I uploaded another patch (no 8) to just include and added it to the petri-dish (probably-doomed number 7 will run first...). But I still don't understand why we get away with including QtWidgets/QLabel in lots of other header files. Should they be changed too? Regards, Martin On Wed, Sep 23,