https://github.com/nowrep/wpewebkit-qt
WPE WebKit QML plugin
https://github.com/nowrep/wpewebkit-qt
qml qt webkit
Last synced: 10 months ago
JSON representation
WPE WebKit QML plugin
- Host: GitHub
- URL: https://github.com/nowrep/wpewebkit-qt
- Owner: nowrep
- License: lgpl-2.1
- Created: 2021-10-02T10:33:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T08:42:23.000Z (about 1 year ago)
- Last Synced: 2025-05-14T09:46:54.719Z (about 1 year ago)
- Topics: qml, qt, webkit
- Language: C++
- Homepage:
- Size: 113 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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