summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-11-25 05:34:16 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-11-25 05:34:16 (GMT)
commit444d931b7ca2d8772054d795e0573384342b58dd (patch)
tree0587d65ad5b8c7e2c80dfac0051174b9248e1e03 /doc/src
parent852f4811453cb0b082748f2fcefac5898e603ab0 (diff)
parent9e353ea7a1fedd020d39e83322286931f536dc16 (diff)
downloadQt-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.qdoc8
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: