aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/product-dependencies-by-type
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-09-01 17:55:11 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-10-16 15:30:22 +0200
commit71087bcc7911fb538b6ae560836a97823976f99e (patch)
tree5dd50b7bc3cd397aa19a09d5ab2f539a8243c4ee /tests/auto/blackbox/testdata/product-dependencies-by-type
parent99731c4ca9c20852cc7d293248a20aa952aceba6 (diff)
Rename "usings" property and make it do what the documentation says.
- This property only considered target artifacts from dependencies, which is not what the documentation says. - The name "usings" has long been known to suck badly. Call it "inputsFromDependencies" instead. This name now fits (see above). Change-Id: I3aab11ba1446da3ba23f8760eed6fca973b971ca Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/product-dependencies-by-type')
-rw-r--r--tests/auto/blackbox/testdata/product-dependencies-by-type/project.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/product-dependencies-by-type/project.qbs b/tests/auto/blackbox/testdata/product-dependencies-by-type/project.qbs
index 1a85149e6..f3df47e10 100644
--- a/tests/auto/blackbox/testdata/product-dependencies-by-type/project.qbs
+++ b/tests/auto/blackbox/testdata/product-dependencies-by-type/project.qbs
@@ -42,7 +42,7 @@ Project {
Rule {
multiplex: true
- usings: "application"
+ inputsFromDependencies: "application"
Artifact {
filePath: "app-list.txt"
fileTags: "app-list"