diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2010-11-25 23:00:14 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2010-11-25 23:00:14 (GMT) |
commit | 41b455303b83d07cbffbddbee8d3898d6d81f62a (patch) | |
tree | dd3ffef48258573b7b362ee80a98dc42937d1dc7 /doc/src | |
parent | 7be365682055db5791e5854d9695c62b942205ab (diff) | |
parent | c2f6fe50c06e4285085db17ea3a9d9254cf21f48 (diff) | |
download | Qt-41b455303b83d07cbffbddbee8d3898d6d81f62a.zip Qt-41b455303b83d07cbffbddbee8d3898d6d81f62a.tar.gz Qt-41b455303b83d07cbffbddbee8d3898d6d81f62a.tar.bz2 |
Merge branch '4.7-upstream' into 4.7-water
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index 6531d25..c0ed940 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -1294,6 +1294,14 @@ test sections in generated bld.inf instead of their regular sections. Note that this only affects automatically generated bld.inf content; the content added via \c BLD_INF_RULES variable is not affected. + \row \o localize_deployment \o Makes \c lupdate tool add fields for + application captions and package file names into generated \c{.ts} + files. Qmake generates properly localized \c{.loc} and \c{.pkg} files + based on available translations. Translation file name bodies must + end with underscore and the language code for deployment localization + to work. E.g. \c{myapp_en.ts}. + \bold{Note:} All languages supported by Qt are not supported by Symbian, + so some \c{.ts} files may be ignored by qmake. \endtable These options have an effect on Linux/Unix platforms: |