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)
Mon, Jan 20, 7:42 PM
Unknown Object (File)
Fri, Jan 17, 4:30 PM
Unknown Object (File)
Nov 19 2024, 2:48 AM
Unknown Object (File)
Oct 28 2024, 8:49 AM
Unknown Object (File)
Oct 23 2024, 8:45 AM
Unknown Object (File)
Oct 23 2024, 8:45 AM
Unknown Object (File)
Sep 24 2024, 4:29 AM
Unknown Object (File)
Sep 23 2024, 10:23 PM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 47466
Build 44353: arc lint + arc unit

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.