Index: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -2875,6 +2875,11 @@ Using Qt + + For ports that are part of Qt itself, see . + + Ports That Require Qt Index: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -2748,6 +2748,69 @@ for more information. + + <literal>qt-dist</literal> + + Possible arguments: (none) or 5 and + (none) or one of 3d, + activeqt, androidextras, + base, canvas3d, + charts, connectivity, + datavis3d, declarative, + doc, gamepad, + graphicaleffects, + imageformats, location, + macextras, multimedia, + networkauth, purchasing, + quickcontrols2, + quickcontrols, + remoteobjects, script, + scxml, sensors, + serialbus, serialport, + speech, svg, + tools, translations, + virtualkeyboard, wayland, + webchannel, webengine, + websockets, webview, + winextras, x11extras, + xmlpatterns + + Provides support for building Qt + 5 components. It takes care of setting up the + appropriate configuration environment for the port to + build. + + + Building Qt 5 Components + + The port is Qt 5's + networkauth component, which is part of + the networkauth distribution file. + + PORTNAME= networkauth +DISTVERSION= ${QT5_VERSION} + +USES= qt-dist:5 + + + If PORTNAME does not match the + component name, it can be passed as an argument to + qt-dist. + + + Building Qt 5 Components with Different Names + + The port is Qt 5's + gui component, which is part of the + base distribution file. + + PORTNAME= gui +DISTVERSION= ${QT5_VERSION} + +USES= qt-dist:5,base + + + <literal>readline</literal>