From dee55b026b539e0c07686aabed3a68ba54ed53f2 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 9 Oct 2013 08:26:25 +0200 Subject: 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 --- qmake/doc/src/qmake-manual.qdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qmake') diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 6a9489a3cb..d7624c2dc3 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -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 -- cgit v1.2.3