17.77. qt-dist

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.

Example 17.6. 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.

Example 17.7. 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

All FreeBSD documents are available for download at https://download.freebsd.org/ftp/doc/

Questions that are not answered by the documentation may be sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.