source: x/lib/qt5.xml@ ee66136

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since ee66136 was 23c4cec1, checked in by Douglas R. Reno <renodr@…>, 7 months ago

Add support for Vulkan to Qt5:

  • Make the dependency internal
  • Add the new library installed to Installed Libraries
  • Property mode set to 100644
File size: 46.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY qt5-major "5.15">
8 <!ENTITY qt5-url "https://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single">
9
10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
11 <!ENTITY qt5-download-ftp " ">
12 <!ENTITY qt5-md5sum "37b79a3764b0c9157fa3686df209b25a">
13 <!ENTITY qt5-size "630 MB">
14 <!ENTITY qt5-buildsize "15 GB (263 MB installed)">
15 <!ENTITY qt5-time "9 SBU (using parallelism=8)">
16]>
17
18<sect1 id="qt5" xreflabel="Qt-&qt5-version;">
19 <?dbhtml filename="qt5.html" ?>
20
21
22 <title>Qt-&qt5-version;</title>
23
24 <indexterm zone="qt5">
25 <primary sortas="a-Qt">Qt</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Qt5</title>
30
31 <para>
32 <application>Qt5</application> is a cross-platform application framework
33 that is widely used for developing application software with a graphical
34 user interface (GUI) (in which cases <application>Qt5</application> is
35 classified as a widget toolkit), and also used for developing non-GUI
36 programs such as command-line tools and consoles for servers. Two of the
37 major users of <application>Qt</application> are <application>KDE
38 Frameworks 5 (KF5)</application> and <application>LXQt</application>.
39 </para>
40
41 &lfs120_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&qt5-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&qt5-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &qt5-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &qt5-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &qt5-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &qt5-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing="compact">
79 <listitem>
80 <para>
81 Now that <application>Qt5</application> updates are restricted to
82 commercial customers, upstream patches for the various modules are
83 being curated at kde.
84 Patches for the modules required by packages in BLFS have been
85 aggregated for the non-modular Qt5 build we use.
86 </para>
87 <para>
88 Required patch:
89 <ulink url="&patch-root;/qt-everywhere-opensource-src-&qt5-version;-kf5-1.patch"/>
90 </para>
91 <para>
92 Details of the kde curation can be found at
93 <ulink url="https://dot.kde.org/2021/04/06/announcing-kdes-qt-5-patch-collection"/>
94 and <ulink url="https://community.kde.org/Qt5PatchCollection"/>.
95 </para>
96 </listitem>
97 </itemizedlist>
98
99 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
100
101 <bridgehead renderas="sect4">Required</bridgehead>
102 <para role="required">
103 <xref linkend="xorg7-lib"/>
104 </para>
105
106 <bridgehead renderas="sect4">Recommended</bridgehead>
107 <para role="recommended">
108 <xref linkend="alsa-lib"/>,
109 <xref linkend="make-ca"/>,
110 <xref linkend="cups"/>,
111 <phrase revision='sysv'><xref linkend="dbus"/>,</phrase>
112 <xref linkend="double-conversion"/>,
113 <xref linkend="glib2"/>,
114 <xref linkend="gst10-plugins-base"/> (QtMultimedia backend),
115 <xref linkend="harfbuzz"/>,
116 <xref linkend="icu"/>,
117 <xref linkend="jasper"/>,
118 <xref linkend="libjpeg"/>,
119 <xref linkend="libmng"/>,
120 <xref linkend="libpng"/>,
121 <xref linkend="libtiff"/>,
122 <xref linkend="libwebp"/>,
123 <xref linkend="libxkbcommon"/>,
124 <xref linkend="mesa"/>,
125 <xref linkend="mtdev"/>,
126 <xref linkend="pcre2"/>,
127 <xref linkend="sqlite"/>,
128 <xref linkend="wayland"/> (<application>Mesa</application>
129 must be built with <application>Wayland</application> EGL
130 backend),
131 <xref linkend="xcb-util-image"/>,
132 <xref linkend="xcb-util-keysyms"/>,
133 <xref linkend="xcb-util-renderutil"/>, and
134 <xref linkend="xcb-util-wm"/>
135 </para>
136
137 <bridgehead renderas="sect4">Optional</bridgehead>
138 <para role="optional">
139 <xref role="runtime" linkend="bluez"/> (for sdpscanner, and at runtime for
140 QtConnectivity module),
141 <xref linkend="gtk3"/>,
142 <xref linkend="ibus"/>,
143 <xref linkend="libinput"/>,
144 <xref linkend="mariadb"/>
145 or <ulink url="https://www.mysql.com/">MySQL</ulink>,
146 <xref linkend="mitkrb"/>,
147 <xref linkend="mtdev"/>
148 <xref linkend="pciutils"/>,
149 <xref linkend="postgresql"/>,
150 <xref linkend="pulseaudio"/>,
151 <xref linkend="sdl2"/>,
152 <xref linkend="unixodbc"/>,
153 <xref linkend="vulkan-loader"/>,
154 <ulink url="https://www.assimp.org/">assimp</ulink>,
155 <ulink url="https://github.com/festvox/flite">Flite</ulink>,
156 <ulink url="https://www.firebirdsql.org/">Firebird</ulink>,
157 <ulink url="https://www.freetds.org/">FreeTDS</ulink>,
158 <ulink url="https://libproxy.github.io/libproxy/">libproxy</ulink>,
159 <ulink url="https://openal.org/">OpenAL</ulink>,
160 <ulink url="https://freebsoft.org/speechd/">speech-dispatcher</ulink>, and
161 <ulink url="http:///www.tslib.org/">tslib</ulink>
162 <!--<ulink url="https://vulkan.lunarg.com/sdk/home/">Vulkan</ulink>-->
163 </para>
164
165 <!-- Many of the dependencies in the qmake/configure output do not apply
166 to Linux-based platforms. I've selected the ones that do and put
167 them in as optional dependencies. -renodr -->
168 <para condition="html" role="usernotes">
169 Editor Notes: <ulink url="&blfs-wiki;/qt5"/>
170 </para>
171 </sect2>
172
173 <sect2 role="qt5-prefix">
174 <title>Setting the installation prefix</title>
175
176 <bridgehead renderas="sect3">Installing in /opt/qt5</bridgehead>
177
178 <para>
179 The BLFS editors recommend installing <application>Qt5</application> in a
180 directory other than <filename class="directory">/usr</filename>, ie
181 <filename class="directory">/opt/qt5</filename>. To do this, set the
182 following environment variable:
183 </para>
184
185<screen><userinput>export QT5PREFIX=/opt/qt5</userinput></screen>
186
187 <tip>
188 <para>
189 Sometimes the installation paths are hardcoded into installed files.
190 This is the reason why <filename class="directory">/opt/qt5</filename>
191 is used as installation prefix instead of <filename
192 class="directory">/opt/qt-&qt5-version;</filename>. To create a
193 versioned <application>Qt5</application> directory,
194 you may create a versioned directory and a symlink:
195 </para>
196
197<screen role="root"><userinput>mkdir -pv /opt/qt-&qt5-version;
198ln -sfnv qt-&qt5-version; /opt/qt5</userinput></screen>
199
200 <para>
201 Later on, you may want to install other versions of
202 <application>Qt5</application>. To do that, just remove the symlink,
203 create the new versioned directory, and recreate the
204 <filename class="directory">/opt/qt5</filename> symlink again before
205 building the new version.
206 Which version of <application>Qt5</application> you
207 use depends only on where the symlink points.
208 </para>
209 </tip>
210
211 <note>
212 <para>
213 If <xref linkend="qca"/> has been installed and you are
214 reinstalling or updating this package, then
215 <application>qca</application> will need to be reinstalled.
216 </para>
217 </note>
218
219 </sect2>
220
221 <sect2 role="installation">
222 <title>Installation of Qt5</title>
223
224 <warning>
225 <para>
226 If <application>Qt5</application> is being reinstalled into the
227 same directory as an existing instance, run the commands done by
228 <systemitem class="username">root</systemitem>, such as
229 <command>make install</command>, from a console or non-Qt5 based
230 window manager. It overwrites <application>Qt5</application>
231 libraries that should not be in use during the install process.
232 </para>
233 </warning>
234
235 <caution>
236 <para>
237 If you did not install some of the recommended dependencies, examine
238 <command>./configure --help</command> output to check how to disable
239 them or use internal versions bundled in the source tarball.
240 </para>
241 </caution>
242
243 <note>
244 <para>
245 The build time and space required for the full
246 <application>Qt5</application> is quite long. The instructions below
247 do not build the tutorials and examples. Removing the
248 <parameter>-nomake</parameter> line will create a complete build.
249 </para>
250 </note>
251
252 <note>
253 <para>
254 The BLFS editors do not recommend installing <application>Qt5</application>
255 into the /usr hierarchy because it becomes difficult to find
256 components and to update to a new version. If you do want to install
257 <application>Qt5</application> in /usr, the directories need to
258 be specified explicitly. In this case, set QT5PREFIX=/usr and add
259 the following to the configure arguments below:
260 </para>
261
262<screen role="nodump"><userinput> -archdatadir /usr/lib/qt5 \
263 -bindir /usr/bin \
264 -plugindir /usr/lib/qt5/plugins \
265 -importdir /usr/lib/qt5/imports \
266 -headerdir /usr/include/qt5 \
267 -datadir /usr/share/qt5 \
268 -docdir /usr/share/doc/qt5 \
269 -translationdir /usr/share/qt5/translations \
270 -examplesdir /usr/share/doc/qt5/examples</userinput></screen>
271 </note>
272
273 <para>
274 The libxkbcommon-1.6.0 package removes some definitions that are not used. Remove
275 those here:
276 </para>
277
278 <screen><userinput>sed -i '276,279d' qtbase/src/platformsupport/input/xkbcommon/qxkbcommon.cpp</userinput></screen>
279
280 <para>
281 Now apply a patch to pull in the fixes curated by kde for those
282 modules which are required by packages mentioned in this book:
283 </para>
284
285<screen><userinput remap="pre">patch -Np1 -i ../qt-everywhere-opensource-src-&qt5-version;-kf5-1.patch</userinput></screen>
286
287 <para>
288 The patch is supposed to be used in a git repository. Otherwise some
289 files that should be modified by <command>configure</command> after
290 applying the patch are not touched. Fortunately, it is enough to create a
291 <filename class="directory">.git</filename> directory in the
292 <filename class="directory">qmake</filename> directory where the
293 <command>configure</command> script is run:
294 </para>
295
296 <screen><userinput remap="pre">mkdir -pv qtbase/.git</userinput></screen>
297
298 <para>
299 Add another fix for building with GCC-13:
300 </para>
301
302<screen><userinput>sed -e "/pragma once/a#include &lt;cstdint&gt;" \
303 -i qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp \
304 qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp \
305 qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp</userinput></screen>
306
307 <para>
308 Install <application>Qt5</application> by running the following commands:
309 </para>
310
311<screen revision="sysv"><userinput>./configure -prefix $QT5PREFIX \
312 -sysconfdir /etc/xdg \
313 -confirm-license \
314 -opensource \
315 -dbus-linked \
316 -openssl-linked \
317 -system-harfbuzz \
318 -system-sqlite \
319 -nomake examples \
320 -no-rpath \
321 -syslog \
322 -skip qtwebengine &amp;&amp;
323make</userinput></screen>
324
325<screen revision="systemd"><userinput>./configure -prefix $QT5PREFIX \
326 -sysconfdir /etc/xdg \
327 -confirm-license \
328 -opensource \
329 -dbus-linked \
330 -openssl-linked \
331 -system-harfbuzz \
332 -system-sqlite \
333 -nomake examples \
334 -no-rpath \
335 -journald \
336 -skip qtwebengine &amp;&amp;
337make</userinput></screen>
338
339 <para>
340 This package does not come with a test suite.
341 </para>
342
343 <para>
344 Now, as the <systemitem class="username">root</systemitem> user:
345 </para>
346
347<screen role="root"><userinput>make install</userinput></screen>
348
349 <!-- EDITORS NOTE: This package uses INSTALL_ROOT= instead of DESTDIR= for
350 installing in a temporary directory. -->
351
352 <para>
353 Remove references to the build directory from installed library
354 dependency (prl) <!--and profile include (pri)--> files by running the following
355 command as the <systemitem class="username">root</systemitem> user:
356 </para>
357
358<screen role="root"><userinput>find $QT5PREFIX/ -name \*.prl \
359 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
360
361 <para>
362 Install images and create the menu entries for installed applications.
363 The <envar>QT5BINDIR</envar> variable is used here to point to the
364 directory for the executable programs. If you have changed the bindir
365 above, <envar>QT5BINDIR</envar> will need to be adjusted below. Be sure
366 that the <envar>QT5BINDIR</envar> variable is defined in root's
367 environment and as the <systemitem class="username">root</systemitem>
368 user:
369 </para>
370
371<screen role="root"><userinput>QT5BINDIR=$QT5PREFIX/bin
372
373install -v -dm755 /usr/share/pixmaps/ &amp;&amp;
374
375install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
376 /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
377
378install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
379 /usr/share/pixmaps/designer-qt5.png &amp;&amp;
380
381install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
382 /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
383
384install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
385 /usr/share/pixmaps/qdbusviewer-qt5.png &amp;&amp;
386
387install -dm755 /usr/share/applications &amp;&amp;
388
389cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
390<literal>[Desktop Entry]
391Name=Qt5 Assistant
392Comment=Shows Qt5 documentation and examples
393Exec=$QT5BINDIR/assistant
394Icon=assistant-qt5.png
395Terminal=false
396Encoding=UTF-8
397Type=Application
398Categories=Qt;Development;Documentation;</literal>
399EOF
400
401cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; EOF
402<literal>[Desktop Entry]
403Name=Qt5 Designer
404GenericName=Interface Designer
405Comment=Design GUIs for Qt5 applications
406Exec=$QT5BINDIR/designer
407Icon=designer-qt5.png
408MimeType=application/x-designer;
409Terminal=false
410Encoding=UTF-8
411Type=Application
412Categories=Qt;Development;</literal>
413EOF
414
415cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; EOF
416<literal>[Desktop Entry]
417Name=Qt5 Linguist
418Comment=Add translations to Qt5 applications
419Exec=$QT5BINDIR/linguist
420Icon=linguist-qt5.png
421MimeType=text/vnd.trolltech.linguist;application/x-linguist;
422Terminal=false
423Encoding=UTF-8
424Type=Application
425Categories=Qt;Development;</literal>
426EOF
427
428cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
429<literal>[Desktop Entry]
430Name=Qt5 QDbusViewer
431GenericName=D-Bus Debugger
432Comment=Debug D-Bus applications
433Exec=$QT5BINDIR/qdbusviewer
434Icon=qdbusviewer-qt5.png
435Terminal=false
436Encoding=UTF-8
437Type=Application
438Categories=Qt;Development;Debugger;</literal>
439EOF</userinput></screen>
440
441 <para>
442 Some packages such as <xref linkend='vlc'/> look for certain
443 executables with a -qt5 suffix. Run the following command as the
444 <systemitem class="username">root</systemitem> user
445 to create the necessary symlinks:
446 </para>
447
448<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
449 ln -sfvn $QT5BINDIR/$file /usr/bin/$file-qt5
450done</userinput></screen>
451
452 </sect2>
453
454 <sect2 role="commands">
455 <title>Command Explanations</title>
456 <!--
457 <para>
458 <command>sed ...</command>: Allows using
459 <application>Python 3</application> instead of <application>Python
460 2</application>. This command destroys the build for QtWebEngine, so do
461 not use it if you remove the <parameter>-skip qtwebengine</parameter>
462 switch.
463 </para>
464 -->
465 <para>
466 <parameter>-confirm-license</parameter>: Accept license
467 without prompting user during configuration.
468 </para>
469
470 <para>
471 <parameter>-opensource</parameter>: Install the opensource
472 version of <application>Qt</application>.
473 </para>
474
475 <para>
476 <parameter>-nomake examples</parameter>: This switch
477 disables building of the example programs included
478 in the source tarball. Remove it if you want to build
479 them.
480 </para>
481
482 <para>
483 <parameter>-system-sqlite</parameter>: This switch enables use
484 of the system version of <application>SQLite</application>.
485 </para>
486
487 <para>
488 <parameter>-dbus-linked -openssl-linked</parameter>: These
489 switches enable explicit linking of the
490 <application>D-Bus</application> and
491 <application>OpenSSL</application> libraries into
492 <application>Qt5</application> libraries instead of
493 <command>dlopen()</command>-ing them.
494 </para>
495
496 <para revision="sysv">
497 <parameter>-syslog</parameter>: This switch allows to send Qt messages
498 to the <command>syslog</command> logging system.
499 </para>
500
501 <para revision="systemd">
502 <parameter>-journald</parameter>: This switch allows to send Qt messages
503 to the <command>journald</command> logging system.
504 </para>
505
506 <para>
507 <parameter>-skip qtwebengine</parameter>: This switch disables building
508 the QtWebEngine. The BLFS editors have chosen to build <xref
509 linkend="qtwebengine"/> separately.
510 </para>
511
512 <para>
513 <parameter>-system-harfbuzz</parameter>: This switch enables use
514 of the system version of <application>Harfbuzz</application>.
515 </para>
516
517 </sect2>
518
519 <sect2 role="configuration">
520 <title>Configuring Qt5</title>
521
522 <sect3 id="qt5-config">
523 <title>Configuration Information</title>
524
525 <para>
526 If <xref linkend="sudo"/> is installed, QT5DIR should be available to
527 the super user as well. Execute the following commands as the
528 <systemitem class="username">root</systemitem> user:
529 </para>
530
531<screen role="root"><userinput>cat &gt; /etc/sudoers.d/qt &lt;&lt; "EOF"
532<literal>Defaults env_keep += QT5DIR</literal>
533EOF</userinput></screen>
534
535 <bridgehead renderas="sect4">If you installed Qt5 in /usr</bridgehead>
536
537 <para>
538 If you installed <application>Qt5</application> in
539 <filename class="directory">/usr</filename>, create an
540 environment variable needed by certain packages.
541 As the <systemitem class="username">root</systemitem> user:
542 </para>
543
544<screen role="nodump"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
545<literal># Begin /etc/profile.d/qt5.sh
546
547QT5DIR=/usr
548export QT5DIR
549
550# End /etc/profile.d/qt5.sh</literal>
551EOF</userinput></screen>
552
553 <bridgehead renderas="sect4">If you did not install Qt5 in /usr</bridgehead>
554
555 <para>
556 If you installed <application>Qt5</application> in a location other
557 than <filename class="directory">/usr</filename>, you need to update the
558 following configuration files so that <application>Qt5</application> is
559 correctly found by other packages and system processes.
560 </para>
561
562 <para>
563 As the <systemitem class="username">root</systemitem> user, update
564 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
565 run-time cache file:
566 </para>
567
568<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
569<literal># Begin Qt addition
570
571/opt/qt5/lib
572
573# End Qt addition</literal>
574EOF
575
576ldconfig</userinput></screen>
577
578 <indexterm zone="qt5 qt5-config">
579 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
580 </indexterm>
581
582 <para>
583 As the <systemitem class="username">root</systemitem> user, create
584 the <filename>/etc/profile.d/qt5.sh</filename> file:
585 </para>
586
587<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
588<literal># Begin /etc/profile.d/qt5.sh
589
590QT5DIR=/opt/qt5
591
592pathappend $QT5DIR/bin PATH
593pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH
594
595export QT5DIR
596
597# End /etc/profile.d/qt5.sh</literal>
598EOF</userinput></screen>
599
600 </sect3>
601
602 </sect2>
603
604 <sect2 role="content">
605 <title>Contents</title>
606
607 <segmentedlist>
608 <segtitle>Installed Programs</segtitle>
609 <segtitle>Installed Libraries</segtitle>
610 <segtitle>Installed Directories</segtitle>
611
612 <seglistitem>
613 <seg>
614 assistant, balsam, canbusutil, designer, fixqt4headers.pl, lconvert,
615 linguist, lprodump, lrelease, lrelease-pro, lupdate, lupdate-pro,
616 meshdebug, moc, pixeltool, qcollectiongenerator, qdbus, qdbuscpp2xml,
617 qdbusviewer, qdbusxml2cpp, qdistancefieldgenerator, qdoc, qgltf,
618 qhelpgenerator, qlalr, qmake, qml, qmlcachegen, qmleasing,
619 qmlformat, qmlimportscanner, qmllint, qmlmin, qmlplugindump,
620 qmlpreview, qmlprofiler, qmlscene, qmltestrunner, qmltime,
621 qmltyperegistrar, qscxmlc,
622 qtattributionscanner, qtdiag, qtpaths, qtplugininfo,
623 qtwaylandscanner, qvkgen, rcc, repc, sdpscanner, syncqt.pl, tracegen,
624 uic, xmlpatterns, and xmlpatternsvalidator
625 </seg>
626 <seg>
627 libQt53DAnimation.so, libQt53DCore.so,
628 libQt53DExtras.so, libQt53DInput.so, libQt53DLogic.so,
629 libQt53DQuick.so, libQt53DQuickAnimation.so, libQt53DQuickExtras.so,
630 libQt53DQuickInput.so, libQt53DQuickRender.so,
631 libQt53DQuickScene2D.so, libQt53DRender.so,
632 libQt5AccessibilitySupport.a, libQt5Bluetooth.so, libQt5Bodymovin.so,
633 libQt5Bootstrap.a, libQt5Charts.so, libQt5Concurrent.so,
634 libQt5Core.so, libQt5DataVisualization.so, libQt5DBus.so,
635 libQt5DesignerComponents.so, libQt5Designer.so,
636 libQt5DeviceDiscoverySupport.a, libQt5EdidSupport.a,
637 libQt5EglFSDeviceIntegration.so, libQt5EglFsKmsSupport.so,
638 libQt5EglSupport.a, libQt5EventDispatcherSupport.a, libQt5FbSupport.a,
639 libQt5FontDatabaseSupport.a, libQt5Gamepad.so, libQt5GlxSupport.a,
640 libQt5Gui.so,libQt5Help.so, libQt5InputSupport.a, libQt5KmsSupport.a,
641 libQt5LinuxAccessibilitySupport.a, libQt5Location.so,
642 libQt5Multimedia.so, libQt5MultimediaGstTools.so,
643 libQt5MultimediaQuick.so, libQt5MultimediaWidgets.so,
644 libQt5Network.so, libQt5NetworkAuth.so, libQt5Nfc.so,
645 libQt5OpenGLExtensions.a, libQt5OpenGL.so, libQt5PacketProtocol.a,
646 libQt5PlatformCompositorSupport.a, libQt5Positioning.so,
647 libQt5PositioningQuick.so, libQt5PrintSupport.so,
648 libQt5Purchasing.so, libQt5Qml.so, libQt5QmlDebug.a,
649 libQt5QmlDevTools.a, libQt5QmlModels.so, libQt5QmlWorkerScript.so,
650 libQt5Quick.so, libQt5Quick3D.so, libQt5Quick3DAssetImport.so,
651 libQt5Quick3DRender.so, libQt5Quick3DRuntimeRender.so,
652 libQt5Quick3DUtils.so, libQt5QuickControls2.so,
653 libQt5QuickParticles.so, libQt5QuickShapes.so,
654 libQt5QuickTemplates2.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
655 libQt5RemoteObjects.so, libQt5Script.so, libQt5ScriptTools.so,
656 libQt5Scxml.so, libQt5Sensors.so, libQt5SerialBus.so,
657 libQt5SerialPort.so, libQt5ServiceSupport.a, libQt5Sql.so,
658 libQt5Svg.so, libQt5Test.so, libQt5TextToSpeech.so,
659 libQt5ThemeSupport.a, libQt5UiTools.a, libQt5VirtualKeyboard.so,
660 libQt5VulkanSupport.a, libQt5WaylandClient.so,
661 libQt5WaylandCompositor.so, libQt5WebChannel.so, libQt5WebSockets.so,
662 libQt5WebView.so, libQt5Widgets.so, libQt5X11Extras.so,
663 libQt5XcbQpa.so, libQt5XkbCommonSupport.a, libQt5Xml.so,
664 libQt5XmlPatterns.so,
665 and several plugins under /opt/qt5/{plugins,qml}
666 </seg>
667 <seg>
668 /usr/include/qt5,
669 /usr/lib/qt5,
670 /usr/share/doc/qt5, and
671 /usr/share/qt5
672 OR
673 /opt/qt5 and
674 /opt/qt-&qt5-version;
675 </seg>
676 </seglistitem>
677 </segmentedlist>
678
679 <variablelist id='qt5-descriptions' xreflabel="Qt5 Short Descriptions">
680 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
681 <?dbfo list-presentation="list"?>
682 <?dbhtml list-presentation="table"?>
683
684 <varlistentry id="assistant-qt5">
685 <term><command>assistant</command></term>
686 <listitem>
687 <para>
688 is a tool for presenting on-line documentation
689 </para>
690 <indexterm zone="qt5 assistant-qt5">
691 <primary sortas="b-assistant-qt5">assistant</primary>
692 </indexterm>
693 </listitem>
694 </varlistentry>
695
696 <varlistentry id="balsam">
697 <term><command>balsam</command></term>
698 <listitem>
699 <para>
700 is a tool to convert 3D scenes from various creation tools
701 to QML format, for use by the new QtQuick 3D library
702 </para>
703 <indexterm zone="qt5 balsam">
704 <primary sortas="b-balsam">balsam</primary>
705 </indexterm>
706 </listitem>
707 </varlistentry>
708
709 <varlistentry id="canbusutil">
710 <term><command>canbustil</command></term>
711 <listitem>
712 <para>
713 is a tool to deal with arbitrary CAN bus frames.
714 A Controller Area Network (CAN) is a vehicle bus standard designed
715 to allow microcontrollers and devices to communicate with each other
716 in applications without a host computer
717 </para>
718 <indexterm zone="qt5 canbusutil">
719 <primary sortas="b-canbusutil">canbusutil</primary>
720 </indexterm>
721 </listitem>
722 </varlistentry>
723
724 <varlistentry id="designer-qt5">
725 <term><command>designer</command></term>
726 <listitem>
727 <para>
728 is a full-fledged GUI builder. It includes
729 powerful features such as preview mode, automatic widget
730 layout, support for custom widgets, and an advanced
731 property editor
732 </para>
733 <indexterm zone="qt5 designer-qt5">
734 <primary sortas="b-designer-qt5">designer</primary>
735 </indexterm>
736 </listitem>
737 </varlistentry>
738
739 <varlistentry id="fixqt4headers.pl">
740 <term><command>fixqt4headers.pl</command></term>
741 <listitem>
742 <para>
743 is a script to replace all Qt 4 style includes with Qt 5 includes
744 </para>
745 <indexterm zone="qt5 fixqt4headers.pl">
746 <primary sortas="b-fixqt4headers.pl">fixqt4headers.pl</primary>
747 </indexterm>
748 </listitem>
749 </varlistentry>
750
751 <varlistentry id="lconvert-qt5">
752 <term><command>lconvert</command></term>
753 <listitem>
754 <para>
755 is part of Qt5's Linguist tool chain. It can be used as a
756 standalone tool to convert and filter translation data files
757 </para>
758 <indexterm zone="qt5 lconvert-qt5">
759 <primary sortas="b-lconvert-qt5">lconvert</primary>
760 </indexterm>
761 </listitem>
762 </varlistentry>
763
764 <varlistentry id="linguist-qt5">
765 <term><command>linguist</command></term>
766 <listitem>
767 <para>
768 provides support for translating applications into
769 local languages
770 </para>
771 <indexterm zone="qt5 linguist-qt5">
772 <primary sortas="b-linguist-qt5">linguist</primary>
773 </indexterm>
774 </listitem>
775 </varlistentry>
776
777 <varlistentry id="lrelease-qt5">
778 <term><command>lrelease</command></term>
779 <listitem>
780 <para>
781 is a simple command line tool. It reads XML-based translation
782 file in TS format and produces message files used by the
783 application
784 </para>
785 <indexterm zone="qt5 lrelease-qt5">
786 <primary sortas="b-lrelease-qt5">lrelease</primary>
787 </indexterm>
788 </listitem>
789 </varlistentry>
790
791 <varlistentry id="lrelease-pro">
792 <term><command>lrelease-pro</command></term>
793 <listitem>
794 <para>
795 extracts project information from qmake projects and passes
796 it to lrelease
797 </para>
798 <indexterm zone="qt5 lrelease-pro">
799 <primary sortas="b-lrelease-pro">lrelease-pro</primary>
800 </indexterm>
801 </listitem>
802 </varlistentry>
803
804 <varlistentry id="lupdate-qt5">
805 <term><command>lupdate</command></term>
806 <listitem>
807 <para>
808 finds the translatable
809 strings in the specified source, header and Qt Designer
810 interface files, and stores the extracted messages in
811 translation files to be processed by lrelease
812 </para>
813 <indexterm zone="qt5 lupdate-qt5">
814 <primary sortas="b-lupdate-qt5">lupdate</primary>
815 </indexterm>
816 </listitem>
817 </varlistentry>
818
819 <varlistentry id="lupdate-pro">
820 <term><command>lupdate-pro</command></term>
821 <listitem>
822 <para>
823 reads a Qt project file, an passes the collected information
824 to lupdate
825 </para>
826 <indexterm zone="qt5 lupdate-pro">
827 <primary sortas="b-lupdate-pro">lupdate-pro</primary>
828 </indexterm>
829 </listitem>
830 </varlistentry>
831
832 <varlistentry id="meshdebug">
833 <term><command>meshdebug</command></term>
834 <listitem>
835 <para>
836 displays information about qtquick-3d mesh files
837 </para>
838 <indexterm zone="qt5 meshdebug">
839 <primary sortas="b-meshdebug">meshdebug</primary>
840 </indexterm>
841 </listitem>
842 </varlistentry>
843
844 <varlistentry id="moc-qt5">
845 <term><command>moc</command></term>
846 <listitem>
847 <para>
848 generates Qt meta object support code
849 </para>
850 <indexterm zone="qt5 moc-qt5">
851 <primary sortas="b-moc-qt5">moc</primary>
852 </indexterm>
853 </listitem>
854 </varlistentry>
855
856 <varlistentry id="pixeltool-qt5">
857 <term><command>pixeltool</command></term>
858 <listitem>
859 <para>
860 is a desktop magnifier and as you move your mouse around
861 the screen it will show the magnified contents in its window
862 </para>
863 <indexterm zone="qt5 pixeltool-qt5">
864 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
865 </indexterm>
866 </listitem>
867 </varlistentry>
868
869 <varlistentry id="qcollectiongenerator-qt5">
870 <term><command>qcollectiongenerator</command></term>
871 <listitem>
872 <para>
873 processes and converts Qt help files
874 </para>
875 <indexterm zone="qt5 qcollectiongenerator-qt5">
876 <primary sortas="b-qcollectiongenerator-qt5">qcollectiongenerator-qt5</primary>
877 </indexterm>
878 </listitem>
879 </varlistentry>
880
881 <varlistentry id="qdbuscpp2xml-qt5">
882 <term><command>qdbuscpp2xml</command></term>
883 <listitem>
884 <para>
885 takes a C++ source file and generates a D-Bus XML definition
886 of the interface
887 </para>
888 <indexterm zone="qt5 qdbuscpp2xml-qt5">
889 <primary sortas="b-qdbuscpp2xml-qt5">qdbuscpp2xml</primary>
890 </indexterm>
891 </listitem>
892 </varlistentry>
893
894 <varlistentry id="qdbus-qt5">
895 <term><command>qdbus</command></term>
896 <listitem>
897 <para>
898 lists available services, object paths, methods, signals, and
899 properties of objects on a bus
900 </para>
901 <indexterm zone="qt5 qdbus-qt5">
902 <primary sortas="b-qdbus-qt5">qdbus</primary>
903 </indexterm>
904 </listitem>
905 </varlistentry>
906
907 <varlistentry id="qdbusviewer-qt5">
908 <term><command>qdbusviewer</command></term>
909 <listitem>
910 <para>
911 is a graphical D-Bus browser
912 </para>
913 <indexterm zone="qt5 qdbusviewer-qt5">
914 <primary sortas="b-qdbusviewer-qt5">qdbusviewer</primary>
915 </indexterm>
916 </listitem>
917 </varlistentry>
918
919 <varlistentry id="qdbusxml2cpp-qt5">
920 <term><command>qdbusxml2cpp</command></term>
921 <listitem>
922 <para>
923 is a tool that can be used to parse interface descriptions
924 and produce static code representing those interfaces,
925 </para>
926 <indexterm zone="qt5 qdbusxml2cpp-qt5">
927 <primary sortas="b-qdbusxml2cpp-qt5">qdbusxml2cpp</primary>
928 </indexterm>
929 </listitem>
930 </varlistentry>
931
932 <varlistentry id="qdistancefieldgenerator-qt5">
933 <term><command>qdistancefieldgenerator</command></term>
934 <listitem>
935 <para>
936 allows a font cache to be pregenerated for Text.QtRendering to speed
937 up an application's startup if the user interface has a lot of text,
938 or multiple fonts, or a large amount of distinct characters, e.g. in
939 CJK writing systems
940 </para>
941 <indexterm zone="qt5 qdistancefieldgenerator-qt5">
942 <primary sortas="b-qdistancefieldgenerator-qt5">qdistancefieldgenerator</primary>
943 </indexterm>
944 </listitem>
945 </varlistentry>
946
947 <varlistentry id="qdoc-qt5">
948 <term><command>qdoc</command></term>
949 <listitem>
950 <para>
951 is a tool used by <application>Qt</application> Developers to
952 generate documentation for software projects
953 </para>
954 <indexterm zone="qt5 qdoc-qt5">
955 <primary sortas="b-qdoc-qt5">qdoc</primary>
956 </indexterm>
957 </listitem>
958 </varlistentry>
959
960 <varlistentry id="qgltf">
961 <term><command>qgltf</command></term>
962 <listitem>
963 <para>
964 imports a variety of 3D model formats and exports into fast-to-load,
965 optimized glTF assets embedded into Qt resource files
966 </para>
967 <indexterm zone="qt5 qgltf">
968 <primary sortas="b-qgltf">qgltf</primary>
969 </indexterm>
970 </listitem>
971 </varlistentry>
972
973 <varlistentry id="qhelpgenerator-qt5">
974 <term><command>qhelpgenerator</command></term>
975 <listitem>
976 <para>
977 is a tool used to generate a <application>Qt</application>
978 compressed help file
979 </para>
980 <indexterm zone="qt5 qhelpgenerator-qt5">
981 <primary sortas="b-qhelpgenerator-qt5">qhelpgenerator</primary>
982 </indexterm>
983 </listitem>
984 </varlistentry>
985
986 <varlistentry id="qlalr-qt5">
987 <term><command>qlalr</command></term>
988 <listitem>
989 <para>
990 is a tool used to generate code from grammar specifications
991 </para>
992 <indexterm zone="qt5 qlalr-qt5">
993 <primary sortas="b-qlalr-qt5">qlalr</primary>
994 </indexterm>
995 </listitem>
996 </varlistentry>
997
998 <varlistentry id="qmake-qt5">
999 <term><command>qmake</command></term>
1000 <listitem>
1001 <para>
1002 uses information stored in project files to
1003 determine what should go in the makefiles it
1004 generates
1005 </para>
1006 <indexterm zone="qt5 qmake-qt5">
1007 <primary sortas="b-qmake-qt5">qmake</primary>
1008 </indexterm>
1009 </listitem>
1010 </varlistentry>
1011
1012 <varlistentry id="qml">
1013 <term><command>qml</command></term>
1014 <listitem>
1015 <para>
1016 executes a QML file
1017 </para>
1018 <indexterm zone="qt5 qml">
1019 <primary sortas="b-qml">qml</primary>
1020 </indexterm>
1021 </listitem>
1022 </varlistentry>
1023
1024 <varlistentry id="qmlcachegen">
1025 <term><command>qmlcachegen</command></term>
1026 <listitem>
1027 <para>
1028 supports the creation of cache files at build time
1029 </para>
1030 <indexterm zone="qt5 qmlcachegen">
1031 <primary sortas="b-qmlcachegen">qmlcachegen</primary>
1032 </indexterm>
1033 </listitem>
1034 </varlistentry>
1035
1036 <varlistentry id="qmleasing-qt5">
1037 <term><command>qmleasing</command></term>
1038 <listitem>
1039 <para>
1040 is a tool used to define the easing curves using an
1041 interactive curve editor
1042 </para>
1043 <indexterm zone="qt5 qmleasing-qt5">
1044 <primary sortas="b-qmleasing-qt5">qmleasing</primary>
1045 </indexterm>
1046 </listitem>
1047 </varlistentry>
1048
1049 <varlistentry id="qmlformat-qt5">
1050 <term><command>qmlformat</command></term>
1051 <listitem>
1052 <para>
1053 formats QML files according to the QML coding conventions
1054 </para>
1055 <indexterm zone="qt5 qmlformat-qt5">
1056 <primary sortas="b-qmlformat-qt5">qmlformat</primary>
1057 </indexterm>
1058 </listitem>
1059 </varlistentry>
1060
1061 <varlistentry id="qmlimportscanner-qt5">
1062 <term><command>qmlimportscanner</command></term>
1063 <listitem>
1064 <para>
1065 is a tool used to import QML files from a directory
1066 </para>
1067 <indexterm zone="qt5 qmlimportscanner-qt5">
1068 <primary sortas="b-qmlimportscanner-qt5">qmlimportscanner</primary>
1069 </indexterm>
1070 </listitem>
1071 </varlistentry>
1072
1073 <varlistentry id="qmllint-qt5">
1074 <term><command>qmllint</command></term>
1075 <listitem>
1076 <para>
1077 is a syntax checker for QML files
1078 </para>
1079 <indexterm zone="qt5 qmllint-qt5">
1080 <primary sortas="b-qmllint-qt5">qmllint</primary>
1081 </indexterm>
1082 </listitem>
1083 </varlistentry>
1084
1085 <varlistentry id="qmlmin-qt5">
1086 <term><command>qmlmin</command></term>
1087 <listitem>
1088 <para>
1089 removes comments and layout characters from a QML file
1090 </para>
1091 <indexterm zone="qt5 qmlmin-qt5">
1092 <primary sortas="b-qmlmin-qt5">qmlmin</primary>
1093 </indexterm>
1094 </listitem>
1095 </varlistentry>
1096
1097 <varlistentry id="qmlplugindump-qt5">
1098 <term><command>qmlplugindump</command></term>
1099 <listitem>
1100 <para>
1101 is a tool to create a qmltypes file
1102 </para>
1103 <indexterm zone="qt5 qmlplugindump-qt5">
1104 <primary sortas="b-qmlplugindump-qt5">qmlplugindump</primary>
1105 </indexterm>
1106 </listitem>
1107 </varlistentry>
1108
1109 <varlistentry id="qmlpreview-qt5">
1110 <term><command>qmlpreview</command></term>
1111 <listitem>
1112 <para>
1113 is a tool used to analyze QML applications
1114 </para>
1115 <indexterm zone="qt5 qmlpreview-qt5">
1116 <primary sortas="b-qmlpreviewr-qt5">qmlpreview</primary>
1117 </indexterm>
1118 </listitem>
1119 </varlistentry>
1120
1121 <varlistentry id="qmlprofiler-qt5">
1122 <term><command>qmlprofiler</command></term>
1123 <listitem>
1124 <para>
1125 is a tool which watches QML and JavaScript files on disk and
1126 updates the application live with any changes
1127 </para>
1128 <indexterm zone="qt5 qmlprofiler-qt5">
1129 <primary sortas="b-qmlprofiler-qt5">qmlprofiler</primary>
1130 </indexterm>
1131 </listitem>
1132 </varlistentry>
1133
1134 <varlistentry id="qmlscene-qt5">
1135 <term><command>qmlscene</command></term>
1136 <listitem>
1137 <para>
1138 is a utility that loads and displays QML documents even before
1139 the application is complete
1140 </para>
1141 <indexterm zone="qt5 qmlscene-qt5">
1142 <primary sortas="b-qmlscene-qt5">qmlscene</primary>
1143 </indexterm>
1144 </listitem>
1145 </varlistentry>
1146
1147 <varlistentry id="qmltestrunner-qt5">
1148 <term><command>qmltestrunner</command></term>
1149 <listitem>
1150 <para>
1151 is a tool used to make tests
1152 </para>
1153 <indexterm zone="qt5 qmltestrunner-qt5">
1154 <primary sortas="b-qmltestrunner-qt5">qmltestrunner</primary>
1155 </indexterm>
1156 </listitem>
1157 </varlistentry>
1158
1159 <varlistentry id="qscxmlc-qt5">
1160 <term><command>qscxml</command></term>
1161 <listitem>
1162 <para>
1163 converts an input.scxml file to a header and cpp file
1164 </para>
1165 <indexterm zone="qt5 qscxmlc-qt5">
1166 <primary sortas="b-qscxmlc-qt5">qscxmlc</primary>
1167 </indexterm>
1168 </listitem>
1169 </varlistentry>
1170
1171 <varlistentry id="qtattributionsscanner-qt5">
1172 <term><command>qtattributionsscanner</command></term>
1173 <listitem>
1174 <para>
1175 processes qt_attribution.json files in Qt sources
1176 </para>
1177 <indexterm zone="qt5 qtattributionsscanner-qt5">
1178 <primary sortas="b-qtattributionsscanner-qt5">qtattributionsscanner</primary>
1179 </indexterm>
1180 </listitem>
1181 </varlistentry>
1182
1183 <varlistentry id="qtdiag-qt5">
1184 <term><command>qtdiag</command></term>
1185 <listitem>
1186 <para>
1187 is a tool for reporting diagnostic information about Qt and its
1188 environment
1189 </para>
1190 <indexterm zone="qt5 qtdiag-qt5">
1191 <primary sortas="b-qtdiag-qt5">qtdiag</primary>
1192 </indexterm>
1193 </listitem>
1194 </varlistentry>
1195
1196 <varlistentry id="qtpaths-qt5">
1197 <term><command>qtpaths</command></term>
1198 <listitem>
1199 <para>
1200 is a tool to query Qt path information
1201 </para>
1202 <indexterm zone="qt5 qtpaths-qt5">
1203 <primary sortas="b-qtpaths-qt5">qtpaths</primary>
1204 </indexterm>
1205 </listitem>
1206 </varlistentry>
1207
1208 <varlistentry id="qtplugininfo">
1209 <term><command>qtplugininfo</command></term>
1210 <listitem>
1211 <para>
1212 dumps meta-data about Qt plugins in JSON format
1213 </para>
1214 <indexterm zone="qt5 qtplugininfo">
1215 <primary sortas="b-qtplugininfo">qtplugininfo</primary>
1216 </indexterm>
1217 </listitem>
1218 </varlistentry>
1219
1220 <varlistentry id="qtwaylandscanner">
1221 <term><command>qtwaylandscanner</command></term>
1222 <listitem>
1223 <para>
1224 converts Wayland specfiles to C++ headers and code needed for
1225 QtWayland
1226 </para>
1227 <indexterm zone="qt5 qtwaylandscanner">
1228 <primary sortas="b-qtwaylandscanner">qtwaylandscanner</primary>
1229 </indexterm>
1230 </listitem>
1231 </varlistentry>
1232
1233 <varlistentry id="qvkgen">
1234 <term><command>qvkgen</command></term>
1235 <listitem>
1236 <para>
1237 converts Vulkan specfiles to C++ headers and code
1238 </para>
1239 <indexterm zone="qt5 qvkgen">
1240 <primary sortas="b-qvkgen">qvkgen</primary>
1241 </indexterm>
1242 </listitem>
1243 </varlistentry>
1244
1245 <varlistentry id="rcc-qt5">
1246 <term><command>rcc</command></term>
1247 <listitem>
1248 <para>
1249 is a resource compiler used in conjunction with designer
1250 </para>
1251 <indexterm zone="qt5 rcc-qt5">
1252 <primary sortas="b-rcc-qt5">rcc</primary>
1253 </indexterm>
1254 </listitem>
1255 </varlistentry>
1256
1257 <varlistentry id="repc">
1258 <term><command>repc</command></term>
1259 <listitem>
1260 <para>
1261 is the Replica Compiler, which generates QObject header files based
1262 on an API definition file
1263 </para>
1264 <indexterm zone="qt5 repc">
1265 <primary sortas="b-repc">repc</primary>
1266 </indexterm>
1267 </listitem>
1268 </varlistentry>
1269
1270 <varlistentry id="sdpscanner-qt5">
1271 <term><command>sdpscanner</command></term>
1272 <listitem>
1273 <para>
1274 performs a Session Description Protocol scan on a remote device,
1275 using the SDP server represented by the local Bluetooth device
1276 </para>
1277 <indexterm zone="qt5 sdpscanner-qt5">
1278 <primary sortas="b-sdpscanner-qt5">sdpscanner</primary>
1279 </indexterm>
1280 </listitem>
1281 </varlistentry>
1282
1283 <varlistentry id="syncqt.pl-qt5">
1284 <term><command>syncqt.pl</command></term>
1285 <listitem>
1286 <para>
1287 is a script to create the forwarding headers in the include
1288 directories. It is an internal development tool
1289 </para>
1290 <indexterm zone="qt5 syncqt.pl-qt5">
1291 <primary sortas="b-syncqt.pl-qt5">syncqt.pl</primary>
1292 </indexterm>
1293 </listitem>
1294 </varlistentry>
1295
1296 <varlistentry id="tracegen">
1297 <term><command>tracegen</command></term>
1298 <listitem>
1299 <para>
1300 is a trace generator for LTTng or ETW
1301 </para>
1302 <indexterm zone="qt5 tracegen">
1303 <primary sortas="b-tracegen">tracegen</primary>
1304 </indexterm>
1305 </listitem>
1306 </varlistentry>
1307
1308 <varlistentry id="uic-qt5">
1309 <term><command>uic</command></term>
1310 <listitem>
1311 <para>
1312 is a Qt user interface compiler
1313 </para>
1314 <indexterm zone="qt5 uic-qt5">
1315 <primary sortas="b-uic-qt5">uic</primary>
1316 </indexterm>
1317 </listitem>
1318 </varlistentry>
1319
1320 <varlistentry id="xmlpatterns-qt5">
1321 <term><command>xmlpatterns</command></term>
1322 <listitem>
1323 <para>
1324 provides support for XPath, XQuery, XSLT, and XML Schema
1325 validation
1326 </para>
1327 <indexterm zone="qt5 xmlpatterns-qt5">
1328 <primary sortas="b-xmlpatterns-qt5">xmlpatterns</primary>
1329 </indexterm>
1330 </listitem>
1331 </varlistentry>
1332
1333 <varlistentry id="xmlpatternsvalidator-qt5">
1334 <term><command>xmlpatternsvalidator</command></term>
1335 <listitem>
1336 <para>
1337 is a tool used to validate XML documents
1338 </para>
1339 <indexterm zone="qt5 xmlpatternsvalidator-qt5">
1340 <primary sortas="b-xmlpatternsvalidator-qt5">xmlpatternsvalidator</primary>
1341 </indexterm>
1342 </listitem>
1343 </varlistentry>
1344
1345 </variablelist>
1346
1347 </sect2>
1348
1349</sect1>
Note: See TracBrowser for help on using the repository browser.