aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/project-invalidation/project.late-error.qbs
blob: b55979ec7b9dfec60a549857bd555de3c8917ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import qbs

Product {
    type: "mytype"

    Transformer {
        Artifact {
            filePath: "blubb"
            fileTags: "mytype"
        }
        prepare: []
    }
}