source: x/lib/qt5.xml@ b003631b

12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since b003631b was 157f1352, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Update to libdrm-2.4.117.

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