aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/relaxed-mode-recovery/relaxed-mode-recovery.qbs
blob: b9e786a4b66ae546c7f556f9cdc4d5c13343c8b0 (plain)
1
2
3
4
5
6
7
8
9
10
import qbs

Project {
    Product {
        name: "dep"
        Export { Depends { name: "blubb" } }
    }
    Product { name: "p1"; Depends { name: "dep" } }
    Product { name: "p2"; Depends { name: "dep" } }
}