Details
Description
When building/installing qbs with qbs 1.4 we get the following warning
WARNING: Recursively copying directory '/home/egon/dev/qbs/1.4-qbs-build/qt541-debug/documentation.qt541.205f70b5/GeneratedFiles/html' into target directory '/home/egon/dev/qbs/1.4-qbs-build/qt541-debug/install-root/share/doc/qbs'. This behavior is deprecated and will change in qbs 1.5. Install the individual file artifacts instead.
Reason is the qdoc rule that has a directory as output artifact:
Artifact { filePath: ModUtils.moduleProperty(product, "generatedFilesDir") + "/html" fileTags: ["qdoc-html"] }