diff options
author | A-Team <ateam@pad.test.qt.nokia.com> | 2010-11-25 23:00:22 (GMT) |
---|---|---|
committer | A-Team <ateam@pad.test.qt.nokia.com> | 2010-11-25 23:00:22 (GMT) |
commit | 42cb23ebf64b0b108f9581a4516e42c3a0f1b069 (patch) | |
tree | eb57bfc054e977f07c094b10515a1c378fc2fbf1 /doc/src | |
parent | dcce5c796e5cd5cb090f1c395e483269bab01566 (diff) | |
parent | c2f6fe50c06e4285085db17ea3a9d9254cf21f48 (diff) | |
download | Qt-42cb23ebf64b0b108f9581a4516e42c3a0f1b069.zip Qt-42cb23ebf64b0b108f9581a4516e42c3a0f1b069.tar.gz Qt-42cb23ebf64b0b108f9581a4516e42c3a0f1b069.tar.bz2 |
Merge branch '4.7-upstream' into 4.7-doc
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: |