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

--
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to