Skip to content

Commit

Permalink
Update README.md with Qt support
Browse files Browse the repository at this point in the history
We should explicitly state which versions of Qt we support, and which we don't.
  • Loading branch information
LeonMatthesKDAB authored and ahayzen-kdab committed Sep 30, 2024
1 parent 7e52b94 commit 64b8257
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | Maintained<sup>1</sup> | Binding mechanism |
Expand Down

0 comments on commit 64b8257

Please sign in to comment.