source: x/lib/qt5.xml@ 8f7b900

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

Qt and QtWebEngine, 5.14.1.

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

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