From 8f1c4019e59cc1f50112e2380bbad7c592e17a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 15 Feb 2021 16:07:55 +0100 Subject: qmake: Update documentation that c++17 is the default Since commit 4933a5f8923, CONFIG contains C++17 by default. Change-Id: I1033c256242c03d79a643c12a63d17eb9f4c705f Reviewed-by: Edward Welbourne --- qmake/doc/src/qmake-manual.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qmake/doc/src') diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 68d09edbf4..741b03f25e 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -1209,10 +1209,10 @@ By default, support is enabled. \row \li c++14 \li C++14 support is enabled. This option has no effect if the compiler does not support C++14, or can't select the C++ standard. - By default, the compiler default is used. + By default, support is enabled. \row \li c++17 \li C++17 support is enabled. This option has no effect if the compiler does not support C++17, or can't select the C++ standard. - By default, support is disabled. + By default, support is enabled. \row \li c++1z \li Obsolete alias for c++17. \row \li c++20 \li C++20 support is enabled. This option has no effect if the compiler does not support C++20, or can't select the C++ standard. -- cgit v1.2.3