[Bug 294273] misc/qt6-doc missing modules documentation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 6 18:37:55 BST 2026


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294273

--- Comment #2 from Dave Palais <silent at penguinmail.com> ---
(In reply to Max Brazhnikov from comment #1)
Gladly,
I've managed to build the missing docs by using the superrepository source
structure. Either the all-in-one qt source download, or a makeshift imitation
work.

Building docs in a source superrepository using separate source tarballs:
1. Extract CMakelists.txt and cmake folder from qt-everywhere-src-6.10.2.tar.xz 
2. Extract qtbase qtdeclarative qtdoc qttools tarballs. Rename the extracted
folders to remove versioning. This is the bare minimum. You may add as many
modules you want and their dependencies.
3. cmake -B build -G Ninja -DQT_HOST_PATH=/usr/local -DQT_BUILD_DOCS=ON
4. ninja docs

Building docs with the all-in-one source tarball:
Follow previous steps 3 and 4.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list