[Merkaartor] How to build / install translations

Chris Browet cbro at semperpax.com
Thu Jul 31 19:51:58 BST 2008


>
> > You have to specify TRANSDIR_MERKAARTOR=<path> in your qmake command
> line.
> >
> > Then, when "make install", the translations should go to <path> and
> > Merkaartor should fetch them there.
>
> Does not work...
>
> (gentoo ebuild:
> http://rafb.net/p/M41LSR88.html
> does not install any language files)
>
>
The compiled translations must be present at qmake time -->

	use nls && lrelease Merkaartor.pro || die "lrelease failed"
	eqmake4 Merkaartor.pro PREFIX=/usr \
		TRANSDIR_MERKAARTOR=/usr/share/merkaartor/lang \
		|| die "qmake failed"

I think... (not an ebuild specialist)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/merkaartor/attachments/20080731/5ba6f810/attachment.html>


More information about the Merkaartor mailing list