diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-13 10:55:31 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-15 20:00:28 (GMT) |
commit | 807bc3aca8a0b07ee1dfe1e398044d32756e5de0 (patch) | |
tree | dd5dbd2de37ef581f2bbb0f9446f9b96bc185bfa /tools/assistant/lib/lib.pro | |
parent | b863daec96868731412bd8f89b960bc7395911ae (diff) | |
download | Qt-807bc3aca8a0b07ee1dfe1e398044d32756e5de0.zip Qt-807bc3aca8a0b07ee1dfe1e398044d32756e5de0.tar.gz Qt-807bc3aca8a0b07ee1dfe1e398044d32756e5de0.tar.bz2 |
more fine-grained ts targets
there are now per-language ts-<package>-<lang> and ts-<lang> targets to
update only the files relevant for a given language.
there is also a ts-all target which does what the old ts target did.
the ts-<package> targets are now named ts-<package>-all and should not
be used manually - they exist for the convenience of the ts-all target.
the ts target is now only a help blurb.
Diffstat (limited to 'tools/assistant/lib/lib.pro')
-rw-r--r-- | tools/assistant/lib/lib.pro | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/assistant/lib/lib.pro b/tools/assistant/lib/lib.pro index e84cf31..26d3456 100644 --- a/tools/assistant/lib/lib.pro +++ b/tools/assistant/lib/lib.pro @@ -69,16 +69,3 @@ HEADERS += qhelpenginecore.h \ # access to clucene HEADERS += qhelpsearchindexwriter_clucene_p.h \ qhelpsearchindexreader_clucene_p.h - -TR_DIR = $$PWD/../../../translations -TRANSLATIONS = \ - $$TR_DIR/qt_help_cs.ts \ - $$TR_DIR/qt_help_da.ts \ - $$TR_DIR/qt_help_de.ts \ - $$TR_DIR/qt_help_hu.ts \ - $$TR_DIR/qt_help_ja.ts \ - $$TR_DIR/qt_help_pl.ts \ - $$TR_DIR/qt_help_ru.ts \ - $$TR_DIR/qt_help_zh_CN.ts \ - $$TR_DIR/qt_help_zh_TW.ts \ - $$TR_DIR/qt_help_fr.ts |