summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/qmake-manual.qdoc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-02-15 16:07:55 +0100
committerKai Köhne <kai.koehne@qt.io>2021-02-19 09:59:14 +0100
commit8f1c4019e59cc1f50112e2380bbad7c592e17a0a (patch)
treeb4c2ad8b61c4fac499123c890a0b71def5d8ec49 /qmake/doc/src/qmake-manual.qdoc
parent0f4b2ccea4a8701a83c37c612b0ad0e60063b7c0 (diff)
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 <edward.welbourne@qt.io>
Diffstat (limited to 'qmake/doc/src/qmake-manual.qdoc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc4
1 files changed, 2 insertions, 2 deletions
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.