Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nowrep/wpewebkit-qt

WPE WebKit QML plugin
https://github.com/nowrep/wpewebkit-qt

qml qt webkit

Last synced: 21 days ago
JSON representation

WPE WebKit QML plugin

Awesome Lists containing this project

README

        

# WPE WebKit Qt

WPE WebKit QML plugin

[Introducing WPEQt, a WPE API for Qt5 ](https://base-art.net/Articles/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