aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-02-12 14:24:29 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2019-02-12 13:35:37 +0000
commitbb15c7d627746464126a0d7af29770a86e46595c (patch)
tree2493caa43c97aacad3859363f67ee2e00d098443 /tests
parent0c10af4cc243a88a9cef3b60aeadc65053c26ae4 (diff)
Stop using the excludedAuxiliaryInputs property in autotest
We scheduled it for removal in 1.14. Change-Id: I2886e654dfe2625df265d569559412f7b88e7f0b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-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"