forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user