From cf460376093daf972ad3b4d57865f09e42821f97 Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Sun, 26 Apr 2020 07:48:19 +0200 Subject: [PATCH] add note to Qt wrapper --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 263df64..38d8c17 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,6 @@ cmake [-G generator] [-DYAML_BUILD_SHARED_LIBS=ON|OFF] .. 5. To clean up, just remove the `build` directory. -# Qt wrapper - -You can use this [gist](https://gist.github.com/brcha/d392b2fe5f1e427cc8a6) to your project to add basic *Qt* type support. - # Recent Release # [yaml-cpp 0.6.0](https://github.com/jbeder/yaml-cpp/releases/tag/yaml-cpp-0.6.0) has been released! This release requires C++11, and no longer depends on Boost. @@ -57,3 +53,7 @@ You can use this [gist](https://gist.github.com/brcha/d392b2fe5f1e427cc8a6) to y # API Documentation The autogenerated API reference is hosted on [CodeDocs](https://codedocs.xyz/jbeder/yaml-cpp/index.html) + +# Qt wrapper + +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).