[QBS] How to install **/*.* and maintain the tree structure by stripping the prefix to the destination installDir?

Christian Kandeler christian.kandeler at digia.com
Mon Jan 6 10:26:33 CET 2014


On 01/02/2014 07:42 PM, 罗勇刚(Yonggang Luo)  wrote:
> I am using the following qbs instruction to install data, but the
> problem is
>      Group {
>          name: "map data directory"
>          files: ["D:/CI/615/3DMap-data/"]
>          qbs.install: false
>          qbs.installDir: project.binInstallDir + "/data/"
>      }
> It's doesn't work

Why do you set qbs.install to false?


Christian



More information about the Qbs mailing list