aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/multiple_properties_in_subproject.qbs
blob: 0ecb41b342346e485d34657ea4e35541c2f50b88 (plain)
1
2
3
4
5
6
7
8
import qbs

Project {
    SubProject {
        Properties { condition: false }
        Properties { name: "blubb" }
    }
}