README: Mention that Qt6 is supported and MSVC 2013 won't be

This commit is contained in:
Sergio Martins
2020-12-28 22:27:38 +00:00
parent a2f4c972a6
commit 4b868e2078

View File

@@ -146,11 +146,16 @@ $ python3 main.py
``` ```
Supported Qt versions Supported Qt versions and toolchains
====================== =====================================
KDDockWidgets requires Qt >= 5.9 (or >=5.12 if Python bindings are enabled). KDDockWidgets requires Qt >= 5.9 (or >=5.12 if Python bindings are enabled).
The QtQuick support will require Qt >= 5.15. The QtQuick support will require Qt >= 5.15.
Qt 6 will be support as long as QTBUG-88611 is finished, most likely for 6.1. Qt 6 is supported.
Regarding compilers, whatever toolchain is able to build Qt 5.9 should also be
fine to build KDDW. Note however that MSVC 2013 support will be dropped in KDDW v1.3,
due to that compiler crashing.
Licensing Licensing
========= =========