Unknown module(s) in QT: webkitwidgets webkit
-
Hi,
First I built and installed QT5 in Ubuntu 13.10 without webkit:
./init-repository --no-webkit # we build WebKit separately
./configure -developer-build -opensource -confirm-license
make -j 40
make installThen I downloaded webkit and built it separately (because I need to modify webkit):
Tools/Scripts/build-webkit --qt --video-track --makeargs="-j40" --no-webkit2
Finally I ran qmake:
export QTDIR=~/workspace/qt5/qtbase
export PATH=$QTDIR/bin:$PATH
export WEBKIT_ROOT=~/workspace/webkit
qmake QtBrowser.proAnd got an error:
Project ERROR: Unknown module(s) in QT: webkitwidgets webkit
Can anybody help me, please? I tried to fix it for 3 days, but i really do not know what to do.
-
Hi and welcome to devnet,
When you say you build it separately, do you mean the QtWebKit module or only webkit ?