aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs
blob: 7d1550312870502e53e595e910bf7139d9724e03 (plain)
1
2
3
4
5
6
Product {
    Depends { name: "themodule" }
    themodule.newProp: true
    themodule.expiringProp: false
    themodule.veryOldProp: false
}