make lupdate a host tool
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Fri, 8 Mar 2013 17:46:29 +0000 (18:46 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 19 Mar 2013 07:39:38 +0000 (08:39 +0100)
commit8b725e3f41e244c9f3d65a701c7242369fd88e11
treef989505c6e8c095937473c1b1d180e6dae670f98
parentca1b6099211311ea368fdef9efa9dacf3bc1ddb0
make lupdate a host tool

lupdate makes no sense on x-built targets at all.
though one may also argue whether it makes sense to actually bootstrap
it - while its use may be supported by the build system, it's typically
not part of regular builds, but rather used shortly before running
linguist - for which a host build of qt is necessary anyway.
one argument for bootstrapping is that it uses the qmldevtools library,
which logically should be bootstrapped (the only other current user is
qmlmin, which definitely *is* used in regular builds and thus needs
bootstrapping).

Change-Id: Ia3ddd901fe2b0c2b7b77af7f1ebc66d757fc7783
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/linguist/lupdate/lupdate.pro
src/linguist/lupdate/main.cpp