aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/explicitlyDependsOn/project.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/explicitlyDependsOn/project.qbs')
-rw-r--r--tests/auto/blackbox/testdata/explicitlyDependsOn/project.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/explicitlyDependsOn/project.qbs b/tests/auto/blackbox/testdata/explicitlyDependsOn/project.qbs
index 12ae1bd7e..57172a442 100644
--- a/tests/auto/blackbox/testdata/explicitlyDependsOn/project.qbs
+++ b/tests/auto/blackbox/testdata/explicitlyDependsOn/project.qbs
@@ -19,7 +19,7 @@ Product {
cmd.description = "Creating output artifact";
cmd.highlight = "codegen";
cmd.sourceCode = function() {
- var file = new TextFile(output.fileName, TextFile.WriteOnly);
+ var file = new TextFile(output.filePath, TextFile.WriteOnly);
file.truncate();
file.close();
}