aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/module-depends-on-product.qbs
blob: a7db9e036b1de4a2b5f22920a49f00e04cca64fe (plain)
1
2
3
4
5
6
7
8
9
Project {
    Product {
        name: "p1"
        Depends { name: "module-with-product-dependency" }
    }
    Product {
        name: "p2"
    }
}