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.bornem...@digia.com] 
Gesendet: Mittwoch, 1. Oktober 2014 18:11
An: k...@parity-software.com; qbs@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

_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to