[QBS] Installing Visual Studio debug files (.pdb)

Thomas Epting thomas.epting.stryker at gmail.com
Thu Nov 13 08:41:42 CET 2014


In specific scenarios (e.g. for remote debugging), I need to install the
.pdb files along with the binaries. However, I could not find a way to do
this with Qbs. I was thinking of of a file tag comparable to "application"
(e.g. "debugFiles"), which I can use like this:

    Group {
        fileTagsFilter: [ "debugFiles" ]
        qbs.installDir: "bin"
        qbs.install: true
    }

Maybe there is some other way to accomplish this task? Any ideas?

Regards,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20141113/5a576f9b/attachment.html>


More information about the Qbs mailing list