Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.25 KB

3RDPARTY.md

File metadata and controls

58 lines (34 loc) · 1.25 KB

3rdparty

Here we list which 3rdparty software used and possibly shipped by KDDW and their respective licenses.

Runtime dependencies

nlohmann JSON

JSON c++ library.
code
MIT licensed

KDBindings

Non-Qt signal/slot implementation.

code
MIT licensed

KDStlContainerAdaptor

Only used for a Flutter build. Replacement for QVector.

code
MIT licensed

Build-time / CI tests 3rdparty

These dependencies are only used during build or other CI purposes like running tests.

ECM

CMake build helpers.

code
BSD licensed

doxygen-awesome.css

Template to generate documentation.

code
MIT licensed

QCoro

co-routine Qt implementation, only used by Flutter unit-tests.

code
MIT licensed

Flutter embedder and generated files

Only used for a flutter build and only during tests.

code and code
BSD licensed