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

罗勇刚(Yonggang Luo) luoyonggang at gmail.com
Thu Jan 2 19:42:24 CET 2014


2014/1/2 Kandeler Christian <Christian.Kandeler at digia.com>

>  The files are installed to the target directory, as specified. If you
> want to install a whole directory tree recursively, just give the name of
> the directory.
>
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

I want to copy the directory "D:/CI/615/3DMap-data/" to
project.binInstallDir + "/data/"
recursively.


>
>
> Christian
>
>  ------------------------------
> *From:* qbs-bounces+christian.kandeler=digia.com at qt-project.org[qbs-bounces+christian.kandeler=
> digia.com at qt-project.org] on behalf of 罗勇刚(Yonggang Luo) [
> luoyonggang at gmail.com]
> *Sent:* 31 December 2013 02:06
> *To:* qbs at qt-project.org
> *Subject:* [QBS] How to install **/*.* and maintain the tree structure by
> stripping the prefix to the destination installDir?
>
>   Is that possible, or we need to patch it, at least on WIN32, its not
> works as my expected.
>
> _______________________________________________
> QBS mailing list
> QBS at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qbs
>
>


-- 
         此致
礼
罗勇刚
Yours
    sincerely,
Yonggang Luo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20140103/a067da69/attachment.html>


More information about the Qbs mailing list