source: x/lib/qt5.xml@ cbb2f68

12.1 gimp3 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18 xry111/spidermonkey128
Last change on this file since cbb2f68 was 875b3b57, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Fix various option vs parameter problems

Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives

  • Property mode set to 100644
File size: 46.7 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"/>,
[23c4cec1]153 <xref linkend="vulkan-loader"/>,
[21552cf]154 <ulink url="https://www.assimp.org/">assimp</ulink>,
[75b1a338]155 <ulink url="https://github.com/festvox/flite">Flite</ulink>,
[87fc185]156 <ulink url="https://www.firebirdsql.org/">Firebird</ulink>,
157 <ulink url="https://www.freetds.org/">FreeTDS</ulink>,
[21552cf]158 <ulink url="https://libproxy.github.io/libproxy/">libproxy</ulink>,
159 <ulink url="https://openal.org/">OpenAL</ulink>,
[23c4cec1]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>-->
[0173357f]163 </para>
164
[21552cf]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 -->
[baac59c]168 <para condition="html" role="usernotes">
[42ddc30]169 Editor Notes: <ulink url="&blfs-wiki;/qt5"/>
[104b5bf]170 </para>
171 </sect2>
172
[0dd2bc6]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>
[1b0d0188]179 The BLFS editors recommend installing <application>Qt5</application> in a
180 directory other than <filename class="directory">/usr</filename>, ie
[f3429309]181 <filename class="directory">/opt/qt5</filename>. To do this, set the
[1b0d0188]182 following environment variable:
[0dd2bc6]183 </para>
184
185<screen><userinput>export QT5PREFIX=/opt/qt5</userinput></screen>
186
187 <tip>
188 <para>
[41640d4]189 Sometimes the installation paths are hardcoded into installed files.
[0dd2bc6]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
[41640d4]193 versioned <application>Qt5</application> directory,
194 you may create a versioned directory and a symlink:
[0dd2bc6]195 </para>
196
[142646b]197<screen role="root"><userinput>mkdir -pv /opt/qt-&qt5-version;
[0dd2bc6]198ln -sfnv qt-&qt5-version; /opt/qt5</userinput></screen>
199
200 <para>
201 Later on, you may want to install other versions of
[41640d4]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
[0dd2bc6]207 use depends only on where the symlink points.
208 </para>
209 </tip>
210
[baac59c]211 <note>
212 <para>
[8558044]213 If <xref linkend="qca"/> has been installed and you are
214 reinstalling or updating this package, then
[baac59c]215 <application>qca</application> will need to be reinstalled.
216 </para>
217 </note>
[691fc571]218
[0dd2bc6]219 </sect2>
220
[104b5bf]221 <sect2 role="installation">
[0173357f]222 <title>Installation of Qt5</title>
[104b5bf]223
[fb28b3b]224 <warning>
225 <para>
[cb48da2]226 If <application>Qt5</application> is being reinstalled into the
[775fbafd]227 same directory as an existing instance, run the commands done by
228 <systemitem class="username">root</systemitem>, such as
[cb48da2]229 <command>make install</command>, from a console or non-Qt5 based
230 window manager. It overwrites <application>Qt5</application>
[775fbafd]231 libraries that should not be in use during the install process.
[fb28b3b]232 </para>
[104b5bf]233 </warning>
[adf64fa0]234
[1b0d0188]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>
[6c21b63d]242
[1b0d0188]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
[bc1fb5d]259 the following to the configure arguments below:
260 </para>
[1b0d0188]261
[a4f37269]262<screen role="nodump"><userinput> -archdatadir /usr/lib/qt5 \
[1509ba46]263 -bindir /usr/bin \
[a4f37269]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>
[1b0d0188]271 </note>
[fb79d0a]272
[31f29e59]273 <para>
[157f1352]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
[d10b870]282 modules which are required by packages mentioned in this book:
[31f29e59]283 </para>
284
[195cc2f]285<screen><userinput remap="pre">patch -Np1 -i ../qt-everywhere-opensource-src-&qt5-version;-kf5-1.patch</userinput></screen>
[4584c7b]286
[535d7e1]287 <para>
[5e112b70]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
[d0c60491]291 <filename class="directory">.git</filename> directory in the
[49b913d2]292 <filename class="directory">qmake</filename> directory where the
[d0c60491]293 <command>configure</command> script is run:
[535d7e1]294 </para>
295
[d0c60491]296 <screen><userinput remap="pre">mkdir -pv qtbase/.git</userinput></screen>
[535d7e1]297
[da60874c]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
[104b5bf]307 <para>
[1b0d0188]308 Install <application>Qt5</application> by running the following commands:
[104b5bf]309 </para>
[604d16a]310
[5fe61b6f]311<screen revision="sysv"><userinput>./configure -prefix $QT5PREFIX \
[0fccf51d]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 \
[5fe61b6f]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 \
[0fccf51d]336 -skip qtwebengine &amp;&amp;
[104b5bf]337make</userinput></screen>
338
[ec7940be]339 <para>
340 This package does not come with a test suite.
341 </para>
342
[104b5bf]343 <para>
[1b0d0188]344 Now, as the <systemitem class="username">root</systemitem> user:
[104b5bf]345 </para>
346
[1b0d0188]347<screen role="root"><userinput>make install</userinput></screen>
[0c9592da]348
[e847737]349 <!-- EDITORS NOTE: This package uses INSTALL_ROOT= instead of DESTDIR= for
350 installing in a temporary directory. -->
351
[104b5bf]352 <para>
[21c0f032]353 Remove references to the build directory from installed library
[640f4c21]354 dependency (prl) <!--and profile include (pri)--> files by running the following
355 command as the <systemitem class="username">root</systemitem> user:
[104b5bf]356 </para>
357
[640f4c21]358<screen role="root"><userinput>find $QT5PREFIX/ -name \*.prl \
[21c0f032]359 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
[104b5bf]360
[ec7940be]361 <para>
[1b0d0188]362 Install images and create the menu entries for installed applications.
[e9cdbc56]363 The <envar>QT5BINDIR</envar> variable is used here to point to the
[1b0d0188]364 directory for the executable programs. If you have changed the bindir
[e9cdbc56]365 above, <envar>QT5BINDIR</envar> will need to be adjusted below. Be sure
[1b0d0188]366 that the <envar>QT5BINDIR</envar> variable is defined in root's
367 environment and as the <systemitem class="username">root</systemitem>
368 user:
[ec7940be]369 </para>
370
[1b0d0188]371<screen role="root"><userinput>QT5BINDIR=$QT5PREFIX/bin
372
373install -v -dm755 /usr/share/pixmaps/ &amp;&amp;
[ec7940be]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]
[f3429309]391Name=Qt5 Assistant
[ec7940be]392Comment=Shows Qt5 documentation and examples
[1b0d0188]393Exec=$QT5BINDIR/assistant
[ec7940be]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
[1b0d0188]406Exec=$QT5BINDIR/designer
[ec7940be]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
[e9cdbc56]419Exec=$QT5BINDIR/linguist
[ec7940be]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]
[f3429309]430Name=Qt5 QDbusViewer
[ec7940be]431GenericName=D-Bus Debugger
432Comment=Debug D-Bus applications
[1b0d0188]433Exec=$QT5BINDIR/qdbusviewer
[ec7940be]434Icon=qdbusviewer-qt5.png
435Terminal=false
436Encoding=UTF-8
437Type=Application
438Categories=Qt;Development;Debugger;</literal>
439EOF</userinput></screen>
[74d76938]440
[05060e13]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>
[1b0d0188]447
448<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
[775d5f4]449 ln -sfvn $QT5BINDIR/$file /usr/bin/$file-qt5
[1b0d0188]450done</userinput></screen>
451
[74d76938]452 </sect2>
453
[104b5bf]454 <sect2 role="commands">
455 <title>Command Explanations</title>
[775d5f4]456 <!--
[0fccf51d]457 <para>
[604d16a]458 <command>sed ...</command>: Allows using
[0fccf51d]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>
[775d5f4]464 -->
[104b5bf]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>
[c32e0380]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.
[104b5bf]480 </para>
481
482 <para>
483 <parameter>-system-sqlite</parameter>: This switch enables use
[f3a6abc9]484 of the system version of <application>SQLite</application>.
[104b5bf]485 </para>
486
487 <para>
[875b3b57]488 <parameter>-dbus-linked</parameter>
489 <parameter>-openssl-linked</parameter>: These
[104b5bf]490 switches enable explicit linking of the
491 <application>D-Bus</application> and
492 <application>OpenSSL</application> libraries into
[0173357f]493 <application>Qt5</application> libraries instead of
[104b5bf]494 <command>dlopen()</command>-ing them.
495 </para>
496
[5fe61b6f]497 <para revision="sysv">
498 <parameter>-syslog</parameter>: This switch allows to send Qt messages
499 to the <command>syslog</command> logging system.
500 </para>
501
502 <para revision="systemd">
503 <parameter>-journald</parameter>: This switch allows to send Qt messages
504 to the <command>journald</command> logging system.
505 </para>
506
[47e6b60]507 <para>
[725bec7f]508 <parameter>-skip qtwebengine</parameter>: This switch disables building
[ceb3dc7]509 the QtWebEngine. The BLFS editors have chosen to build <xref
510 linkend="qtwebengine"/> separately.
[47e6b60]511 </para>
512
[17bbaea]513 <para>
[7830c481]514 <parameter>-system-harfbuzz</parameter>: This switch enables use
[55a55f1]515 of the system version of <application>Harfbuzz</application>.
[17bbaea]516 </para>
517
[104b5bf]518 </sect2>
519
520 <sect2 role="configuration">
[0173357f]521 <title>Configuring Qt5</title>
[104b5bf]522
523 <sect3 id="qt5-config">
[395cf7d]524 <title>Configuration Information</title>
[0318335]525
[395cf7d]526 <para>
527 If <xref linkend="sudo"/> is installed, QT5DIR should be available to
528 the super user as well. Execute the following commands as the
529 <systemitem class="username">root</systemitem> user:
530 </para>
531
532<screen role="root"><userinput>cat &gt; /etc/sudoers.d/qt &lt;&lt; "EOF"
533<literal>Defaults env_keep += QT5DIR</literal>
534EOF</userinput></screen>
535
536 <bridgehead renderas="sect4">If you installed Qt5 in /usr</bridgehead>
[104b5bf]537
[0173357f]538 <para>
539 If you installed <application>Qt5</application> in
540 <filename class="directory">/usr</filename>, create an
541 environment variable needed by certain packages.
542 As the <systemitem class="username">root</systemitem> user:
543 </para>
544
[32a63e3]545<screen role="nodump"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
[0173357f]546<literal># Begin /etc/profile.d/qt5.sh
547
[49d3336]548QT5DIR=/usr
[0173357f]549export QT5DIR
550
551# End /etc/profile.d/qt5.sh</literal>
[77b64bd]552EOF</userinput></screen>
553
[395cf7d]554 <bridgehead renderas="sect4">If you did not install Qt5 in /usr</bridgehead>
[0173357f]555
556 <para>
557 If you installed <application>Qt5</application> in a location other
558 than <filename class="directory">/usr</filename>, you need to update the
559 following configuration files so that <application>Qt5</application> is
560 correctly found by other packages and system processes.
561 </para>
562
563 <para>
564 As the <systemitem class="username">root</systemitem> user, update
565 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
566 run-time cache file:
567 </para>
568
569<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
570<literal># Begin Qt addition
571
572/opt/qt5/lib
573
574# End Qt addition</literal>
575EOF
576
577ldconfig</userinput></screen>
578
579 <indexterm zone="qt5 qt5-config">
580 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
581 </indexterm>
582
583 <para>
584 As the <systemitem class="username">root</systemitem> user, create
585 the <filename>/etc/profile.d/qt5.sh</filename> file:
586 </para>
587
[57a6033]588<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
[0173357f]589<literal># Begin /etc/profile.d/qt5.sh
590
591QT5DIR=/opt/qt5
592
[1b0d0188]593pathappend $QT5DIR/bin PATH
594pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH
[0173357f]595
596export QT5DIR
597
598# End /etc/profile.d/qt5.sh</literal>
599EOF</userinput></screen>
600
[104b5bf]601 </sect3>
[c1b95d9]602
[104b5bf]603 </sect2>
604
605 <sect2 role="content">
606 <title>Contents</title>
607
608 <segmentedlist>
609 <segtitle>Installed Programs</segtitle>
610 <segtitle>Installed Libraries</segtitle>
611 <segtitle>Installed Directories</segtitle>
612
613 <seglistitem>
614 <seg>
[e10e1a8e]615 assistant, balsam, canbusutil, designer, fixqt4headers.pl, lconvert,
616 linguist, lprodump, lrelease, lrelease-pro, lupdate, lupdate-pro,
617 meshdebug, moc, pixeltool, qcollectiongenerator, qdbus, qdbuscpp2xml,
618 qdbusviewer, qdbusxml2cpp, qdistancefieldgenerator, qdoc, qgltf,
[535d7e1]619 qhelpgenerator, qlalr, qmake, qml, qmlcachegen, qmleasing,
620 qmlformat, qmlimportscanner, qmllint, qmlmin, qmlplugindump,
[195cc2f]621 qmlpreview, qmlprofiler, qmlscene, qmltestrunner, qmltime,
622 qmltyperegistrar, qscxmlc,
[e10e1a8e]623 qtattributionscanner, qtdiag, qtpaths, qtplugininfo,
624 qtwaylandscanner, qvkgen, rcc, repc, sdpscanner, syncqt.pl, tracegen,
625 uic, xmlpatterns, and xmlpatternsvalidator
[104b5bf]626 </seg>
627 <seg>
[e10e1a8e]628 libQt53DAnimation.so, libQt53DCore.so,
[d1c65513]629 libQt53DExtras.so, libQt53DInput.so, libQt53DLogic.so,
630 libQt53DQuick.so, libQt53DQuickAnimation.so, libQt53DQuickExtras.so,
631 libQt53DQuickInput.so, libQt53DQuickRender.so,
[e10e1a8e]632 libQt53DQuickScene2D.so, libQt53DRender.so,
633 libQt5AccessibilitySupport.a, libQt5Bluetooth.so, libQt5Bodymovin.so,
634 libQt5Bootstrap.a, libQt5Charts.so, libQt5Concurrent.so,
[d1c65513]635 libQt5Core.so, libQt5DataVisualization.so, libQt5DBus.so,
[e847737]636 libQt5DesignerComponents.so, libQt5Designer.so,
[d1c65513]637 libQt5DeviceDiscoverySupport.a, libQt5EdidSupport.a,
638 libQt5EglFSDeviceIntegration.so, libQt5EglFsKmsSupport.so,
[e10e1a8e]639 libQt5EglSupport.a, libQt5EventDispatcherSupport.a, libQt5FbSupport.a,
640 libQt5FontDatabaseSupport.a, libQt5Gamepad.so, libQt5GlxSupport.a,
[e847737]641 libQt5Gui.so,libQt5Help.so, libQt5InputSupport.a, libQt5KmsSupport.a,
[d1c65513]642 libQt5LinuxAccessibilitySupport.a, libQt5Location.so,
[e10e1a8e]643 libQt5Multimedia.so, libQt5MultimediaGstTools.so,
644 libQt5MultimediaQuick.so, libQt5MultimediaWidgets.so,
[d1c65513]645 libQt5Network.so, libQt5NetworkAuth.so, libQt5Nfc.so,
646 libQt5OpenGLExtensions.a, libQt5OpenGL.so, libQt5PacketProtocol.a,
[e10e1a8e]647 libQt5PlatformCompositorSupport.a, libQt5Positioning.so,
[e847737]648 libQt5PositioningQuick.so, libQt5PrintSupport.so,
[e10e1a8e]649 libQt5Purchasing.so, libQt5Qml.so, libQt5QmlDebug.a,
650 libQt5QmlDevTools.a, libQt5QmlModels.so, libQt5QmlWorkerScript.so,
651 libQt5Quick.so, libQt5Quick3D.so, libQt5Quick3DAssetImport.so,
652 libQt5Quick3DRender.so, libQt5Quick3DRuntimeRender.so,
653 libQt5Quick3DUtils.so, libQt5QuickControls2.so,
654 libQt5QuickParticles.so, libQt5QuickShapes.so,
655 libQt5QuickTemplates2.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
656 libQt5RemoteObjects.so, libQt5Script.so, libQt5ScriptTools.so,
657 libQt5Scxml.so, libQt5Sensors.so, libQt5SerialBus.so,
658 libQt5SerialPort.so, libQt5ServiceSupport.a, libQt5Sql.so,
[d1c65513]659 libQt5Svg.so, libQt5Test.so, libQt5TextToSpeech.so,
[55a55f1]660 libQt5ThemeSupport.a, libQt5UiTools.a, libQt5VirtualKeyboard.so,
[23c4cec1]661 libQt5VulkanSupport.a, libQt5WaylandClient.so,
662 libQt5WaylandCompositor.so, libQt5WebChannel.so, libQt5WebSockets.so,
663 libQt5WebView.so, libQt5Widgets.so, libQt5X11Extras.so,
664 libQt5XcbQpa.so, libQt5XkbCommonSupport.a, libQt5Xml.so,
665 libQt5XmlPatterns.so,
[e10e1a8e]666 and several plugins under /opt/qt5/{plugins,qml}
[104b5bf]667 </seg>
668 <seg>
669 /usr/include/qt5,
670 /usr/lib/qt5,
[fb28b3b]671 /usr/share/doc/qt5, and
[104b5bf]672 /usr/share/qt5
[ec7940be]673 OR
[43bb741]674 /opt/qt5 and
[ec7940be]675 /opt/qt-&qt5-version;
[104b5bf]676 </seg>
677 </seglistitem>
678 </segmentedlist>
679
[cff158f]680 <variablelist id='qt5-descriptions' xreflabel="Qt5 Short Descriptions">
[104b5bf]681 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
682 <?dbfo list-presentation="list"?>
683 <?dbhtml list-presentation="table"?>
684
685 <varlistentry id="assistant-qt5">
[ec7940be]686 <term><command>assistant</command></term>
[104b5bf]687 <listitem>
688 <para>
[4c24eb0a]689 is a tool for presenting on-line documentation
[104b5bf]690 </para>
691 <indexterm zone="qt5 assistant-qt5">
[ec7940be]692 <primary sortas="b-assistant-qt5">assistant</primary>
[104b5bf]693 </indexterm>
694 </listitem>
695 </varlistentry>
696
[e10e1a8e]697 <varlistentry id="balsam">
698 <term><command>balsam</command></term>
699 <listitem>
700 <para>
701 is a tool to convert 3D scenes from various creation tools
702 to QML format, for use by the new QtQuick 3D library
703 </para>
704 <indexterm zone="qt5 balsam">
705 <primary sortas="b-balsam">balsam</primary>
706 </indexterm>
707 </listitem>
708 </varlistentry>
709
[eb055fdf]710 <varlistentry id="canbusutil">
711 <term><command>canbustil</command></term>
712 <listitem>
713 <para>
714 is a tool to deal with arbitrary CAN bus frames.
715 A Controller Area Network (CAN) is a vehicle bus standard designed
716 to allow microcontrollers and devices to communicate with each other
[4c24eb0a]717 in applications without a host computer
[eb055fdf]718 </para>
719 <indexterm zone="qt5 canbusutil">
720 <primary sortas="b-canbusutil">canbusutil</primary>
721 </indexterm>
722 </listitem>
723 </varlistentry>
724
[104b5bf]725 <varlistentry id="designer-qt5">
[ec7940be]726 <term><command>designer</command></term>
[104b5bf]727 <listitem>
728 <para>
729 is a full-fledged GUI builder. It includes
730 powerful features such as preview mode, automatic widget
731 layout, support for custom widgets, and an advanced
[4c24eb0a]732 property editor
[104b5bf]733 </para>
734 <indexterm zone="qt5 designer-qt5">
[ec7940be]735 <primary sortas="b-designer-qt5">designer</primary>
[104b5bf]736 </indexterm>
737 </listitem>
738 </varlistentry>
739
[eb055fdf]740 <varlistentry id="fixqt4headers.pl">
741 <term><command>fixqt4headers.pl</command></term>
742 <listitem>
743 <para>
[4c24eb0a]744 is a script to replace all Qt 4 style includes with Qt 5 includes
[eb055fdf]745 </para>
746 <indexterm zone="qt5 fixqt4headers.pl">
747 <primary sortas="b-fixqt4headers.pl">fixqt4headers.pl</primary>
748 </indexterm>
749 </listitem>
750 </varlistentry>
751
[3b17049]752 <varlistentry id="lconvert-qt5">
753 <term><command>lconvert</command></term>
754 <listitem>
755 <para>
756 is part of Qt5's Linguist tool chain. It can be used as a
[4c24eb0a]757 standalone tool to convert and filter translation data files
[3b17049]758 </para>
759 <indexterm zone="qt5 lconvert-qt5">
760 <primary sortas="b-lconvert-qt5">lconvert</primary>
761 </indexterm>
762 </listitem>
763 </varlistentry>
764
[104b5bf]765 <varlistentry id="linguist-qt5">
[ec7940be]766 <term><command>linguist</command></term>
[104b5bf]767 <listitem>
768 <para>
769 provides support for translating applications into
[4c24eb0a]770 local languages
[104b5bf]771 </para>
772 <indexterm zone="qt5 linguist-qt5">
[ec7940be]773 <primary sortas="b-linguist-qt5">linguist</primary>
[104b5bf]774 </indexterm>
775 </listitem>
776 </varlistentry>
777
778 <varlistentry id="lrelease-qt5">
[ec7940be]779 <term><command>lrelease</command></term>
[104b5bf]780 <listitem>
781 <para>
[e10e1a8e]782 is a simple command line tool. It reads XML-based translation
783 file in TS format and produces message files used by the
[4c24eb0a]784 application
[104b5bf]785 </para>
786 <indexterm zone="qt5 lrelease-qt5">
[ec7940be]787 <primary sortas="b-lrelease-qt5">lrelease</primary>
[104b5bf]788 </indexterm>
789 </listitem>
790 </varlistentry>
791
[e10e1a8e]792 <varlistentry id="lrelease-pro">
793 <term><command>lrelease-pro</command></term>
794 <listitem>
795 <para>
796 extracts project information from qmake projects and passes
[4c24eb0a]797 it to lrelease
[e10e1a8e]798 </para>
799 <indexterm zone="qt5 lrelease-pro">
800 <primary sortas="b-lrelease-pro">lrelease-pro</primary>
801 </indexterm>
802 </listitem>
803 </varlistentry>
804
[104b5bf]805 <varlistentry id="lupdate-qt5">
[ec7940be]806 <term><command>lupdate</command></term>
[104b5bf]807 <listitem>
808 <para>
[e10e1a8e]809 finds the translatable
[104b5bf]810 strings in the specified source, header and Qt Designer
[e10e1a8e]811 interface files, and stores the extracted messages in
[4c24eb0a]812 translation files to be processed by lrelease
[104b5bf]813 </para>
814 <indexterm zone="qt5 lupdate-qt5">
[ec7940be]815 <primary sortas="b-lupdate-qt5">lupdate</primary>
[104b5bf]816 </indexterm>
817 </listitem>
818 </varlistentry>
819
[e10e1a8e]820 <varlistentry id="lupdate-pro">
821 <term><command>lupdate-pro</command></term>
822 <listitem>
823 <para>
824 reads a Qt project file, an passes the collected information
[4c24eb0a]825 to lupdate
[e10e1a8e]826 </para>
827 <indexterm zone="qt5 lupdate-pro">
828 <primary sortas="b-lupdate-pro">lupdate-pro</primary>
829 </indexterm>
830 </listitem>
831 </varlistentry>
832
833 <varlistentry id="meshdebug">
834 <term><command>meshdebug</command></term>
835 <listitem>
836 <para>
[4c24eb0a]837 displays information about qtquick-3d mesh files
[e10e1a8e]838 </para>
839 <indexterm zone="qt5 meshdebug">
840 <primary sortas="b-meshdebug">meshdebug</primary>
841 </indexterm>
842 </listitem>
843 </varlistentry>
844
[104b5bf]845 <varlistentry id="moc-qt5">
[ec7940be]846 <term><command>moc</command></term>
[104b5bf]847 <listitem>
848 <para>
[4c24eb0a]849 generates Qt meta object support code
[104b5bf]850 </para>
851 <indexterm zone="qt5 moc-qt5">
[ec7940be]852 <primary sortas="b-moc-qt5">moc</primary>
[104b5bf]853 </indexterm>
854 </listitem>
855 </varlistentry>
856
857 <varlistentry id="pixeltool-qt5">
[ec7940be]858 <term><command>pixeltool</command></term>
[104b5bf]859 <listitem>
860 <para>
861 is a desktop magnifier and as you move your mouse around
[4c24eb0a]862 the screen it will show the magnified contents in its window
[104b5bf]863 </para>
864 <indexterm zone="qt5 pixeltool-qt5">
[ec7940be]865 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
[104b5bf]866 </indexterm>
867 </listitem>
868 </varlistentry>
869
[e847737]870 <varlistentry id="qcollectiongenerator-qt5">
871 <term><command>qcollectiongenerator</command></term>
872 <listitem>
873 <para>
[4c24eb0a]874 processes and converts Qt help files
[e847737]875 </para>
876 <indexterm zone="qt5 qcollectiongenerator-qt5">
877 <primary sortas="b-qcollectiongenerator-qt5">qcollectiongenerator-qt5</primary>
878 </indexterm>
879 </listitem>
880 </varlistentry>
881
882 <varlistentry id="qdbuscpp2xml-qt5">
[8b9ad6e]883 <term><command>qdbuscpp2xml</command></term>
884 <listitem>
885 <para>
886 takes a C++ source file and generates a D-Bus XML definition
[4c24eb0a]887 of the interface
[8b9ad6e]888 </para>
889 <indexterm zone="qt5 qdbuscpp2xml-qt5">
890 <primary sortas="b-qdbuscpp2xml-qt5">qdbuscpp2xml</primary>
891 </indexterm>
892 </listitem>
893 </varlistentry>
894
[3b17049]895 <varlistentry id="qdbus-qt5">
896 <term><command>qdbus</command></term>
897 <listitem>
898 <para>
899 lists available services, object paths, methods, signals, and
[4c24eb0a]900 properties of objects on a bus
[3b17049]901 </para>
902 <indexterm zone="qt5 qdbus-qt5">
903 <primary sortas="b-qdbus-qt5">qdbus</primary>
904 </indexterm>
905 </listitem>
906 </varlistentry>
907
[8b9ad6e]908 <varlistentry id="qdbusviewer-qt5">
909 <term><command>qdbusviewer</command></term>
910 <listitem>
911 <para>
[4c24eb0a]912 is a graphical D-Bus browser
[8b9ad6e]913 </para>
914 <indexterm zone="qt5 qdbusviewer-qt5">
915 <primary sortas="b-qdbusviewer-qt5">qdbusviewer</primary>
916 </indexterm>
917 </listitem>
918 </varlistentry>
919
920 <varlistentry id="qdbusxml2cpp-qt5">
921 <term><command>qdbusxml2cpp</command></term>
922 <listitem>
923 <para>
924 is a tool that can be used to parse interface descriptions
925 and produce static code representing those interfaces,
926 </para>
927 <indexterm zone="qt5 qdbusxml2cpp-qt5">
928 <primary sortas="b-qdbusxml2cpp-qt5">qdbusxml2cpp</primary>
929 </indexterm>
930 </listitem>
931 </varlistentry>
[f3429309]932
[55a55f1]933 <varlistentry id="qdistancefieldgenerator-qt5">
934 <term><command>qdistancefieldgenerator</command></term>
935 <listitem>
936 <para>
937 allows a font cache to be pregenerated for Text.QtRendering to speed
938 up an application's startup if the user interface has a lot of text,
939 or multiple fonts, or a large amount of distinct characters, e.g. in
[4c24eb0a]940 CJK writing systems
[55a55f1]941 </para>
942 <indexterm zone="qt5 qdistancefieldgenerator-qt5">
943 <primary sortas="b-qdistancefieldgenerator-qt5">qdistancefieldgenerator</primary>
944 </indexterm>
945 </listitem>
946 </varlistentry>
947
[e10e1a8e]948 <varlistentry id="qdoc-qt5">
949 <term><command>qdoc</command></term>
950 <listitem>
951 <para>
952 is a tool used by <application>Qt</application> Developers to
[4c24eb0a]953 generate documentation for software projects
[e10e1a8e]954 </para>
955 <indexterm zone="qt5 qdoc-qt5">
956 <primary sortas="b-qdoc-qt5">qdoc</primary>
957 </indexterm>
958 </listitem>
959 </varlistentry>
960
[eb055fdf]961 <varlistentry id="qgltf">
962 <term><command>qgltf</command></term>
963 <listitem>
964 <para>
[511e498]965 imports a variety of 3D model formats and exports into fast-to-load,
[4c24eb0a]966 optimized glTF assets embedded into Qt resource files
[eb055fdf]967 </para>
968 <indexterm zone="qt5 qgltf">
969 <primary sortas="b-qgltf">qgltf</primary>
970 </indexterm>
971 </listitem>
972 </varlistentry>
973
[8b9ad6e]974 <varlistentry id="qhelpgenerator-qt5">
975 <term><command>qhelpgenerator</command></term>
976 <listitem>
977 <para>
978 is a tool used to generate a <application>Qt</application>
[4c24eb0a]979 compressed help file
[8b9ad6e]980 </para>
981 <indexterm zone="qt5 qhelpgenerator-qt5">
982 <primary sortas="b-qhelpgenerator-qt5">qhelpgenerator</primary>
983 </indexterm>
984 </listitem>
985 </varlistentry>
986
987 <varlistentry id="qlalr-qt5">
988 <term><command>qlalr</command></term>
989 <listitem>
990 <para>
[4c24eb0a]991 is a tool used to generate code from grammar specifications
[8b9ad6e]992 </para>
993 <indexterm zone="qt5 qlalr-qt5">
994 <primary sortas="b-qlalr-qt5">qlalr</primary>
995 </indexterm>
996 </listitem>
997 </varlistentry>
998
[104b5bf]999 <varlistentry id="qmake-qt5">
[ec7940be]1000 <term><command>qmake</command></term>
[104b5bf]1001 <listitem>
1002 <para>
1003 uses information stored in project files to
1004 determine what should go in the makefiles it
[4c24eb0a]1005 generates
[104b5bf]1006 </para>
1007 <indexterm zone="qt5 qmake-qt5">
[ec7940be]1008 <primary sortas="b-qmake-qt5">qmake</primary>
[104b5bf]1009 </indexterm>
1010 </listitem>
1011 </varlistentry>
1012
[e10e1a8e]1013 <varlistentry id="qml">
1014 <term><command>qml</command></term>
1015 <listitem>
1016 <para>
[4c24eb0a]1017 executes a QML file
[e10e1a8e]1018 </para>
1019 <indexterm zone="qt5 qml">
1020 <primary sortas="b-qml">qml</primary>
1021 </indexterm>
1022 </listitem>
1023 </varlistentry>
1024
[eb055fdf]1025 <varlistentry id="qmlcachegen">
1026 <term><command>qmlcachegen</command></term>
1027 <listitem>
1028 <para>
[4c24eb0a]1029 supports the creation of cache files at build time
[eb055fdf]1030 </para>
1031 <indexterm zone="qt5 qmlcachegen">
1032 <primary sortas="b-qmlcachegen">qmlcachegen</primary>
1033 </indexterm>
1034 </listitem>
1035 </varlistentry>
1036
[8b9ad6e]1037 <varlistentry id="qmleasing-qt5">
1038 <term><command>qmleasing</command></term>
1039 <listitem>
1040 <para>
1041 is a tool used to define the easing curves using an
[4c24eb0a]1042 interactive curve editor
[8b9ad6e]1043 </para>
1044 <indexterm zone="qt5 qmleasing-qt5">
1045 <primary sortas="b-qmleasing-qt5">qmleasing</primary>
1046 </indexterm>
1047 </listitem>
1048 </varlistentry>
1049
[21552cf]1050 <varlistentry id="qmlformat-qt5">
1051 <term><command>qmlformat</command></term>
1052 <listitem>
1053 <para>
[4c24eb0a]1054 formats QML files according to the QML coding conventions
[21552cf]1055 </para>
1056 <indexterm zone="qt5 qmlformat-qt5">
1057 <primary sortas="b-qmlformat-qt5">qmlformat</primary>
1058 </indexterm>
1059 </listitem>
1060 </varlistentry>
1061
[8b9ad6e]1062 <varlistentry id="qmlimportscanner-qt5">
1063 <term><command>qmlimportscanner</command></term>
1064 <listitem>
1065 <para>
[4c24eb0a]1066 is a tool used to import QML files from a directory
[8b9ad6e]1067 </para>
1068 <indexterm zone="qt5 qmlimportscanner-qt5">
1069 <primary sortas="b-qmlimportscanner-qt5">qmlimportscanner</primary>
1070 </indexterm>
1071 </listitem>
1072 </varlistentry>
1073
1074 <varlistentry id="qmllint-qt5">
1075 <term><command>qmllint</command></term>
1076 <listitem>
1077 <para>
[4c24eb0a]1078 is a syntax checker for QML files
[8b9ad6e]1079 </para>
1080 <indexterm zone="qt5 qmllint-qt5">
1081 <primary sortas="b-qmllint-qt5">qmllint</primary>
1082 </indexterm>
1083 </listitem>
1084 </varlistentry>
1085
1086 <varlistentry id="qmlmin-qt5">
1087 <term><command>qmlmin</command></term>
1088 <listitem>
1089 <para>
[4c24eb0a]1090 removes comments and layout characters from a QML file
[8b9ad6e]1091 </para>
1092 <indexterm zone="qt5 qmlmin-qt5">
1093 <primary sortas="b-qmlmin-qt5">qmlmin</primary>
1094 </indexterm>
1095 </listitem>
1096 </varlistentry>
1097
1098 <varlistentry id="qmlplugindump-qt5">
1099 <term><command>qmlplugindump</command></term>
1100 <listitem>
1101 <para>
[4c24eb0a]1102 is a tool to create a qmltypes file
[8b9ad6e]1103 </para>
1104 <indexterm zone="qt5 qmlplugindump-qt5">
1105 <primary sortas="b-qmlplugindump-qt5">qmlplugindump</primary>
1106 </indexterm>
1107 </listitem>
1108 </varlistentry>
1109
[55a55f1]1110 <varlistentry id="qmlpreview-qt5">
1111 <term><command>qmlpreview</command></term>
1112 <listitem>
1113 <para>
[4c24eb0a]1114 is a tool used to analyze QML applications
[55a55f1]1115 </para>
1116 <indexterm zone="qt5 qmlpreview-qt5">
1117 <primary sortas="b-qmlpreviewr-qt5">qmlpreview</primary>
1118 </indexterm>
1119 </listitem>
1120 </varlistentry>
1121
[8b9ad6e]1122 <varlistentry id="qmlprofiler-qt5">
1123 <term><command>qmlprofiler</command></term>
1124 <listitem>
1125 <para>
[55a55f1]1126 is a tool which watches QML and JavaScript files on disk and
[4c24eb0a]1127 updates the application live with any changes
[8b9ad6e]1128 </para>
1129 <indexterm zone="qt5 qmlprofiler-qt5">
1130 <primary sortas="b-qmlprofiler-qt5">qmlprofiler</primary>
1131 </indexterm>
1132 </listitem>
1133 </varlistentry>
1134
1135 <varlistentry id="qmlscene-qt5">
1136 <term><command>qmlscene</command></term>
1137 <listitem>
1138 <para>
1139 is a utility that loads and displays QML documents even before
[4c24eb0a]1140 the application is complete
[8b9ad6e]1141 </para>
1142 <indexterm zone="qt5 qmlscene-qt5">
1143 <primary sortas="b-qmlscene-qt5">qmlscene</primary>
1144 </indexterm>
1145 </listitem>
1146 </varlistentry>
1147
1148 <varlistentry id="qmltestrunner-qt5">
1149 <term><command>qmltestrunner</command></term>
1150 <listitem>
1151 <para>
[4c24eb0a]1152 is a tool used to make tests
[8b9ad6e]1153 </para>
1154 <indexterm zone="qt5 qmltestrunner-qt5">
1155 <primary sortas="b-qmltestrunner-qt5">qmltestrunner</primary>
1156 </indexterm>
1157 </listitem>
1158 </varlistentry>
1159
[e847737]1160 <varlistentry id="qscxmlc-qt5">
1161 <term><command>qscxml</command></term>
1162 <listitem>
1163 <para>
[4c24eb0a]1164 converts an input.scxml file to a header and cpp file
[e847737]1165 </para>
1166 <indexterm zone="qt5 qscxmlc-qt5">
1167 <primary sortas="b-qscxmlc-qt5">qscxmlc</primary>
1168 </indexterm>
1169 </listitem>
1170 </varlistentry>
1171
1172 <varlistentry id="qtattributionsscanner-qt5">
1173 <term><command>qtattributionsscanner</command></term>
1174 <listitem>
1175 <para>
[4c24eb0a]1176 processes qt_attribution.json files in Qt sources
[e847737]1177 </para>
1178 <indexterm zone="qt5 qtattributionsscanner-qt5">
1179 <primary sortas="b-qtattributionsscanner-qt5">qtattributionsscanner</primary>
1180 </indexterm>
1181 </listitem>
1182 </varlistentry>
1183
[8b9ad6e]1184 <varlistentry id="qtdiag-qt5">
1185 <term><command>qtdiag</command></term>
1186 <listitem>
1187 <para>
1188 is a tool for reporting diagnostic information about Qt and its
[4c24eb0a]1189 environment
[8b9ad6e]1190 </para>
1191 <indexterm zone="qt5 qtdiag-qt5">
1192 <primary sortas="b-qtdiag-qt5">qtdiag</primary>
1193 </indexterm>
1194 </listitem>
1195 </varlistentry>
1196
1197 <varlistentry id="qtpaths-qt5">
1198 <term><command>qtpaths</command></term>
1199 <listitem>
1200 <para>
[4c24eb0a]1201 is a tool to query Qt path information
[8b9ad6e]1202 </para>
1203 <indexterm zone="qt5 qtpaths-qt5">
1204 <primary sortas="b-qtpaths-qt5">qtpaths</primary>
1205 </indexterm>
1206 </listitem>
1207 </varlistentry>
1208
[eb055fdf]1209 <varlistentry id="qtplugininfo">
1210 <term><command>qtplugininfo</command></term>
1211 <listitem>
1212 <para>
[4c24eb0a]1213 dumps meta-data about Qt plugins in JSON format
[eb055fdf]1214 </para>
1215 <indexterm zone="qt5 qtplugininfo">
1216 <primary sortas="b-qtplugininfo">qtplugininfo</primary>
1217 </indexterm>
1218 </listitem>
1219 </varlistentry>
1220
[e10e1a8e]1221 <varlistentry id="qtwaylandscanner">
1222 <term><command>qtwaylandscanner</command></term>
1223 <listitem>
1224 <para>
1225 converts Wayland specfiles to C++ headers and code needed for
[4c24eb0a]1226 QtWayland
[e10e1a8e]1227 </para>
1228 <indexterm zone="qt5 qtwaylandscanner">
1229 <primary sortas="b-qtwaylandscanner">qtwaylandscanner</primary>
1230 </indexterm>
1231 </listitem>
1232 </varlistentry>
1233
1234 <varlistentry id="qvkgen">
1235 <term><command>qvkgen</command></term>
1236 <listitem>
1237 <para>
[4c24eb0a]1238 converts Vulkan specfiles to C++ headers and code
[e10e1a8e]1239 </para>
1240 <indexterm zone="qt5 qvkgen">
1241 <primary sortas="b-qvkgen">qvkgen</primary>
1242 </indexterm>
1243 </listitem>
1244 </varlistentry>
1245
[104b5bf]1246 <varlistentry id="rcc-qt5">
[ec7940be]1247 <term><command>rcc</command></term>
[104b5bf]1248 <listitem>
1249 <para>
[4c24eb0a]1250 is a resource compiler used in conjunction with designer
[104b5bf]1251 </para>
1252 <indexterm zone="qt5 rcc-qt5">
[ec7940be]1253 <primary sortas="b-rcc-qt5">rcc</primary>
[104b5bf]1254 </indexterm>
1255 </listitem>
1256 </varlistentry>
1257
[eb055fdf]1258 <varlistentry id="repc">
1259 <term><command>repc</command></term>
1260 <listitem>
1261 <para>
1262 is the Replica Compiler, which generates QObject header files based
[4c24eb0a]1263 on an API definition file
[eb055fdf]1264 </para>
1265 <indexterm zone="qt5 repc">
1266 <primary sortas="b-repc">repc</primary>
1267 </indexterm>
1268 </listitem>
1269 </varlistentry>
1270
[55a55f1]1271 <varlistentry id="sdpscanner-qt5">
1272 <term><command>sdpscanner</command></term>
1273 <listitem>
1274 <para>
1275 performs a Session Description Protocol scan on a remote device,
[4c24eb0a]1276 using the SDP server represented by the local Bluetooth device
[55a55f1]1277 </para>
1278 <indexterm zone="qt5 sdpscanner-qt5">
1279 <primary sortas="b-sdpscanner-qt5">sdpscanner</primary>
1280 </indexterm>
1281 </listitem>
1282 </varlistentry>
1283
[8b9ad6e]1284 <varlistentry id="syncqt.pl-qt5">
1285 <term><command>syncqt.pl</command></term>
1286 <listitem>
1287 <para>
1288 is a script to create the forwarding headers in the include
[4c24eb0a]1289 directories. It is an internal development tool
[8b9ad6e]1290 </para>
1291 <indexterm zone="qt5 syncqt.pl-qt5">
1292 <primary sortas="b-syncqt.pl-qt5">syncqt.pl</primary>
1293 </indexterm>
1294 </listitem>
1295 </varlistentry>
1296
[e10e1a8e]1297 <varlistentry id="tracegen">
1298 <term><command>tracegen</command></term>
1299 <listitem>
1300 <para>
[4c24eb0a]1301 is a trace generator for LTTng or ETW
[e10e1a8e]1302 </para>
1303 <indexterm zone="qt5 tracegen">
1304 <primary sortas="b-tracegen">tracegen</primary>
1305 </indexterm>
1306 </listitem>
1307 </varlistentry>
1308
[104b5bf]1309 <varlistentry id="uic-qt5">
[ec7940be]1310 <term><command>uic</command></term>
[104b5bf]1311 <listitem>
1312 <para>
[4c24eb0a]1313 is a Qt user interface compiler
[104b5bf]1314 </para>
1315 <indexterm zone="qt5 uic-qt5">
[ec7940be]1316 <primary sortas="b-uic-qt5">uic</primary>
[104b5bf]1317 </indexterm>
1318 </listitem>
1319 </varlistentry>
1320
[8b9ad6e]1321 <varlistentry id="xmlpatterns-qt5">
1322 <term><command>xmlpatterns</command></term>
1323 <listitem>
1324 <para>
1325 provides support for XPath, XQuery, XSLT, and XML Schema
[4c24eb0a]1326 validation
[8b9ad6e]1327 </para>
1328 <indexterm zone="qt5 xmlpatterns-qt5">
1329 <primary sortas="b-xmlpatterns-qt5">xmlpatterns</primary>
1330 </indexterm>
1331 </listitem>
1332 </varlistentry>
1333
1334 <varlistentry id="xmlpatternsvalidator-qt5">
1335 <term><command>xmlpatternsvalidator</command></term>
1336 <listitem>
1337 <para>
[4c24eb0a]1338 is a tool used to validate XML documents
[8b9ad6e]1339 </para>
1340 <indexterm zone="qt5 xmlpatternsvalidator-qt5">
1341 <primary sortas="b-xmlpatternsvalidator-qt5">xmlpatternsvalidator</primary>
1342 </indexterm>
1343 </listitem>
1344 </varlistentry>
1345
[104b5bf]1346 </variablelist>
1347
1348 </sect2>
1349
1350</sect1>
Note: See TracBrowser for help on using the repository browser.