aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/lsp/lsp.qbs
blob: 2e30ad9309cc309dbf708b5ff4c6bbbe87695d83 (plain)
1
2
3
4
5
6
7
8
9
10
Project {
    Product {
        name: "dep"
        Depends { name: "m" }
        Depends { name: "Prefix"; submodules: ["m1", "m2", "m3"] }
    }
    Product {
        Depends { name: "dep" }
    }
}