https://github.com/klappdev/grunwald
Qt qml dictionary application
https://github.com/klappdev/grunwald
cmake cpp cpp20 qml qt
Last synced: 4 months ago
JSON representation
Qt qml dictionary application
- Host: GitHub
- URL: https://github.com/klappdev/grunwald
- Owner: klappdev
- License: mit
- Created: 2024-01-05T12:10:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T20:42:01.000Z (about 1 year ago)
- Last Synced: 2025-02-23T22:29:03.021Z (about 1 year ago)
- Topics: cmake, cpp, cpp20, qml, qt
- Language: C++
- Homepage:
- Size: 363 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# grunwald
Qt qml German-English dictionary application.
The application searches online words with wiktionary REST API.

## Building
Perform the following actions for building project:
```bash
cmake --build build/debug --target clean
cmake --build build/debug --target all
```
## Third party libraries:
* QGumboParser - html parser library
* QCoro - coroutine library
## Requirements
C++20
Qt 6