We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92063ab + 59c90c0 commit 5f7e645Copy full SHA for 5f7e645
README.md
@@ -145,11 +145,16 @@ $ python3 main.py
145
```
146
147
148
-Supported Qt versions
149
-======================
+Supported Qt versions and toolchains
+=====================================
150
KDDockWidgets requires Qt >= 5.9 (or >=5.12 if Python bindings are enabled).
151
The QtQuick support will require Qt >= 5.15.
152
-Qt 6 will be support as long as QTBUG-88611 is finished, most likely for 6.1.
+Qt 6 is supported.
153
+
154
+Regarding compilers, whatever toolchain is able to build Qt 5.9 should also be
155
+fine to build KDDW. Note however that MSVC 2013 support will be dropped in KDDW v1.3,
156
+due to that compiler crashing.
157
158
159
Licensing
160
=========
0 commit comments