summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2020-02-11 13:58:06 +0800
committerYuhang Zhao <2546789017@qq.com>2020-02-13 11:34:01 +0800
commit97bb1ddc0815997b27e831073085df277bd9e32e (patch)
tree4ffba92f432d162691bc5c7d7f4a3c3c2d908caf /qmake/doc
parent5234c6c6a8b8ee7cc33dde41c37dd3866c99405b (diff)
Doc: Document some missing CONFIG values
Task-number: QTBUG-81035 Change-Id: I1976e700aa9cfcc32ad8cb1d4fae5b2d7497c429 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc4
1 files changed, 4 insertions, 0 deletions
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.