diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml index 9110842053..23df786e75 100644 --- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -2875,6 +2875,11 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml Using Qt + + For ports that are part of Qt itself, see . + + Ports That Require Qt diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index 05bb5169cb..6b2e7a6997 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -2748,6 +2748,69 @@ USE_PYQT= core doc_build designer_run 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>