Page MenuHomeFreeBSD

Document Qt 6 facilities in the ports framework.
ClosedPublic

Authored by fernape on Sep 21 2022, 8:50 AM.
Referenced Files
Unknown Object (File)
Tue, Dec 16, 3:33 AM
Unknown Object (File)
Thu, Dec 11, 4:12 PM
Unknown Object (File)
Nov 24 2025, 7:40 AM
Unknown Object (File)
Nov 18 2025, 1:52 PM
Unknown Object (File)
Nov 16 2025, 1:10 PM
Unknown Object (File)
Nov 13 2025, 11:20 AM
Unknown Object (File)
Nov 12 2025, 6:41 PM
Unknown Object (File)
Nov 11 2025, 9:39 AM
Subscribers
None

Details

Summary

Following the work done in different commits of the ports repo.

Test Plan
  • Apply patch
  • DOC_LANG=en make

A preview of the output can be found here:

https://people.freebsd.org/~fernape/special.html#using-qt
https://people.freebsd.org/~fernape/uses.html#uses-qt

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

fernape created this revision.
fernape edited the test plan for this revision. (Show Details)
fernape added reviewers: kde, tcberner.
fernape added projects: kde, docs.
documentation/content/en/books/porters-handbook/special/_index.adoc
2110

_USE_QT_ALL is dynamically generated from _USE_QT[56]_ONLY and _USE_QT_COMMON -- to the comment should either mention _USE_QT_COMMON instead of _USE_QT_ALL, or just mention the latter, I think :)

fernape edited the summary of this revision. (Show Details)

Clarify _USE_QT* explanation.

Suggested by tcberner@

fernape added inline comments.
documentation/content/en/books/porters-handbook/special/_index.adoc
2110

I would additionally mention _USE_QT_COMMON.

Thanks!

This revision is now accepted and ready to land.Sep 21 2022, 11:26 AM
This revision was automatically updated to reflect the committed changes.
fernape marked an inline comment as done.