aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/path-probe/mult-files-common-suffixes.qbs
blob: c4d53a715d84301044a8007df6a273c353f93cf8 (plain)
1
2
3
4
5
6
7
8
9
10
BaseApp {
    inputSelectors: [
        {names : "tool"},
        {names : "super-tool"},
    ]
    inputNameSuffixes: ".1"
    inputSearchPaths: "bin"
    outputFilePaths: ["bin/tool.1", "bin/super-tool.1"]
    outputCandidatePaths: [["bin/tool.1"], ["bin/super-tool.1"]]
}