aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/overridden-properties-and-prototypes.qbs
blob: d87611d7c503a08fe3f9c46ae29255910e7585da (plain)
1
2
3
4
5
6
import qbs

Product {
    name: "p"
    Depends { name: "multiple-backends" }
}