mirror of https://github.com/qt/qtbase.git
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>
This commit is contained in:
parent
36132addd1
commit
81d116595c
|
@ -917,6 +917,9 @@
|
||||||
\row \li c++11 \li C++11 support is enabled. This option has no effect if
|
\row \li c++11 \li C++11 support is enabled. This option has no effect if
|
||||||
the compiler does not support C++11.
|
the compiler does not support C++11.
|
||||||
By default, support is disabled.
|
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
|
\endtable
|
||||||
|
|
||||||
When you use the \c debug_and_release option (which is the default under
|
When you use the \c debug_and_release option (which is the default under
|
||||||
|
|
Loading…
Reference in New Issue