aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/suppressed-and-non-suppressed-errors.qbs
blob: 684cc67b3d908c36564b30045f3b9de0fcfe8b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
Project {
    Product {
        name: "mysterious creature"
        files: ["easter bunny"]
    }
    Product {
        name: "tasty food"
        condition: false
        Depends { name: "TheBeautifulSausage" }
    }
}