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/qvfb | |
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/qvfb')
-rw-r--r-- | tools/qvfb/qvfb.pro | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/qvfb/qvfb.pro b/tools/qvfb/qvfb.pro index df69817..c101d00 100644 --- a/tools/qvfb/qvfb.pro +++ b/tools/qvfb/qvfb.pro @@ -62,11 +62,3 @@ unix:x11 { } RESOURCES += qvfb.qrc - -TR_DIR = $$PWD/../../translations -TRANSLATIONS = \ - $$TR_DIR/qvfb_hu.ts \ - $$TR_DIR/qvfb_pl.ts \ - $$TR_DIR/qvfb_ru.ts \ - $$TR_DIR/qvfb_zh_CN.ts \ - $$TR_DIR/qvfb_zh_TW.ts |