On Sun, Sep 13, 2015 at 5:56 PM, Andreas Müller
wrote:
> FYI: I've sent a patch to meta-qt5 - which just changes the sequence
> of files included in qeglplatformscreen.cpp (QT 5.5!). Result is same
> but approach is more simple I think.
I will skip this one here so we avoid this to be fixed in th
On Fri, Sep 11, 2015 at 11:42 AM, Noor, Ahsan wrote:
> From: Noor
>
> * In Qt5.5 qeglplatformscreen.c includes qurl.h and X.h (via eglvivante.h).
> X.h
> define None to 0L but qurl.h set None to 0 in enum. Due to this do_compile
> task
> fails saying "qurl.h:131:9: error: expected identifie
From: Noor
* In Qt5.5 qeglplatformscreen.c includes qurl.h and X.h (via eglvivante.h). X.h
define None to 0L but qurl.h set None to 0 in enum. Due to this do_compile
task
fails saying "qurl.h:131:9: error: expected identifier before numeric
constant".
This patch undefine None in qurl.h if