summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/doc/src')
-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.