Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 483 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 483 Bytes

grunwald

Qt qml German-English dictionary application.
The application searches online words with wiktionary REST API. List of words

Building

Perform the following actions for building project:

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