[Development] Failed to install qt-6.6.0 docs after buliding the 'html_docs' target
Jörg Bornemann
joerg.bornemann at qt.io
Mon Mar 25 13:33:40 CET 2024
On 3/17/24 05:24, Haowei Hsu wrote:
> Recently, I tried to build and install qt-6.6.0 documentation from
> source on Kubuntu 22.04.
> Although the building process was successful, the installing process failed.
> 6) Install the Qt6 project
>
> cmake --install .
This command assumes that the whole of Qt has been built. You did build
the documentation only.
You want to run "ninja install_docs" or "ninja install_html_docs".
--
Jörg Bornemann | The Qt Company
More information about the Development
mailing list