Details
Description
It seems that the sourceDirectory and buildDirectory properties of Product are not working in the context of a Probe item (but other properties do).
Probe { id: foo ... property path bar: product.sourceDirectory // undefined property path baz: product.buildDirectory // undefined property string title: product.name // works fine ... }