diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2011-05-02 12:03:35 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-05-02 12:07:42 (GMT) |
commit | f33b31dcc1b8fd35501ab5b441a4529e2f8570f3 (patch) | |
tree | 0fed84e25adc04b98f4b3996a538556d542aac58 /translations | |
parent | 5d144faf3c524ab557b88f69c4b755e20237e846 (diff) | |
download | Qt-f33b31dcc1b8fd35501ab5b441a4529e2f8570f3.zip Qt-f33b31dcc1b8fd35501ab5b441a4529e2f8570f3.tar.gz Qt-f33b31dcc1b8fd35501ab5b441a4529e2f8570f3.tar.bz2 |
QmlViewer: Translate UI
Install translators for the Qt & QmlViewer translations. also
add QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCII to check for untranslated
strings.
Reviewed-by: Oswald Buddenhagen
Task-number: QTBUG-14848
Diffstat (limited to 'translations')
-rw-r--r-- | translations/translations.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translations/translations.pro b/translations/translations.pro index 311b032..dc99beb 100644 --- a/translations/translations.pro +++ b/translations/translations.pro @@ -55,6 +55,7 @@ addTsTargets(assistant, ../tools/assistant/tools/tools.pro) addTsTargets(qt_help, ../tools/assistant/lib/lib.pro) addTsTargets(qtconfig, ../tools/qtconfig/qtconfig.pro) addTsTargets(qvfb, ../tools/qvfb/qvfb.pro) +addTsTargets(qmlviewer, ../tools/qml/qml.pro) check-ts.commands = (cd $$PWD && perl check-ts.pl) check-ts.depends = ts-all |