I finished fixing includes earlier to allow make all in qtwidgets to finish.

I had to change :
 - All include WebCore/*.h, JavaScriptCore/*.h, WebKit2/*.h by removing the
first part. Those would not have worked no matter the include paths, since
the headers were in subfolders of thoses
 - an include of <rawwebview_p.h> into "rawwebview_p.h" so it could be
found by a cpp file in the same folder
 - two more includes that were missing a subdir in their include path (or
that would have needed one more include search path).

I can give the exact list tomorrow, but i'm not sure if there is a point of
seaching why i get those build error on that platform and not others, if
QtWebKit is supposed to be deprecated in 5.6.

2016-01-06 23:10 GMT+01:00 Thiago Macieira <thiago.macie...@intel.com>:

> On Wednesday 06 January 2016 18:39:23 Kandeler Christian wrote:
> > Thiago Macieira wrote:
> > > GCC searches the directory of the source with both <> and "".
> >
> > That's not true, as you can easily verify with a simple test program.
>
> You're right.
>
> > Searching inside the source file's directory or not is (more or less) the
> > whole difference between the two types of include statement, and it's not
> > GCC-specific either.
>
> I was confusing it with another difference between MSVC and GCC.
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to