<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">> You have to specify TRANSDIR_MERKAARTOR=<path> in your qmake command line.<br>

><br>
> Then, when "make install", the translations should go to <path> and<br>
> Merkaartor should fetch them there.<br>
<br>
</div>Does not work...<br>
<br>
(gentoo ebuild:<br>
<a href="http://rafb.net/p/M41LSR88.html" target="_blank">http://rafb.net/p/M41LSR88.html</a><br>
does not install any language files)<br>
<font color="#888888"><br>
</font></blockquote></div><br>The compiled translations must be present at qmake time --> <br><br><pre class="code" id="codemain">     use nls && lrelease Merkaartor.pro || die "lrelease failed"<br> eqmake4 Merkaartor.pro PREFIX=/usr \<br>
                TRANSDIR_MERKAARTOR=/usr/share/merkaartor/lang \<br>              || die "qmake failed"<br><br></pre>I think... (not an ebuild specialist)<br></div>