-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't run on Qt 5.6 in Windows (missing QtWebKit) #26
Comments
QtWebKit in Qt 5.6 can still be installed, it is just not included in standard Qt distribution anymore. E.g. in Arch Linux you can install I can switch to QtWebEngine, but QtWebEngine is much more resource intensive (it eats a lot more memory), which is really not good for simple usecase like displaying messages in IM client :-/ |
I'm on Windows where installation / compilation of separate binaries is more complicated. Maybe I'll fork QHangups for my own purpose and try QtWebEngine. |
If you try it with QtWebEngine and it will work without problems, I can merge it back, just do a pull request. I will have to try it myself, because QtWebKit clearly wouldn't be there forever (I just don't have time to do it right now). |
I tried QtWebEngine, but it dropped a lot of APIs including DOM manipulation (I found no clear source on this, but it only seems possible through injected JavaScript), so the migration is nontrivial. |
I ran this: |
Unfortunately I cannot do that on Windows. But I created a pull request with the necessary changes to migrate to QtWebEngine. Unfortunately some APIs were removed, like scrolling or resizing signals. |
It might be possible on windows to compile Qt with support for QtWebKit. At least on osx from homebrew there is a flag to do so. |
QtWebKit was removed from Qt 5.6.
The text was updated successfully, but these errors were encountered: