aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-04-12 13:57:23 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-04-18 13:51:41 +0000
commit72f846f7b5ce0495d64af210e13f41690eff8205 (patch)
treed0120e1119cbc614317c1395294e540010334935
parent14f4ea59491e40e7f95df9d7307433ef2c249ab5 (diff)
Doc: fix a couple of issues with the build documentation
Change-Id: Ic81beeb940e5595f9f54695a28eb3cb25e19a052 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/virtualkeyboard/doc/src/build.qdoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/virtualkeyboard/doc/src/build.qdoc b/src/virtualkeyboard/doc/src/build.qdoc
index a3b9c7a6..3141eb52 100644
--- a/src/virtualkeyboard/doc/src/build.qdoc
+++ b/src/virtualkeyboard/doc/src/build.qdoc
@@ -114,7 +114,7 @@ keyboard features.
This option can be used to define the language support as required. The virtual
keyboard can support one or more languages at a time.
- For example, \c CONFIG+=lang-fi activates the Finnish language.
+ For example, \c CONFIG+=lang-fi_FI activates the Finnish language.
The virtual keyboard automatically includes all languages if no other languages
are specified.
@@ -122,9 +122,7 @@ keyboard features.
\li \e lang-all
\li Enables all the languages
\li Enables all the languages supported by the virtual keyboard. This flag is essentially
- an alias for \c {CONFIG+="lang-ar_AR lang-da_DK lang-de_DE lang-en_GB lang-es_ES
- lang-fa_FA lang-fi_FI lang-fr_FR lang-hi_IN lang-it_IT lang-ja_JP lang-ko_KR lang-nb_NO
- lang-pl_PL lang-pt_PT lang-ru_RU lang-sv_SE lang-zh_CN lang-zh_TW"}
+ an alias for \c {CONFIG+="lang-ar_AR lang-da_DK ..."}
This option is enabled by default. To build only a specific language, use the
\c lang-<code> option above.