Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164788384
D20802.id59197.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D20802.id59197.diff
View Options
Index: en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
+++ en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
@@ -2748,6 +2748,69 @@
for more information.</para>
</sect1>
+ <sect1 xml:id="uses-qt-dist">
+ <title><literal>qt-dist</literal></title>
+
+ <para>Possible arguments: (none) or <literal>5</literal> and
+ (none) or one of <literal>3d</literal>,
+ <literal>activeqt</literal>, <literal>androidextras</literal>,
+ <literal>base</literal>, <literal>canvas3d</literal>,
+ <literal>charts</literal>, <literal>connectivity</literal>,
+ <literal>datavis3d</literal>, <literal>declarative</literal>,
+ <literal>doc</literal>, <literal>gamepad</literal>,
+ <literal>graphicaleffects</literal>,
+ <literal>imageformats</literal>, <literal>location</literal>,
+ <literal>macextras</literal>, <literal>multimedia</literal>,
+ <literal>networkauth</literal>, <literal>purchasing</literal>,
+ <literal>quickcontrols2</literal>,
+ <literal>quickcontrols</literal>,
+ <literal>remoteobjects</literal>, <literal>script</literal>,
+ <literal>scxml</literal>, <literal>sensors</literal>,
+ <literal>serialbus</literal>, <literal>serialport</literal>,
+ <literal>speech</literal>, <literal>svg</literal>,
+ <literal>tools</literal>, <literal>translations</literal>,
+ <literal>virtualkeyboard</literal>, <literal>wayland</literal>,
+ <literal>webchannel</literal>, <literal>webengine</literal>,
+ <literal>websockets</literal>, <literal>webview</literal>,
+ <literal>winextras</literal>, <literal>x11extras</literal>,
+ <literal>xmlpatterns</literal></para>
+
+ <para>Provides support for building <application>Qt
+ 5</application> components. It takes care of setting up the
+ appropriate configuration environment for the port to
+ build.</para>
+
+ <example xml:id="qt5-dist-example">
+ <title>Building Qt 5 Components</title>
+
+ <para>The port is <application>Qt 5</application>'s
+ <literal>networkauth</literal> component, which is part of
+ the <literal>networkauth</literal> distfile.</para>
+
+ <programlisting>PORTNAME= networkauth
+DISTVERSION= ${QT5_VERSION}
+
+USES= qt-dist:5</programlisting>
+ </example>
+
+ <para>If <varname>PORTNAME</varname> does not match the
+ distribution file name, the component name can be passed as an
+ argument to <literal>qt-dist</literal>.</para>
+
+ <example xml:id="qt5-dist-example-explicit">
+ <title>Building Qt 5 Components with Different Names</title>
+
+ <para>The port is <application>Qt 5</application>'s
+ <literal>gui</literal> component, which is part of the
+ <literal>base</literal> distfile.</para>
+
+ <programlisting>PORTNAME= gui
+DISTVERSION= ${QT5_VERSION}
+
+USES= qt-dist:5,base</programlisting>
+ </example>
+ </sect1>
+
<sect1 xml:id="uses-readline">
<title><literal>readline</literal></title>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 5, 1:45 AM (10 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35978713
Default Alt Text
D20802.id59197.diff (3 KB)
Attached To
Mode
D20802: porters handbook: Document qt-dist
Attached
Detach File
Event Timeline
Log In to Comment