aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/inherited-properties-items/inherited-properties-items-product.qbs
blob: c20f045c8d04892cf3dbe844741df1d9c063d030 (plain)
1
2
3
4
5
6
7
import qbs

Product {
    name: "product_default"
    DebugName {}
    ReleaseName {}
}