[Qbs] Install hidden files

Ben Lau xbenlau at gmail.com
Wed Oct 25 16:05:54 CEST 2017


Hello,

I am using qbs to install a set of static files from a directory, but I
found that hidden files (the file begin with ".") was not copied to target
path. How can I force qbs to include hidden files?

That is my qbs

import qbs

Product {

    Group {
        name: "all"
        files: "*"
        prefix: "static/"
        qbs.install: true
        qbs.installSourceBase: "."
        qbs.installRoot: "/tmp"
    }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20171025/e566937a/attachment.html>


More information about the Qbs mailing list