Hacker News new | ask | show | jobs
by santaclaus 3539 days ago
Are all Qt apps shipping and linking against QWebEngine though?
1 comments

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