Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 1.16.0
-
Fix Version/s: 1.16.0
-
Component/s: Documentation
-
Labels:None
-
Commits:d9b19952af3c08c44cdd89032b4809dc9bb81d06 (qbs/qbs/1.16)
Description
Hello,
in the first example of the ConanfileProbe example in "\section2 Including Files Generated by Conan" a wrong property is used:
references: conan.generatorOutputPath + "/conanbuildinfo.qbs"
The `generatorOutputPath` property is should be replaced with `generatedFilesPath`.