summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/qmake-manual.qdoc
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2014-12-13 13:09:11 +0000
committerOleg Shparber <trollixx@gmail.com>2014-12-20 07:48:01 +0100
commit81d116595c64d62dec701214579d094c5e0d51e5 (patch)
tree6c2c9162cb4d30a327e74611d8751a1edf81074f /qmake/doc/src/qmake-manual.qdoc
parent36132addd1dd7592dd0948e61399c2263e68b6e7 (diff)
Mention the c++14 CONFIG option in the qmake variable reference
Change-Id: Iaad18c39925c07b9bf068c02f2cda5d7f06fd38f Reviewed-by: Alejandro Exojo Piqueras <suy@badopi.org> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'qmake/doc/src/qmake-manual.qdoc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 7bfd7c66ab..202df7e03c 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -917,6 +917,9 @@
\row \li c++11 \li C++11 support is enabled. This option has no effect if
the compiler does not support C++11.
By default, support is disabled.
+ \row \li c++14 \li C++14 support is enabled. This option has no effect if
+ the compiler does not support C++14.
+ By default, support is disabled.
\endtable
When you use the \c debug_and_release option (which is the default under