Replace Qt5WebKitWidgets
1over137 opened this issue · 4 comments
1over137 commented
I cannot compile this because I do not have this library installed. This module has been deprecated for a long time by now and is not available in many linux distributions. Could you any of the following:
- Replace it with Qt5WebEngine
- Provide statically linked linux builds
- Provide an option to not build the GUI
Thanks
nongeneric commented
WebKit is used to render tables for Duden dictionaries, that's why it's required for the console version too. I'll see what I can do.
totoroot commented
@nongeneric Any updates on this?
nongeneric commented
Sorry for the late reply @totoroot. I have a prototype that uses the new WebEngine instead of WebKit, but it needs a little more work.
nongeneric commented
The master now depends on Qt6 and WebEngine.