Add Qt wrapper gist

This commit is contained in:
Martin Delille 2020-04-26 07:44:25 +02:00 committed by GitHub
parent 2f00649291
commit fee42e4a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,10 @@ cmake [-G generator] [-DYAML_BUILD_SHARED_LIBS=ON|OFF] ..
5. To clean up, just remove the `build` directory. 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 # # 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. [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.