nongeneric/lsd2dsl

Replace Qt5WebKitWidgets

1over137 opened this issue · 4 comments

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

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.

@nongeneric Any updates on this?

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.

The master now depends on Qt6 and WebEngine.