aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-05-02 17:03:32 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-05-09 12:56:01 +0000
commitcc5ffd701a772fc2deb3461c0028857677a86fce (patch)
tree3bbf934e71b19e1a43dbeb4ac0a0afd81f20c544 /doc/man
parent92d532d88d7962d4568554d3f2928fd3d1d259d7 (diff)
Adjust qbs for the behavior change of the explicitlyDependsOn property
Change-Id: I98248cfe0b5bd0cd86019e2eb5a26871e5716d1d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/man.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man/man.qbs b/doc/man/man.qbs
index 44e2f0e12..32f8e624e 100644
--- a/doc/man/man.qbs
+++ b/doc/man/man.qbs
@@ -31,7 +31,9 @@ Product {
Rule {
condition: updateManPage
multiplex: true
+ // TODO: Remove in 1.14.
explicitlyDependsOn: ["application"]
+ property stringList explicitlyDependsOnFromDependencies: ["application"]
inputs: ["man.section"]
Artifact {
filePath: "qbs.1"