Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nowrep/wpewebkit-qt
- Owner: nowrep
- License: lgpl-2.1
- Created: 2021-10-02T10:33:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T17:53:56.000Z (10 months ago)
- Last Synced: 2024-01-14T22:35:42.382Z (10 months ago)
- Topics: qml, qt, webkit
- Language: C++
- Homepage:
- Size: 111 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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