Skip to content

Commit

Permalink
docs added note about Qt v6.8 MSVC 2022 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 30, 2024
1 parent 19bcd37 commit f60d18d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/supported-compilers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
Expand Down

0 comments on commit f60d18d

Please sign in to comment.