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
_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to