Hi,

I have the following code:

Project {
        property bool mySetting: true

        Project {
                property bool mySettings: parent.mySetting ?
parent.mySetting : false
        }
}

In the past this worked but with qbs 3.0.0 is is no longer accepted.
How can I access a property of the same name from a parent project?

Note: This code is artificial, so please don't discuss if that example
makes sense. The real code does, believe me.

Regards, Jochen

_______________________________________________
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs

Reply via email to