Doc: Clarify qmake's c++latest CONFIG value

Fixes: QTBUG-104631
Change-Id: I1d2b7de0f76de9c6ba4b7e47de7e777fedc7bd30
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
This commit is contained in:
Joerg Bornemann 2022-06-29 13:16:17 +02:00
parent 122aa530d6
commit c155734bfc

View File

@ -1203,8 +1203,10 @@
By default, support is disabled.
\row \li c++2a \li Obsolete alias for c++20.
\row \li c++latest \li Support for the latest C++ language standard is
enabled that is supported by the compiler. By default, this option is
disabled.
enabled. This option is mostly useful for MSVC that supports a
\c{/std:c++latest} compiler argument. For other toolchains, this
option enables the latest C++ standard that is known to Qt. By
default, this option is disabled.
\row \li strict_c++ \li Disables support for C++ compiler extensions.
By default, they are enabled.
\row \li depend_includepath \li Appending the value of INCLUDEPATH to