diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-14 09:21:11 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-15 20:00:28 (GMT) |
commit | 63f1fc5e7aac3b9b088b90577a2c5208be571183 (patch) | |
tree | e27c6589ddcff38802f2b67bf566180049c717a4 /translations/translations.pri | |
parent | 468eb186427067549191f3b921c9f9d75a6947ef (diff) | |
download | Qt-63f1fc5e7aac3b9b088b90577a2c5208be571183.zip Qt-63f1fc5e7aac3b9b088b90577a2c5208be571183.tar.gz Qt-63f1fc5e7aac3b9b088b90577a2c5208be571183.tar.bz2 |
remove dependency of ts targets on sub-tools
it is pretty pointless, really. these are manual targets, so if they
fail because of missing tools, the user can just make sub-tools
manually. way better than wasting time waiting for make to run through
the whole qt tree each time.
Diffstat (limited to 'translations/translations.pri')
-rw-r--r-- | translations/translations.pri | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/translations/translations.pri b/translations/translations.pri index c27e955..fbc1596 100644 --- a/translations/translations.pri +++ b/translations/translations.pri @@ -7,11 +7,8 @@ TS_TARGETS = # meta target name, target name, lupdate base options, files defineTest(addTsTarget) { cv = $${2}.commands - dv = $${2}.depends $$cv = cd $$QT_SOURCE_TREE/src && $$LUPDATE $$3 -ts $$4 - $$dv = sub-tools export($$cv) - export($$dv) dv = $${1}.depends $$dv += $$2 export($$dv) |