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