Qt5: WebKit2 build [solved]
-
wrote on 10 Jul 2012, 08:01 last edited by
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.
-
wrote on 10 Jul 2012, 15:15 last edited by
Solved by checking out latest source from Git. Other problems came so for those interested: "declarative" must be removed from all .pri files that carry line like QT+= declarative
1/2