Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.0
-
-
db939d8f331b8a15b9205a450a42296f7aa0c3a4 (qt/qtbase/dev)
Description
This is something I noticed when I started the Qt6 packaging:
`make install_docs_<module> DESTDIR=/path/to/buildroot` fails
The best explanation I found is that `add_custom_target(install_html_docs_${target} ...)` in qtbase/cmake/QTDocsHelpers.cmake tries to copy directories rather than installing build targets.
For the moment, I use a patch which creates a real installation target but I'm not happy with the result yet.
Attachments
Issue Links
- relates to
-
QTBUG-87382 Doc install doesn't honor DESTDIR
- Closed