summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2009-10-16 20:21:44 +0200
committerFathi Boudra <fabo@debian.org>2009-10-16 20:21:44 +0200
commiteb9aecb31534ca28cb66d499981a9501b774a306 (patch)
treeb872a551c3caefd77c272621da0024cf9fd671fd
parentc64c9d7534ba28f62ac6d9981a2883bbd2953e3c (diff)
downloadqt4-x11-debian/4.6.0-beta1-1.tar.gz
Update 11_build_translations patch: fix a typo in qt-help.pro file.debian/4.6.0-beta1-1
-rw-r--r--debian/patches/11_build_translations.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/11_build_translations.diff b/debian/patches/11_build_translations.diff
index c2a5ff7..8f380a1 100644
--- a/debian/patches/11_build_translations.diff
+++ b/debian/patches/11_build_translations.diff
@@ -50,7 +50,7 @@ Use case: Qt sources comes from git and we need to build them.
+TR_DIR = $$PWD/../../../translations
+TRANSLATIONS = \
+ $$TR_DIR/qt_help_da.ts \
-+ $$TR_DIR/qt_help_de.ts
++ $$TR_DIR/qt_help_de.ts \
+ $$TR_DIR/qt_help_ja.ts \
+ $$TR_DIR/qt_help_pl.ts \
+ $$TR_DIR/qt_help_ru.ts \