[QBS] Is there are way to deploy *qm files?

Joerg Bornemann joerg.bornemann at theqtcompany.com
Thu Nov 6 14:53:10 CET 2014


On 06-Nov-14 13:44, Denis Shienkov wrote:

> How I can deploy a *.qm files together with the executable files?

You need to tell qbs that artifacts that are tagged as "qm" should be 
installed:

Group {
     fileTagsFilter: "qm"
     qbs.install: true
     qbs.installDir: "blabla"
}

See also http://qt-project.org/doc/qbs-1.3/group-item.html


Cheers,

Joerg



More information about the Qbs mailing list