qt6-base/debian/README.source
Lisandro Damián Nicanor Pérez Meyer d087f8c1e6 Build and package documentation.
Original from https://salsa.debian.org/qt-kde-team/qt6/qt6-base/-/merge_requests/5
Thanks to Eren Eroğlu for the patches!
2023-07-22 11:45:12 -03:00

14 lines
464 B
Plaintext

Bootstrapping the docs packages
-------------------------------
In order to generate documentation for Qt, qdoc and
qtattributionsscanner is needed. Thus you need to do
the following steps if you want to rebuild the Qt stack:
* Build only arch-dependent packages from these sources:
- qt6-base
- qt6-declarative
- qt6-tools
* Build the arch-independent packages (-doc and -doc-html) of the above sources.
* Build the rest of the Qt stack in the usual way.