From 64b8257a811fd88d633b2823a849a493270e66b8 Mon Sep 17 00:00:00 2001 From: Leon Matthes Date: Mon, 30 Sep 2024 08:42:38 +0200 Subject: [PATCH] Update README.md with Qt support We should explicitly state which versions of Qt we support, and which we don't. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bcf9f1f1b..837c80aaa 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,17 @@ CXX-Qt is in early development and the API changes frequently. For the latest do and run `mdbook serve --open` in the [book folder](./book). It will open your own browser. If you need to open it in another browser goto url [http://localhost:3000](http://localhost:3000). +## Supported Qt Versions + +We currently aim to support the Qt versions that have official support by the Qt company. + +At the moment this means: + +* Qt 5.15 LTS +* All versions of Qt 6 + +Versions below Qt 5.15 LTS are *explicitly unsupported*. + ## Comparison to other Rust Qt bindings | Project | Integrate into C++ codebase | Safe Rust | QML | QWidgets | Maintained1 | Binding mechanism |