diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2011-05-10 11:28:15 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-05-10 11:36:43 +0200 |
commit | 1e88b8f8479e8fff7e34457d56d78cc17461e212 (patch) | |
tree | cda88858d83827682d125f06d06161c4b271c390 /translations | |
parent | 10875b4437e752c8d72898cabae5f2bf37e225a2 (diff) | |
download | qttranslations-1e88b8f8479e8fff7e34457d56d78cc17461e212.tar.gz |
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
(cherry picked from commit f33b31dcc1b8fd35501ab5b441a4529e2f8570f3)
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 cc42b60..37b8e0f 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 |