aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/share.qbs b/share/share.qbs
index 1086dede5..070e8df02 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -24,7 +24,7 @@ Product {
var cmd = new JavaScriptCommand();
cmd.description = "Copying share/qbs to build directory.";
cmd.highlight = "codegen";
- cmd.sourceCode = function() { File.copy(input.fileName, output.fileName); }
+ cmd.sourceCode = function() { File.copy(input.filePath, output.filePath); }
return cmd;
}
}