Qt5 WebKit Unavailable on CentOS
-
wrote on 27 Aug 2019, 17:29 last edited by
I am trying to install dependencies for my application using "yum" package manager on CentOS 7 and I can't find Qt WebKit. How can I get QtWebKit with yum install?
For our product we have to support Ubuntu 14.04+ and CentOS 7+.
Ubuntu 14.04 I couldn't get QWebEngine so I reverted to QWebKit now I have this problem on CentOS 7 where you guys don't offer QWebKit. Which CentOS version offers QWebKit?
-
Hi,
QtWebkit has been deprecated since Qt 5.5 and removed in Qt 5.6. You can use @Konstantin-Tokarev reboot though.
As for the Qt packages provided by the distributions you are using, you have to talk to their respective maintainers. The Qt Project does not handle that part.
-
wrote on 28 Aug 2019, 12:41 last edited by
For CentOS 7 QtWebKit package is available in EPEL. Newer version is available in PUIAS repo. See https://pkgs.org/download/libQt5WebKit.so.5()(64bit)
-
wrote on 13 Jan 2020, 13:47 last edited by
Hi,
In Centos 8 You must add EPEL repository andinstall: qt5-qtwebkit from it.