diff --git a/docs/supported-compilers.mdx b/docs/supported-compilers.mdx index 6fc45cba5..eb4203ff1 100644 --- a/docs/supported-compilers.mdx +++ b/docs/supported-compilers.mdx @@ -31,6 +31,10 @@ Following compilers are backed up by the GitHub Action [workflows](https://githu You can compile TinyORM with the MSVC 2022 even if Qt doesn't provide binaries for the MSVC 2022, you can link against Qt MSVC 2019 binaries without any limitations. ::: +:::info +Qt finally provides __MSVC 2022__ binaries from __Qt v6.8__ (after 2.5 years 🤔), what are good news. There will be no MSVC 2019 binaries from Qt v6.8. Everything will work normally and __no explicit actions__ are needed. +::: + :::warning The `macOS` and Clang with `libc++` are not supported. :::