From 7083db28b3d339fdd48af2b52dd8d5f0eecde98c Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Sun, 26 Apr 2020 23:53:02 +0200 Subject: [PATCH] Add Qt wrapper gist (#853) Add Qt wrapper gist to README as a third party contribution --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 92bc90e..ff4d3f3 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,9 @@ cmake [-G generator] [-DYAML_BUILD_SHARED_LIBS=ON|OFF] .. # API Documentation The autogenerated API reference is hosted on [CodeDocs](https://codedocs.xyz/jbeder/yaml-cpp/index.html) + +# Third Party Integrations + +The following projects are not officially supported: + +- [Qt wrapper](https://gist.github.com/brcha/d392b2fe5f1e427cc8a6)