On 11/10/2015 04:11 PM, [email protected] wrote:
I have several projects with a common library with its own file transfer.
During building I combine multiple ts files into one qm. Visual Studio build
simple call CMD file having the following content:
<code>
lrelease "..\libs\Project1\src\locale\Project1_en.ts" "..\Project2\common_en.ts" -qm
"build\locale\Project3_en.qm"
</code>
How to realize it on the qbs.
Hm, the qm rule does not have the multiplex property set. At first
glance, it looks like it should. Anything speaking against that?
Christian
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs