On Wed, 25 Oct 2017 22:05:54 +0800 Ben Lau <[email protected]> wrote:
> 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? This is https://bugreports.qt.io/browse/QBS-1144. The proposed patch has some issues, so it hasn't been fixed yet. If you don't have too many of these hidden files, a possible workaround (or even the proper solution) could be to list them separately by name. Christian _______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
