forked from qt-creator/qt-creator
When implementing acknowledgments via the generated attributions file, the complete `<qtc_build>/doc/` directory was added as a source directory for qdoc. For insource builds the build directory is the same as the source directory, so qdoc would suddenly include all documentation from `<qtc_source>/doc/`, which mixes Design Studio and Qt Creator documentation. Move the generated attributions file into a subdirectory, and only add that subdirectory. Also fix that attributions were not generated at all anymore after trying to fix issues when qdoc is missing. Amends2ce9f9d97dand13b48144a6Change-Id: I689827dabca37c81d4351dec04f23f46503429f6 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Kai Köhne <kai.koehne@qt.io>