nongeneric / lsd2dsl

Lingvo dictionaries decompiler
MIT License
84 stars 19 forks source link

Replace Qt5WebKitWidgets #20

Closed 1over137 closed 9 months ago

1over137 commented 2 years ago

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:

nongeneric commented 2 years ago

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 1 year ago

@nongeneric Any updates on this?

nongeneric commented 10 months ago

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 9 months ago

The master now depends on Qt6 and WebEngine.