README: Mention that Qt6 is supported and MSVC 2013 won't be
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||||
=========
|
=========
|
||||||
|
|||||||
Reference in New Issue
Block a user