Qt5: WebKit2 build [solved]
-
I have tried to cross build latest snapshot and with some work I have manged to get into WebKit compilation. It was doing quite well for a moment until I got to point:
in dir: /qtwebkit/WebKitBuild/Release/Source/WebKit2
Project ERROR: Unknown module(s) in QT: quick qmlThose modules are specified in Target.pri and WebKit2.pri but I seem to not have them? There is 'qtquick1' in main structure but it seems it depends on webkit to be build first (make module-qtquick1 first tries to build webkit) so I always get back to same error.