Mention that the c++11 CONFIG flag sometimes has no effect.
It has no effect when the compiler doesn't support it. Task-number: QTBUG-33952 Change-Id: I23b1fcdf4ec31924b1b59987846f7e0fbf17c6c9 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
2043adf97c
commit
dee55b026b
@ -908,8 +908,9 @@
|
||||
default is used.
|
||||
\row \li thread \li Thread support is enabled. This is enabled when CONFIG
|
||||
includes \c qt, which is the default.
|
||||
\row \li c++11 \li C++11 support is enabled. By default, support is
|
||||
disabled.
|
||||
\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.
|
||||
\endtable
|
||||
|
||||
Since the \c debug option overrides the \c release option when both are
|
||||
|
Loading…
Reference in New Issue
Block a user