Qt Documentation Build Error
Unsolved
Installation and Deployment
-
When I try to build the Qt Documentation I got these errors, when I gave the ninja docs command .
-
Hi and welcome to devnet,
How did you configure your Qt build ?
-
I referd this documentation https://wiki.qt.io/Building_Qt_6_from_Git and for config I used below path
../configure -prefix //home/sumanhp/qtSourseCode/Qtbugfix -nomake tests -nomake examples -no-openssl -xcb -xcb-xlib -bundled-xcb-xinput -developer-build -- -DQT_BUILD_TESTS_BY_DEFAULT=OFFFor building the doc I got the above error which I have posted and I refferd qt Doc https://wiki.qt.io/Building_Qt_Documentation
-
Did you fully build Qt before or are you using the host variant from the latter link.
-
yes I have built the source code completely.