aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/module-name-collisions/complex-collision.qbs
blob: cd55aa946fe6d5c048d33f7fe9240af30a7e4b93 (plain)
1
2
3
4
Product {
    Depends { name: "prefix1.middle1" }
    Depends { name: "prefix1.middle1.suffix1" }
}