From 2884fbd639e88313fec530693b64a2b2c6c5ce3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 4 Oct 2022 16:08:10 +0200 Subject: Document that we also support MSVC 2022 We do only provide prebuilt packages with MSVC 2019. Anyhow, these are compatible also with MSVC 2022. Change-Id: I28df6617684ccfa4fe4817e86c231e747f516d6c Reviewed-by: Oliver Wolff (cherry picked from commit d1c3cdecccc784cb1fbc81887b8da7f96cb05296) Reviewed-by: Qt Cherry-pick Bot --- doc/src/getting-started/get-and-install-qt.qdoc | 4 ++-- doc/src/platforms/supported-platforms.qdocinc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/getting-started/get-and-install-qt.qdoc b/doc/src/getting-started/get-and-install-qt.qdoc index 0246bd14..4a34cd83 100644 --- a/doc/src/getting-started/get-and-install-qt.qdoc +++ b/doc/src/getting-started/get-and-install-qt.qdoc @@ -38,8 +38,8 @@ You must select at least one Qt version for one platform that you want to run your applications on. For example, if you have installed Microsoft - Visual Studio 2019 on 64-bit Windows, you could select \e {MSVC 2019 64-bit} - under the Qt version you want to develop with. + Visual Studio 2019 or Visual Studio 2022 on 64-bit Windows, you could + select \e {MSVC 2019 64-bit} under the Qt version you want to develop with. However, the easiest way to install Qt for desktop development is to select the default installation for desktop development. You can install additional diff --git a/doc/src/platforms/supported-platforms.qdocinc b/doc/src/platforms/supported-platforms.qdocinc index 0ac6c4a0..4544f97b 100644 --- a/doc/src/platforms/supported-platforms.qdocinc +++ b/doc/src/platforms/supported-platforms.qdocinc @@ -46,11 +46,11 @@ \header \li Operating System \li Architecture \li Compiler \row \li Windows 10 (1809 or later) \li \c x86_64 - \li MSVC 2019, MinGW 8.1 + \li MSVC 2019/2022, MinGW 8.1 \li \row \li Windows on ARM \li \c arm64 - \li MSVC 2019 + \li MSVC 2019/2022 \li Technology Preview \endtable -- cgit v1.2.1