From bb15c7d627746464126a0d7af29770a86e46595c Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 12 Feb 2019 14:24:29 +0100 Subject: Stop using the excludedAuxiliaryInputs property in autotest We scheduled it for removal in 1.14. Change-Id: I2886e654dfe2625df265d569559412f7b88e7f0b Reviewed-by: Joerg Bornemann --- tests/auto/api/testdata/excluded-inputs/excluded-inputs.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/api/testdata') 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" -- cgit v1.2.3