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
_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to