Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martyr-deepin/qcef
legacy codebase
https://github.com/martyr-deepin/qcef
Last synced: 2 months ago
JSON representation
legacy codebase
- Host: GitHub
- URL: https://github.com/martyr-deepin/qcef
- Owner: martyr-deepin
- License: lgpl-3.0
- Archived: true
- Created: 2017-07-20T02:52:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T09:20:30.000Z (over 4 years ago)
- Last Synced: 2024-08-02T01:25:43.016Z (6 months ago)
- Language: C++
- Homepage:
- Size: 565 MB
- Stars: 78
- Watchers: 18
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Qt5 binding of [CEF](https://bitbucket.org/chromiumembedded/cef)# Build
First fetch submodules:
```shell
git submodule update --init --recursive
git submodule update --remote
```# LICENSE
This project is released under GNU Lesser General Public License which
can be found in LICENSE file.