diff options
author | Dheerendra Purohit <[email protected]> | 2025-07-08 17:44:59 +0530 |
---|---|---|
committer | Dheerendra Purohit <[email protected]> | 2025-07-15 13:59:35 +0530 |
commit | 7e20f9a56cd55af822ee96d82f7157f05b6300a8 (patch) | |
tree | 889b451dc3053f5b5aaa7ed55ed0a7e04745025a | |
parent | c35cb7b686382b73c202f39bc795b2af809e98a5 (diff) |
Doc: Fix C++20 requirement for Qt WebEngine
Added a section in cpp20-overview.qdoc linking to Qt WebEngine's
platform notes and explaining that this module is an exception to Qt's
general C++17 requirement.
Pick-ro: 6.10 6.9
Fixes: QTBUG-136231
Change-Id: Id838b846e48333dca48ac7d3677110fc3a8c3e7a
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
-rw-r--r-- | src/corelib/doc/src/cpp20-overview.qdoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/corelib/doc/src/cpp20-overview.qdoc b/src/corelib/doc/src/cpp20-overview.qdoc index ed48e10f94a..1231394c161 100644 --- a/src/corelib/doc/src/cpp20-overview.qdoc +++ b/src/corelib/doc/src/cpp20-overview.qdoc @@ -12,6 +12,16 @@ This page gives a brief overview of C++20 features available in Qt. + \section1 WebEngine and Module-Specific Requirements + + While Qt 6 only requires a C++17-compatible compiler in general, + the \l{Qt WebEngine} module requires a C++20-compatible compiler + due to its dependencies (such as Chromium). + + If you are building Qt WebEngine, ensure that your compiler fully supports C++20. + + See \l{qtwebengine-platform-notes.html}{Qt WebEngine Platform Notes} for detailed requirements. + \section1 Support for \c{std::chrono} Various classes related to date and time have support for \l |