Details
Description
Workaround.
Project { id: this_ // Use buildRoot property instead of buildDirectory in SubProject property path buildRoot: buildDirectory SubProject { filePath: "nested/build.qbs" Properties { buildRoot: this_.buildDirectory } } }