From 97bb1ddc0815997b27e831073085df277bd9e32e Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Tue, 11 Feb 2020 13:58:06 +0800 Subject: Doc: Document some missing CONFIG values Task-number: QTBUG-81035 Change-Id: I1976e700aa9cfcc32ad8cb1d4fae5b2d7497c429 Reviewed-by: Kai Koehne Reviewed-by: Leena Miettinen --- qmake/doc/src/qmake-manual.qdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qmake/doc') diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 4c71ceb929..1e1e23495c 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -960,6 +960,10 @@ 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 utf8_source \li Specifies that the project's source files use the + UTF-8 encoding. By default, the compiler default is used. + \row \li hide_symbols \li Set the default visibility of symbols in the binary + to hidden. By default, the compiler default is used. \row \li c99 \li C99 support is enabled. This option has no effect if the compiler does not support C99, or can't select the C standard. By default, the compiler default is used. -- cgit v1.2.3