forked from qt-creator/qt-creator
Update supported platforms for the prebuilt binaries
Change-Id: I85e8177b1e89c1b5d44c8f861f2c91f597c99774 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -16,9 +16,11 @@ 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 22.04 (64-bit) or later
|
||||
* macOS 11 or later
|
||||
* Windows 10 (x86_64) or later
|
||||
* Windows 11 (ARM64) or later
|
||||
* (K)Ubuntu Linux 22.04 (x86_64) or later
|
||||
* (K)Ubuntu Linux 24.04 (arm64) or later
|
||||
* macOS 12 or later
|
||||
|
||||
When you compile Qt Creator yourself, the Qt version that you build with
|
||||
determines the supported platforms.
|
||||
|
@@ -25,7 +25,11 @@
|
||||
|
||||
\section1 Linux
|
||||
|
||||
(K)Ubuntu Linux 22.04 (64-bit) or later is supported.
|
||||
Supported platforms are:
|
||||
\list
|
||||
\li (K)Ubuntu Linux 22.04 (x86_64) or later
|
||||
\li (K)Ubuntu Linux 24.04 (arm64) or later
|
||||
\endlist
|
||||
|
||||
To build Qt applications using \QC on Linux, you usually need the
|
||||
following:
|
||||
@@ -50,12 +54,16 @@
|
||||
|
||||
\section1 macOS
|
||||
|
||||
\macos 11.0 or later is supported with the Xcode tools for your \macos
|
||||
\macos 12.0 or later is supported with the Xcode tools for your \macos
|
||||
version available in the Mac App Store.
|
||||
|
||||
\section1 Windows
|
||||
|
||||
Windows 10 (64-bit) or later is supported.
|
||||
Supported platforms are:
|
||||
\list
|
||||
\li Windows 10 (x86_64) or later
|
||||
\li Windows 11 (ARM64) or later
|
||||
\endlist
|
||||
|
||||
\note Some \QC plugins rely on Direct3D (part of DirectX). You might
|
||||
have to manually enable support for it if you are running Windows in a
|
||||
|
Reference in New Issue
Block a user