summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-07-24 10:14:02 +0200
committerKai Koehne <kai.koehne@qt.io>2018-07-25 07:37:19 +0000
commitf493324066e1b1763929799a32eacd1e567e9a23 (patch)
treec22d745eb06d90b80c1fc7d2ca75f9093cddc213 /qmake/doc
parent6970d4048f73993516d9cb1f0edc3691bb648641 (diff)
qdoc: Fix CONFIG documentation table
Amends 591edbb11c Change-Id: Ic31d733a1f2d386daa05afa865cb61a987f45578 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'qmake/doc')
-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 202c2a8561..fa907ef57f 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -962,7 +962,7 @@
\row \li c11 \li C11 support is enabled. This option has no effect if
the compiler does not support C11, or can't select the C standard.
By default, the compiler default is used.
- \row \li strict_c Disables support for C compiler extensions.
+ \row \li strict_c \li Disables support for C compiler extensions.
By default, they are enabled.
\row \li c++11 \li C++11 support is enabled. This option has no effect if
the compiler does not support C++11, or can't select the C++ standard.
@@ -973,7 +973,7 @@
\row \li c++1z \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.
- \row \li strict_c++ Disables support for C++ compiler extensions.
+ \row \li strict_c++ \li Disables support for C++ compiler extensions.
By default, they are enabled.
\row \li depend_includepath \li Appending the value of INCLUDEPATH to
DEPENDPATH is enabled. Set by default.