[Development] tarball fetches from code.qt.io?

René J. V. Bertin rjvbertin at gmail.com
Fri Mar 18 12:54:25 CET 2016


Heikkinen Jani wrote:

> Hi!
> 
> Webkit packages can be found from here:
> http://download.qt.io/community_releases/5.6/5.6.0/

So apparently this package is designed to be built in a separate step. The 
toplevel qt.pro and .gitmodules file from the monolithic source tarball suggests 
that it still might be possible to build a Webkit tree as part of a single-build 
approach, which would suit me.

Is that correct? Trying this currently fails because at some point headers are 
not found that are expected in a QtWebkit framework:

In file included from qt-everywhere-opensource-
src-5.6.0/qtwebkit/Source/WebKit/qt/WidgetApi/qgraphicswebview.cpp:22:
qt-everywhere-opensource-
src-5.6.0/qtwebkit/Source/WebKit/qt/WidgetApi/qgraphicswebview.h:23:10: fatal 
error: 'QtWebKit/qwebkitglobal.h' file not found
#include <QtWebKit/qwebkitglobal.h>
         ^

In the meantime I'll be trying with the qtwebkit suddir from Qt 5.5.1 but 
without expecting much out of it ...

R.




More information about the Development mailing list