aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/excluded-inputs/excluded-inputs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/excluded-inputs/excluded-inputs.qbs')
-rw-r--r--tests/auto/api/testdata/excluded-inputs/excluded-inputs.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/excluded-inputs/excluded-inputs.qbs b/tests/auto/api/testdata/excluded-inputs/excluded-inputs.qbs
index 7633b3ebe..fe3cacd6d 100644
--- a/tests/auto/api/testdata/excluded-inputs/excluded-inputs.qbs
+++ b/tests/auto/api/testdata/excluded-inputs/excluded-inputs.qbs
@@ -92,7 +92,7 @@ Project {
Rule {
multiplex: true
explicitlyDependsOnFromDependencies: "the_tag"
- excludedAuxiliaryInputs: "the_other_tag"
+ excludedInputs: "the_other_tag"
Artifact {
filePath: "dummy3.txt"
fileTags: "p_type"