aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs
blob: e3dacffeaa008fe11af2df05947487098e4a03e1 (plain)
1
2
3
4
5
6
7
8
import qbs // FIXME: Don't remove this import because then the test fails!

Product {
    Depends { name: "themodule" }
    themodule.newProp: true
    themodule.oldProp: false
    themodule.veryOldProp: false
}