aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js
blob: c3dfe2b1130e6b8830473013a12aaf1604afd560 (plain)
1
2
3
4
function fileList() { return []; }

function filesFromFs(qbs) { return File.exists(path + "/fileExists.cpp") ? ["fileExists.cpp"] : []; }