From eed9f7d3cdb71d5c678c73e24847aff55d1b1d0a Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Sun, 26 Apr 2020 21:45:05 +0200 Subject: [PATCH] Follow recommandation --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38d8c17..c969747 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ cmake [-G generator] [-DYAML_BUILD_SHARED_LIBS=ON|OFF] .. The autogenerated API reference is hosted on [CodeDocs](https://codedocs.xyz/jbeder/yaml-cpp/index.html) -# Qt wrapper +# Third Party Integrations -You can use this [gist](https://gist.github.com/brcha/d392b2fe5f1e427cc8a6) to your project to add basic *Qt* type support (note that this gist is not officially supported). +The following project are not officially supported: + +- [Qt wrapper](https://gist.github.com/brcha/d392b2fe5f1e427cc8a6)