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 a9a9e5ca4a..6c58d2c65e 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -1556,6 +1556,162 @@ USE_MATE= menus:build intlhack dependency. + + <literal>pyqt</literal> + + Possible arguments: (none), 4, + 5 + + Uses PyQt. If the port is part + of PyQT itself, set PYQT_DIST. Use + USE_PYQT to select the components the port + needs. The available components are: + + + + core + + + + dbus + + + + dbussupport + + + + demo + + + + designer + + + + designerplugin + + + + doc + + + + gui + + + + multimedia + + + + network + + + + opengl + + + + qscintilla2 + + + + sip + + + + sql + + + + svg + + + + test + + + + webkit + + + + xml + + + + xmlpatterns + + + + These components are only available with + PyQT4: + + + + assistant + + + + declarative + + + + help + + + + phonon + + + + script + + + + scripttools + + + + These components are only available with + PyQT5: + + + + multimediawidgets + + + + printsupport + + + + qml + + + + serialport + + + + webkitwidgets + + + + widgets + + + + The default dependency for each component is build- and + run-time, to select only build or run, add + _build or _run to the + component name. For example: + + USES= pyqt +USE_PYQT= core doc_build designer_run + + <literal>python</literal>