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>
This commit is contained in:
Eike Ziller
2024-01-16 09:19:16 +01:00
parent db930b3c61
commit fd6e45c407
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -25,7 +25,7 @@
\section1 Linux
(K)Ubuntu Linux 20.04 (64-bit) or later is supported.
(K)Ubuntu Linux 22.04 (64-bit) or later is supported.
To build Qt applications using \QC on Linux, you usually need the
following: