diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-11-25 05:34:16 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-11-25 05:34:16 (GMT) |
commit | 444d931b7ca2d8772054d795e0573384342b58dd (patch) | |
tree | 0587d65ad5b8c7e2c80dfac0051174b9248e1e03 /doc/src | |
parent | 852f4811453cb0b082748f2fcefac5898e603ab0 (diff) | |
parent | 9e353ea7a1fedd020d39e83322286931f536dc16 (diff) | |
download | Qt-444d931b7ca2d8772054d795e0573384342b58dd.zip Qt-444d931b7ca2d8772054d795e0573384342b58dd.tar.gz Qt-444d931b7ca2d8772054d795e0573384342b58dd.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
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: |