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

Thomas Epting thomas.epting.stryker at gmail.com
Thu Nov 13 17:43:51 CET 2014


>
> >      Group {
> >          fileTagsFilter: [ "debugFiles" ]
> >          qbs.installDir: "bin"
> >          qbs.install: true
> >      }
>
> Yeah, that would be the general approach. I assume the problem is that
> we don't keep track of pdb files even though they are created by the
> compiler (meaning you can't refer to them)?
>

What about changing the applicationLinker rule to conditionally
produce a debugFile
artifact,depending on the current tool chain and the status of the
debugInformation property?

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


More information about the Qbs mailing list