DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-2 / tests / auto / api / testdata / project-invalidation / project.late-error.qbs
123456789101112
Product { type: "mytype" Rule { inputs: ["mytype"] Artifact { filePath: "blubb" fileTags: "mytype" } prepare: [] } }