source: x/lib/qt5.xml@ baac59c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since baac59c was baac59c, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format x/lib xchpater

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22866 af4574ff-66df-0310-9fd7-8a98e5e911e0

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