[QBS] Group's property can not be accessed by qbs

Joerg Bornemann joerg.bornemann at digia.com
Mon Oct 14 10:09:41 CEST 2013


On 11/10/2013 21:41, 罗勇刚(Yonggang Luo)  wrote:

> Group {
>
>      name: "source of " + namespace
>
>      prefix: namespace + "/"
>
>      qbs.install: project.installApiHeaders
>
>      qbs.installDir: headerInstallPrefix + group.namespace //TODO:Fixme
> this.namespace is not works
>
> }

There is no "group" object in your example. Just omit the "group." 
prefix. Also, "this" is not what you think it is. Don't use it.
There's also no "namespace" property in your example. Where is it defined?

-- 
Joerg Bornemann
Digia, Qt
http://qt.digia.com/




More information about the Qbs mailing list