[QBS] Export cpp.defines

Christian Kandeler christian.kandeler at theqtcompany.com
Mon Jun 29 09:15:12 CEST 2015


On 06/28/2015 10:33 AM, Stéphane Fabry wrote:
> To resume, here is what is wrong and what is good
>
> Export{
>
> Depends{name:"cpp"}
>
> cpp.includePaths:"src"
>
> cpp.defines:base.concat(["QWT_DLL"])			<---- Good
>
> cpp.defines:base.concat("QWT_DLL")			<---- Wrong
>
> cpp.defines:"QWT_DLL"					<---- Wrong

Hm, that looks a bit strage. If you can provide a minimal complete 
example that shows this behavior, I'd appreciate a bug report.


Thanks,
Christian



More information about the Qbs mailing list