aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/testdata/ParentWithExport.qbs
blob: 16f9a2cd10bd0c91cbea2dcc0cc50a324b48591d (plain)
1
2
3
4
5
6
Product {
    Export {
        Depends { name: "dummy" }
        dummy.defines: [product.name.toUpperCase()]
    }
}