Hacker News new | ask | show | jobs
by _wmd 3545 days ago
Qt already bundles QWebEngine, which is essentially a copy of Chromium
2 comments

Are all Qt apps shipping and linking against QWebEngine though?
Not if you don't explicitly link against the relevant modules. That is usually done by adding a few entries in the Qt project file (qmake) and then including the headers.

http://doc.qt.io/qt-5/qtwebenginecore-module.html http://doc.qt.io/qt-5/qtwebenginewidgets-module.html

I'm looking at 32M Qt5WebKit.dll shipped with Zeal. Is this it?