[QBS] strange behaviour with cpp.linkerFlags
Joerg Bornemann
joerg.bornemann at theqtcompany.com
Mon Jul 20 14:21:58 CEST 2015
On 18-Jul-15 14:53, Stephan Gatzka wrote:
> I've seen a change between qbs 1.3.4 and 1.4.1.
>
> 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 resolved for 1.4.2.
Cheers,
Joerg
More information about the Qbs
mailing list