[QBS] How to link setargv.obj
Kurt Keller
kk at parity-software.com
Thu Oct 2 09:16:48 CEST 2014
Thank you, this trick works. No need to use the absolute path, just adding
cpp.linkerFlags: ["setargv.obj"]
does the job.
Best regards,
Kurt.
-----Ursprüngliche Nachricht-----
Von: Joerg Bornemann [mailto:joerg.bornemann at digia.com]
Gesendet: Mittwoch, 1. Oktober 2014 18:11
An: kk at parity-software.com; qbs at qt-project.org
Betreff: Re: [QBS] How to link setargv.obj
On 01-Oct-14 17:59, Kurt Keller wrote:
> How is it possible, to link a windows console application against
> setargv.obj?
Try
cpp.linkerFlags: ["setargv.obj"]
Most likely, you have to pass the absolute path to the object file.
BR,
Joerg
More information about the Qbs
mailing list