summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs
blob: e699672a8d12f43236a62de5138e42b4621541ae (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.expiringProp: false
    themodule.veryOldProp: false
}