aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2024-01-16 09:19:16 +0100
committerEike Ziller <eike.ziller@qt.io>2024-01-16 08:24:13 +0000
commitfd6e45c407afd944a36a90441259de49f937d0d1 (patch)
tree6292aa42c4e0c8ba7acf6615b1de7b143cb57410 /README.md
parentdb930b3c61d6a485d255074d01aed4cdce920163 (diff)
Doc: Fix supported Linux platform
Qt 6.6 officially no longer supports Ubuntu 20.04. Even though it mostly works, some parts like openssl (for https connections) do not work (out of the box) Change-Id: I5133e94048d3014475678ab849a61ccc62331df4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6fc7918fd1..b80d927991 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,12 @@ https://doc.qt.io/qtcreator/creator-overview.html
The standalone binary packages support the following platforms:
* Windows 10 (64-bit) or later
-* (K)Ubuntu Linux 20.04 (64-bit) or later
+* (K)Ubuntu Linux 22.04 (64-bit) or later
* macOS 11 or later
+When you compile Qt Creator yourself, the Qt version that you build with
+determines the supported platforms.
+
## Contributing
For instructions on how to set up the Qt Creator repository to contribute