/wpewebkit-qt

WPE WebKit QML plugin

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

WPE WebKit Qt

WPE WebKit QML plugin

Introducing WPEQt, a WPE API for Qt5

Building

Qt 6

mkdir build && cd build
cmake ..
make

Qt 5

mkdir build && cd build
cmake -DUSE_QT6=OFF ..
make

TODO

Upstream the patches