DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-1 / tests / auto / api / testdata / build-error-code-location / build-error-code-location.qbs
12345678910
Product { name: "p" type: ["p.out"] Rule { multiplex: true outputFileTags: ["p.out"] outputArtifacts: { } prepare: {} } }