Module(s) not found
-
Hey there... dear QT-Community,
i am using a linuxbox (debian) x86_64 architecture and its running QT-Creator compiling Projects with QT-Kit 5.7 dl'ed and installed the open source package from http://info.qt.io/download-qt-for-application-development but if i am trying to link against the webkit module QT += webkit or QT += webkitwidgets i am getting a module(s) not found exception for these even after "apt-get install libwebkit-dev".
Yours sincerely -
Hi and welcome
Its gone from 5.6 :)
Use the new web engine or compile it yourself for 5.7
Or
https://www.phoronix.com/scan.php?page=news_item&px=QtWebKit-Next-Gen
from
https://github.com/annulen/webkit -
Hey there... dear QT-Community,
i am using a linuxbox (debian) x86_64 architecture and its running QT-Creator compiling Projects with QT-Kit 5.7 dl'ed and installed the open source package from http://info.qt.io/download-qt-for-application-development but if i am trying to link against the webkit module QT += webkit or QT += webkitwidgets i am getting a module(s) not found exception for these even after "apt-get install libwebkit-dev".
Yours sincerely@brain_dump Yeah, As @mrjj says, use QtWebEngine. The performance is night/day different. It's better in every way I'd say.
-
For 5.8 you can download QtWebKit TP5 binaries at https://github.com/annulen/webkit/releases/tag/qtwebkit-tp5