diff options
author | Michael BrĂ¼ning <michael.bruning@qt.io> | 2024-08-12 11:39:25 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2024-08-13 00:42:06 +0000 |
commit | d087c3d95d1d2c549c18fef35921ee2a314a177f (patch) | |
tree | 219952762399f461d2808cc8f47eece942b3bf3a | |
parent | 560c7d3cf470997c80cb4de746ca0b16b78c55b9 (diff) |
Document Microsoft CRT version runtime requirement
Pick-to: 6.5
Fixes: QTBUG-125300
Change-Id: Idd9e61b7d081c09e32f44b79c9e49ead982acbc7
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
(cherry picked from commit 112efa88b70a1503fe781035e07e96f5af913539)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit b282e4b03709dbfc3b4abab722173fc51d8579e1)
-rw-r--r-- | src/core/doc/src/qtwebengine-deploying.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/doc/src/qtwebengine-deploying.qdoc b/src/core/doc/src/qtwebengine-deploying.qdoc index 3d8a976c8..e79d7e1a3 100644 --- a/src/core/doc/src/qtwebengine-deploying.qdoc +++ b/src/core/doc/src/qtwebengine-deploying.qdoc @@ -29,6 +29,8 @@ \li On Windows, \QWE only supports Windows Vista or newer as target platform. Due to use of newer API in Chromium, Windows XP is not supported. WinRT is not supported, either. + \li On Windows, the Visual C++ Redistributable version 14.28 or higher + is needed to run \QWE applications. \endlist \section1 Deploying Applications Manually |