[QBS] strange behaviour with cpp.linkerFlags

Stephan Gatzka stephan.gatzka at gmail.com
Tue Jul 21 07:26:21 CEST 2015


Thanks Joerg,

>> With version 1.3.4 I could specifiy
>> cpp.linkerFlags: ["-u","read","-u","write"]
>> expanding to
>> -u read -u write
>> when gcc is called for linking.
>>
>> With version 1.4.1 the same line expands to
>> -u read write
>> which is obviously not working.
>>
>> Did I specified it incorrectly or have I found a bug?
> 
> I believe this is the same bug that was reported some days before:
> http://lists.qt-project.org/pipermail/qbs/2015-July/001355.html

This is indeed the same.

Regards,

Stephan




More information about the Qbs mailing list