This is the error message I get:
Unknown module(s) in QT: webkitwidgets webkit
How can I fix this this problem? I swear I’ve seen Webkit being built! At least, some parts of it, v8 and such. In fact, that’s what took the most of the day. Why do I get this error and how to fix it?
This is how I’ve configured Qt:
./configure -c++11 -no-qml-debug -no-openssl -nomake examples -nomake tests -no-cups -no-icu -no-xcb -opengl desktop
There are indeed files qtwebkit/lib/QtWebKit.framework and QtWebKitWidgets.framework
↧