aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/trackFileTags/after/project.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/trackFileTags/after/project.qbs')
-rw-r--r--tests/auto/blackbox/testdata/trackFileTags/after/project.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/blackbox/testdata/trackFileTags/after/project.qbs b/tests/auto/blackbox/testdata/trackFileTags/after/project.qbs
index df04be64b..e173d5fb2 100644
--- a/tests/auto/blackbox/testdata/trackFileTags/after/project.qbs
+++ b/tests/auto/blackbox/testdata/trackFileTags/after/project.qbs
@@ -15,7 +15,7 @@ Project {
Rule {
inputs: ["foosource"]
Artifact {
- fileName: input.baseName + ".foo"
+ filePath: input.baseName + ".foo"
fileTags: ["foo"]
}
@@ -33,7 +33,7 @@ Project {
Rule {
inputs: ["foo"]
Artifact {
- fileName: input.baseName + "_foo.cpp"
+ filePath: input.baseName + "_foo.cpp"
fileTags: ["cpp"]
}