aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2020-03-24 20:52:02 +0100
committerRichard Weickelt <richard@weickelt.de>2020-03-26 12:18:49 +0000
commitd9b19952af3c08c44cdd89032b4809dc9bb81d06 (patch)
treea9f5d707fed978a4877ad197666658f9151c5ba1 /doc
parent92b39d31334b7503c5ab37713b2077b5e0fb64c3 (diff)
Fix wrong property name in code snippet
The property has been renamed while writing the documentation and this location has not been updated. Change-Id: Ib8c26e95addd12015b9c1c3726276fc18fda2cd4 Fixes: QBS-1541 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/items/probe/conanfile-probe.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/items/probe/conanfile-probe.qdoc b/doc/reference/items/probe/conanfile-probe.qdoc
index cef1195c8..191d7c894 100644
--- a/doc/reference/items/probe/conanfile-probe.qdoc
+++ b/doc/reference/items/probe/conanfile-probe.qdoc
@@ -70,7 +70,7 @@
generators: "qbs"
}
- references: conan.generatorOutputPath + "/conanbuildinfo.qbs"
+ references: conan.generatedFilesPath + "/conanbuildinfo.qbs"
CppApplication {
type: "application"