aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/productproperties/header.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/productproperties/header.qbs')
-rw-r--r--tests/auto/blackbox/testdata/productproperties/header.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/productproperties/header.qbs b/tests/auto/blackbox/testdata/productproperties/header.qbs
index 51757b29e..56ad8fc78 100644
--- a/tests/auto/blackbox/testdata/productproperties/header.qbs
+++ b/tests/auto/blackbox/testdata/productproperties/header.qbs
@@ -18,7 +18,7 @@ Product {
cmd.highlight = "codegen";
cmd.blubbProp = product.blubbProp;
cmd.sourceCode = function() {
- file = new TextFile(output.fileName, TextFile.WriteOnly);
+ file = new TextFile(output.filePath, TextFile.WriteOnly);
file.truncate();
file.write("#define BLUBB_PROP " + blubbProp);
file.close();