source: x/lib/qt5.xml@ f20fbb7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 f20fbb7 was f20fbb7, checked in by DJ Lucas <dj@…>, 7 years ago

Fix a build issue with QT and MariaDB>10.2.

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

  • Property mode set to 100644
File size: 34.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.9">
8 <!ENTITY qt5-url "http://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single">
9
10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
11 <!ENTITY qt5-download-ftp " ">
12 <!ENTITY qt5-md5sum "9c8bc8b828c2b56721980368266df9d9">
13 <!ENTITY qt5-size "439 MB">
14 <!ENTITY qt5-buildsize "8.9 GB (214 MB installed)">
15 <!ENTITY qt5-time "29 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 &lfs80_checked;
46 &gcc7_checked;
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>
52 Download (HTTP): <ulink url="&qt5-download-http;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download (FTP): <ulink url="&qt5-download-ftp;"/>
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download MD5 sum: &qt5-md5sum;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download size: &qt5-size;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated disk space required: &qt5-buildsize;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Estimated build time: &qt5-time;
78 </para>
79 </listitem>
80 </itemizedlist>
81
82 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
86 <xref linkend="python2"/> and
87 <xref linkend="xorg7-lib"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="alsa-lib"/>,
93 <xref linkend="cacerts"/>,
94 <xref linkend="cups"/>,
95 <xref linkend="glib2"/>,
96 <xref linkend="gst10-plugins-base"/> (QtMultimedia backend),
97 <xref linkend="harfbuzz"/>,
98 <xref linkend="icu"/>,
99 <xref linkend="jasper"/>,
100 <xref linkend="libjpeg"/>,
101 <xref linkend="libmng"/>,
102 <xref linkend="libpng"/>,
103 <xref linkend="libtiff"/>,
104 <xref linkend="libxkbcommon"/>,
105 <xref linkend="mesa"/>,
106 <xref linkend="mtdev"/>,
107 <xref linkend="openssl10"/>,
108 <xref linkend="pcre2"/>,
109 <xref linkend="sqlite"/>,
110 <xref linkend="wayland"/> (<application>Mesa</application>
111 must be built with <application>Wayland</application> EGL
112 backend),
113 <xref linkend="xcb-util-image"/>,
114 <xref linkend="xcb-util-keysyms"/>,
115 <xref linkend="xcb-util-renderutil"/>, and
116 <xref linkend="xcb-util-wm"/>
117 </para>
118
119 <bridgehead renderas="sect4">Optional</bridgehead>
120 <para role="optional">
121 <xref linkend="bluez"/> (runtime, used by QtConnectivity module),
122 <xref linkend="ibus"/>,
123 <xref linkend="libinput"/>, <!-- needs -libinput switch -->
124 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
125 <xref linkend="pciutils"/> (required for QtWebEngine),
126 <xref linkend="postgresql"/>,
127 <xref linkend="pulseaudio"/>,
128 <xref linkend="unixodbc"/>, and
129 <ulink url="http://www.firebirdsql.org/">Firebird</ulink>
130 </para>
131
132 <para condition="html" role="usernotes">User Notes:
133 <ulink url="&blfs-wiki;/qt5"/>
134 </para>
135 </sect2>
136
137 <sect2 role="qt5-prefix">
138 <title>Setting the installation prefix</title>
139
140 <bridgehead renderas="sect3">Installing in /opt/qt5</bridgehead>
141
142 <para>
143 The BLFS editors recommend installing <application>Qt5</application> in a
144 directory other than <filename class="directory">/usr</filename>, ie
145 <filename class="directory">/opt/qt5</filename>. To do this, set the
146 following environment variable:
147 </para>
148
149<screen><userinput>export QT5PREFIX=/opt/qt5</userinput></screen>
150
151 <tip>
152 <para>
153 Sometimes, the installation paths are hardcoded into installed files.
154 This is the reason why <filename class="directory">/opt/qt5</filename>
155 is used as installation prefix instead of <filename
156 class="directory">/opt/qt-&qt5-version;</filename>. To create a
157 versioned <application>Qt5</application> directory, you may rename
158 the directory and create a symlink:
159 </para>
160
161<screen role="root"><userinput>mkdir /opt/qt-&qt5-version;
162ln -sfnv qt-&qt5-version; /opt/qt5</userinput></screen>
163
164 <para>
165 Later on, you may want to install other versions of
166 <application>Qt5</application>. To do that, just remove the symlink
167 and use <filename class="directory">/opt/qt5</filename> as the
168 prefix again. Which version of <application>Qt5</application> you
169 use depends only on where the symlink points.
170 </para>
171 </tip>
172
173 </sect2>
174
175 <sect2 role="installation">
176 <title>Installation of Qt5</title>
177
178 <warning>
179 <para>
180 If <application>Qt5</application> is being reinstalled into the
181 same directory as an existing instance, run the commands done by
182 <systemitem class="username">root</systemitem>, such as
183 <command>make install</command>, from a console or non-Qt5 based
184 window manager. It overwrites <application>Qt5</application>
185 libraries that should not be in use during the install process.
186 </para>
187 </warning>
188
189 <caution>
190 <para>
191 If you did not install some of the recommended dependencies, examine
192 <command>./configure --help</command> output to check how to disable
193 them or use internal versions bundled in the source tarball.
194 </para>
195 </caution>
196
197 <note>
198 <para>
199 The build time and space required for the full
200 <application>Qt5</application> is quite long. The instructions below
201 do not build the tutorials and examples. Removing the
202 <parameter>-nomake</parameter> line will create a complete build.
203 </para>
204 </note>
205
206 <note>
207 <para>
208 The BLFS editors do not recommend installing <application>Qt5</application>
209 into the /usr hierarchy because it becomes difficult to find
210 components and to update to a new version. If you do want to install
211 <application>Qt5</application> in /usr, the directories need to
212 be specified explicitly. In this case, set QT5PREFIX=/usr and add
213 the following to the configure arguments below:
214 </para>
215
216<screen role="nodump"><userinput> -archdatadir /usr/lib/qt5 \
217 -bindir /usr/bin/qt5 \
218 -plugindir /usr/lib/qt5/plugins \
219 -importdir /usr/lib/qt5/imports \
220 -headerdir /usr/include/qt5 \
221 -datadir /usr/share/qt5 \
222 -docdir /usr/share/doc/qt5 \
223 -translationdir /usr/share/qt5/translations \
224 -examplesdir /usr/share/doc/qt5/examples</userinput></screen>
225 </note>
226
227 <para>
228 If you have <xref linkend="mariadb"/> installed, fix a build issue with
229 with <application>MySQL</application> compatibility:
230 </para>
231
232<screen><userinput>sed '/qsqlresult_p.h&gt;/a#include &lt;mysql/mysql_version.h&gt;' \
233 -i qtbase/src/plugins/sqldrivers/mysql/qsql_mysql.cpp</userinput></screen>
234
235 <para>
236 Install <application>Qt5</application> by running the following commands:
237 </para>
238
239<screen><userinput>echo "INCLUDEPATH += /usr/include/openssl-1.0" >> \
240 qtbase/src/network/network.pro &amp;&amp;
241export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto' &amp;&amp;
242
243./configure -prefix $QT5PREFIX \
244 -sysconfdir /etc/xdg \
245 -confirm-license \
246 -opensource \
247 -dbus-linked \
248 -openssl-linked \
249 -system-harfbuzz \
250 -system-sqlite \
251 -nomake examples \
252 -no-rpath \
253 -skip qtwebengine &amp;&amp;
254make</userinput></screen>
255
256 <para>
257 This package does not come with a test suite.
258 </para>
259
260 <para>
261 Now, as the <systemitem class="username">root</systemitem> user:
262 </para>
263
264<screen role="root"><userinput>make install</userinput></screen>
265
266<!-- Not needed any more
267 <para>
268 Remove references to the build directory from the installed
269 <filename class="extension">.pc</filename> files by running
270 the following command as the
271 <systemitem class="username">root</systemitem> user:
272 </para>
273
274<screen role="root"><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
275-->
276 <para>
277 Remove references to the build directory from installed library
278 dependency (prl) <!--and profile include (pri)--> files by running the following
279 command as the <systemitem class="username">root</systemitem> user:
280 </para>
281
282<!-- Not needed any more
283find $QT5PREFIX/ -name qt_lib_bootstrap_private.pri \
284 -exec sed -i -e "s:$PWD/qtbase:/$QT5PREFIX/lib/:g" {} \; &amp;&amp;
285-->
286
287<screen role="root"><userinput>find $QT5PREFIX/ -name \*.prl \
288 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
289
290 <para>
291 Install images and create the menu entries for installed applications.
292 The <envar>QT5BINDIR</envar> variable is used here to point to the
293 directory for the executable programs. If you have changed the bindir
294 above, <envar>QT5BINDIR</envar> will need to be adjusted below. Be sure
295 that the <envar>QT5BINDIR</envar> variable is defined in root's
296 environment and as the <systemitem class="username">root</systemitem>
297 user:
298 </para>
299
300<screen role="root"><userinput>QT5BINDIR=$QT5PREFIX/bin
301
302install -v -dm755 /usr/share/pixmaps/ &amp;&amp;
303
304install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
305 /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
306
307install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
308 /usr/share/pixmaps/designer-qt5.png &amp;&amp;
309
310install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
311 /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
312
313install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
314 /usr/share/pixmaps/qdbusviewer-qt5.png &amp;&amp;
315
316install -dm755 /usr/share/applications &amp;&amp;
317
318cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
319<literal>[Desktop Entry]
320Name=Qt5 Assistant
321Comment=Shows Qt5 documentation and examples
322Exec=$QT5BINDIR/assistant
323Icon=assistant-qt5.png
324Terminal=false
325Encoding=UTF-8
326Type=Application
327Categories=Qt;Development;Documentation;</literal>
328EOF
329
330cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; EOF
331<literal>[Desktop Entry]
332Name=Qt5 Designer
333GenericName=Interface Designer
334Comment=Design GUIs for Qt5 applications
335Exec=$QT5BINDIR/designer
336Icon=designer-qt5.png
337MimeType=application/x-designer;
338Terminal=false
339Encoding=UTF-8
340Type=Application
341Categories=Qt;Development;</literal>
342EOF
343
344cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; EOF
345<literal>[Desktop Entry]
346Name=Qt5 Linguist
347Comment=Add translations to Qt5 applications
348Exec=$QT5BINDIR/linguist
349Icon=linguist-qt5.png
350MimeType=text/vnd.trolltech.linguist;application/x-linguist;
351Terminal=false
352Encoding=UTF-8
353Type=Application
354Categories=Qt;Development;</literal>
355EOF
356
357cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
358<literal>[Desktop Entry]
359Name=Qt5 QDbusViewer
360GenericName=D-Bus Debugger
361Comment=Debug D-Bus applications
362Exec=$QT5BINDIR/qdbusviewer
363Icon=qdbusviewer-qt5.png
364Terminal=false
365Encoding=UTF-8
366Type=Application
367Categories=Qt;Development;Debugger;</literal>
368EOF</userinput></screen>
369
370 <para>
371 Some packages such as <xref linkend='vlc'/> look for certain
372 executables with a -qt5 suffix. Run the following command as the
373 <systemitem class="username">root</systemitem> user
374 to create the necessary symlinks:
375 </para>
376
377<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
378 ln -sfrvn $QT5BINDIR/$file /usr/bin/$file-qt5
379done</userinput></screen>
380
381 </sect2>
382
383 <sect2 role="commands">
384 <title>Command Explanations</title>
385
386 <para>
387 <parameter>-confirm-license</parameter>: Accept license
388 without prompting user during configuration.
389 </para>
390
391 <para>
392 <parameter>-opensource</parameter>: Install the opensource
393 version of <application>Qt</application>.
394 </para>
395<!-- default as of QT-5.7:
396 <para>
397 <parameter>-release</parameter>: This switch disables
398 building with debugging symbols.
399 </para>-->
400
401 <para>
402 <parameter>-nomake examples</parameter>: This switch
403 disables building of the example programs included
404 in the source tarball. Remove it if you want to build
405 them.
406 </para>
407
408 <para>
409 <parameter>-system-sqlite</parameter>: This switch enables use
410 of the system version of <application>SQLite</application>.
411 </para>
412<!-- Tested during configure, and not built if not found:
413 <para>
414 <parameter>-no-nis</parameter>: This switch disables support
415 for Network Information Service (NIS) which has been
416 removed from recent versions of <application>Glibc</application>.
417 </para>-->
418
419 <para>
420 <parameter>-dbus-linked -openssl-linked</parameter>: These
421 switches enable explicit linking of the
422 <application>D-Bus</application> and
423 <application>OpenSSL</application> libraries into
424 <application>Qt5</application> libraries instead of
425 <command>dlopen()</command>-ing them.
426 </para>
427
428 <para>
429 <parameter>-skip qtwebengine</parameter>: This switch disables building
430 the QtWebEngine. The BLFS editors have chosen to build <xref
431 linkend="qtwebengine"/> separately.
432 </para>
433
434 <para>
435 <parameter>-system-harfbuzz</parameter>: This switch enables use
436 of the system version of <application>Harfbuzz</application>
437 which fixes some font rendering issues in
438 <application>Qt5</application> applications but doesn't have all the
439 features that the included one has.
440 </para>
441
442 </sect2>
443
444 <sect2 role="configuration">
445 <title>Configuring Qt5</title>
446
447 <sect3 id="qt5-config">
448 <title>Configuration Information</title>
449
450 <para>
451 If you installed <application>Qt5</application> in
452 <filename class="directory">/usr</filename>, create an
453 environment variable needed by certain packages.
454 As the <systemitem class="username">root</systemitem> user:
455 </para>
456
457<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
458<literal># Begin /etc/profile.d/qt5.sh
459
460QT5DIR=/usr
461export QT5DIR
462pathappend $QT5DIR/bin/qt5
463
464# End /etc/profile.d/qt5.sh</literal>
465EOF</userinput></screen>
466
467 <para>
468 If you installed <application>Qt5</application> in a location other
469 than <filename class="directory">/usr</filename>, you need to update the
470 following configuration files so that <application>Qt5</application> is
471 correctly found by other packages and system processes.
472 </para>
473
474 <para>
475 As the <systemitem class="username">root</systemitem> user, update
476 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
477 run-time cache file:
478 </para>
479
480<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
481<literal># Begin Qt addition
482
483/opt/qt5/lib
484
485# End Qt addition</literal>
486EOF
487
488ldconfig</userinput></screen>
489
490 <indexterm zone="qt5 qt5-config">
491 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
492 </indexterm>
493
494 <para>
495 As the <systemitem class="username">root</systemitem> user, create
496 the <filename>/etc/profile.d/qt5.sh</filename> file:
497 </para>
498
499<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
500<literal># Begin /etc/profile.d/qt5.sh
501
502QT5DIR=/opt/qt5
503
504pathappend $QT5DIR/bin PATH
505pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH
506
507export QT5DIR
508
509# End /etc/profile.d/qt5.sh</literal>
510EOF</userinput></screen>
511
512 </sect3>
513
514 </sect2>
515
516 <sect2 role="content">
517 <title>Contents</title>
518
519 <segmentedlist>
520 <segtitle>Installed Programs</segtitle>
521 <segtitle>Installed Libraries</segtitle>
522 <segtitle>Installed Directories</segtitle>
523
524 <seglistitem>
525 <seg>
526 assistant, designer, lconvert, linguist, lrelease,
527 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
528 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
529 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle, qmleasing,
530 qmlimportscanner, qmllint, qmlmin, qmlplugindump, qmlprofiler, qml,
531 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
532 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
533 </seg>
534 <seg>
535 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
536 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
537 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
538 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
539 libQt5Help.so, libQt5Location.so, libQt5MultimediaQuick_p.so,
540 libQt5Multimedia.so, libQt5MultimediaWidgets.so, libQt5Network.so,
541 libQt5Nfc.so, libQt5OpenGLExtensions.a, libQt5OpenGL.so,
542 libQt5PlatformSupport.a, libQt5Positioning.so, libQt5PrintSupport.so,
543 libQt5QmlDevTools.a, libQt5Qml.so, libQt5QuickParticles.so,
544 libQt5Quick.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
545 libQt5Script.so, libQt5ScriptTools.so, libQt5Sensors.so,
546 libQt5SerialPort.so, libQt5Sql.so, libQt5Svg.so, libQt5Test.so,
547 libQt5UiTools.a, libQt5WebChannel.so, libQt5WebEngineCore.so,
548 libQt5WebEngine.so, libQt5WebEngineWidgets.so, libQt5WebKit.so,
549 libQt5WebKitWidgets.so, libQt5WebSockets.so, libQt5Widgets.so,
550 libQt5X11Extras.so, libQt5XmlPatterns.so, libQt5Xml.so, and several
551 plugins under /opt/qt5/{imports,plugins,qml}
552 </seg>
553 <seg>
554 /usr/include/qt5,
555 /usr/lib/qt5,
556 /usr/share/doc/qt5, and
557 /usr/share/qt5
558 OR
559 /opt/qt5 and
560 /opt/qt-&qt5-version;
561 </seg>
562 </seglistitem>
563 </segmentedlist>
564
565 <variablelist>
566 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
567 <?dbfo list-presentation="list"?>
568 <?dbhtml list-presentation="table"?>
569
570 <varlistentry id="assistant-qt5">
571 <term><command>assistant</command></term>
572 <listitem>
573 <para>
574 is a tool for presenting on-line documentation.
575 </para>
576 <indexterm zone="qt5 assistant-qt5">
577 <primary sortas="b-assistant-qt5">assistant</primary>
578 </indexterm>
579 </listitem>
580 </varlistentry>
581
582 <varlistentry id="designer-qt5">
583 <term><command>designer</command></term>
584 <listitem>
585 <para>
586 is a full-fledged GUI builder. It includes
587 powerful features such as preview mode, automatic widget
588 layout, support for custom widgets, and an advanced
589 property editor.
590 </para>
591 <indexterm zone="qt5 designer-qt5">
592 <primary sortas="b-designer-qt5">designer</primary>
593 </indexterm>
594 </listitem>
595 </varlistentry>
596
597 <varlistentry id="lconvert-qt5">
598 <term><command>lconvert</command></term>
599 <listitem>
600 <para>
601 is part of Qt5's Linguist tool chain. It can be used as a
602 standalone tool to convert and filter translation data files.
603 </para>
604 <indexterm zone="qt5 lconvert-qt5">
605 <primary sortas="b-lconvert-qt5">lconvert</primary>
606 </indexterm>
607 </listitem>
608 </varlistentry>
609
610 <varlistentry id="linguist-qt5">
611 <term><command>linguist</command></term>
612 <listitem>
613 <para>
614 provides support for translating applications into
615 local languages.
616 </para>
617 <indexterm zone="qt5 linguist-qt5">
618 <primary sortas="b-linguist-qt5">linguist</primary>
619 </indexterm>
620 </listitem>
621 </varlistentry>
622
623 <varlistentry id="lrelease-qt5">
624 <term><command>lrelease</command></term>
625 <listitem>
626 <para>
627 is a simple command line tool. It reads a Qt project
628 file and produces message files used by the application.
629 </para>
630 <indexterm zone="qt5 lrelease-qt5">
631 <primary sortas="b-lrelease-qt5">lrelease</primary>
632 </indexterm>
633 </listitem>
634 </varlistentry>
635
636 <varlistentry id="lupdate-qt5">
637 <term><command>lupdate</command></term>
638 <listitem>
639 <para>
640 reads a Qt project file, finds the translatable
641 strings in the specified source, header and Qt Designer
642 interface files, and produces or updates the translation
643 files listed in the project file.
644 </para>
645 <indexterm zone="qt5 lupdate-qt5">
646 <primary sortas="b-lupdate-qt5">lupdate</primary>
647 </indexterm>
648 </listitem>
649 </varlistentry>
650
651 <varlistentry id="moc-qt5">
652 <term><command>moc</command></term>
653 <listitem>
654 <para>
655 generates Qt meta object support code.
656 </para>
657 <indexterm zone="qt5 moc-qt5">
658 <primary sortas="b-moc-qt5">moc</primary>
659 </indexterm>
660 </listitem>
661 </varlistentry>
662
663 <varlistentry id="pixeltool-qt5">
664 <term><command>pixeltool</command></term>
665 <listitem>
666 <para>
667 is a desktop magnifier and as you move your mouse around
668 the screen it will show the magnified contents in its window.
669 </para>
670 <indexterm zone="qt5 pixeltool-qt5">
671 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
672 </indexterm>
673 </listitem>
674 </varlistentry>
675
676 <varlistentry id="qcollectiongenerator-qt5">
677 <term><command>qcollectiongenerator</command></term>
678 <listitem>
679 <para>
680 is a tool used to create a Qt Help Collection.
681 </para>
682 <indexterm zone="qt5 qcollectiongenerator-qt5">
683 <primary sortas="b-qcollectiongenerator-qt5">qcollectiongenerator</primary>
684 </indexterm>
685 </listitem>
686 </varlistentry>
687
688 <varlistentry id="qdbuscpp2xml-qt5">
689 <term><command>qdbuscpp2xml</command></term>
690 <listitem>
691 <para>
692 takes a C++ source file and generates a D-Bus XML definition
693 of the interface.
694 </para>
695 <indexterm zone="qt5 qdbuscpp2xml-qt5">
696 <primary sortas="b-qdbuscpp2xml-qt5">qdbuscpp2xml</primary>
697 </indexterm>
698 </listitem>
699 </varlistentry>
700
701 <varlistentry id="qdbus-qt5">
702 <term><command>qdbus</command></term>
703 <listitem>
704 <para>
705 lists available services, object paths, methods, signals, and
706 properties of objects on a bus.
707 </para>
708 <indexterm zone="qt5 qdbus-qt5">
709 <primary sortas="b-qdbus-qt5">qdbus</primary>
710 </indexterm>
711 </listitem>
712 </varlistentry>
713
714 <varlistentry id="qdbusviewer-qt5">
715 <term><command>qdbusviewer</command></term>
716 <listitem>
717 <para>
718 is a graphical D-Bus browser.
719 </para>
720 <indexterm zone="qt5 qdbusviewer-qt5">
721 <primary sortas="b-qdbusviewer-qt5">qdbusviewer</primary>
722 </indexterm>
723 </listitem>
724 </varlistentry>
725
726 <varlistentry id="qdbusxml2cpp-qt5">
727 <term><command>qdbusxml2cpp</command></term>
728 <listitem>
729 <para>
730 is a tool that can be used to parse interface descriptions
731 and produce static code representing those interfaces,
732 </para>
733 <indexterm zone="qt5 qdbusxml2cpp-qt5">
734 <primary sortas="b-qdbusxml2cpp-qt5">qdbusxml2cpp</primary>
735 </indexterm>
736 </listitem>
737 </varlistentry>
738
739 <varlistentry id="qdoc-qt5">
740 <term><command>qdoc</command></term>
741 <listitem>
742 <para>
743 is a tool used by <application>Qt</application> Developers to
744 generate documentation for software projects.
745 </para>
746 <indexterm zone="qt5 qdoc-qt5">
747 <primary sortas="b-qdoc-qt5">qdoc</primary>
748 </indexterm>
749 </listitem>
750 </varlistentry>
751
752 <varlistentry id="qhelpconverter-qt5">
753 <term><command>qhelpconverter</command></term>
754 <listitem>
755 <para>
756 is a tool used to convert files to <application>Qt</application>
757 help format.
758 </para>
759 <indexterm zone="qt5 qhelpconverter-qt5">
760 <primary sortas="b-qhelpconverter-qt5">qhelpconverter</primary>
761 </indexterm>
762 </listitem>
763 </varlistentry>
764
765 <varlistentry id="qhelpgenerator-qt5">
766 <term><command>qhelpgenerator</command></term>
767 <listitem>
768 <para>
769 is a tool used to generate a <application>Qt</application>
770 compressed help file.
771 </para>
772 <indexterm zone="qt5 qhelpgenerator-qt5">
773 <primary sortas="b-qhelpgenerator-qt5">qhelpgenerator</primary>
774 </indexterm>
775 </listitem>
776 </varlistentry>
777
778 <varlistentry id="qlalr-qt5">
779 <term><command>qlalr</command></term>
780 <listitem>
781 <para>
782 is a tool used to generate code from grammar specifications.
783 </para>
784 <indexterm zone="qt5 qlalr-qt5">
785 <primary sortas="b-qlalr-qt5">qlalr</primary>
786 </indexterm>
787 </listitem>
788 </varlistentry>
789
790 <varlistentry id="qmake-qt5">
791 <term><command>qmake</command></term>
792 <listitem>
793 <para>
794 uses information stored in project files to
795 determine what should go in the makefiles it
796 generates.
797 </para>
798 <indexterm zone="qt5 qmake-qt5">
799 <primary sortas="b-qmake-qt5">qmake</primary>
800 </indexterm>
801 </listitem>
802 </varlistentry>
803
804 <varlistentry id="qml1plugindump-qt5">
805 <term><command>qml1plugindump</command></term>
806 <listitem>
807 <para>
808 is a symlink to <application>qtchooser</application>.
809 </para>
810 <indexterm zone="qt5 qml1plugindump-qt5">
811 <primary sortas="b-qml1plugindump-qt5">qml1plugindump</primary>
812 </indexterm>
813 </listitem>
814 </varlistentry>
815
816 <varlistentry id="qmlbundle-qt5">
817 <term><command>qmlbundle</command></term>
818 <listitem>
819 <para>
820 is a tool used to manage QML bundle.
821 </para>
822 <indexterm zone="qt5 qmlbundle-qt5">
823 <primary sortas="b-qmlbundle-qt5">qmlbundle</primary>
824 </indexterm>
825 </listitem>
826 </varlistentry>
827
828 <varlistentry id="qmleasing-qt5">
829 <term><command>qmleasing</command></term>
830 <listitem>
831 <para>
832 is a tool used to define the easing curves using an
833 interactive curve editor.
834 </para>
835 <indexterm zone="qt5 qmleasing-qt5">
836 <primary sortas="b-qmleasing-qt5">qmleasing</primary>
837 </indexterm>
838 </listitem>
839 </varlistentry>
840
841 <varlistentry id="qmlimportscanner-qt5">
842 <term><command>qmlimportscanner</command></term>
843 <listitem>
844 <para>
845 is a tool used to import QML files from a directory.
846 </para>
847 <indexterm zone="qt5 qmlimportscanner-qt5">
848 <primary sortas="b-qmlimportscanner-qt5">qmlimportscanner</primary>
849 </indexterm>
850 </listitem>
851 </varlistentry>
852
853 <varlistentry id="qmllint-qt5">
854 <term><command>qmllint</command></term>
855 <listitem>
856 <para>
857 is a syntax checker for QML files.
858 </para>
859 <indexterm zone="qt5 qmllint-qt5">
860 <primary sortas="b-qmllint-qt5">qmllint</primary>
861 </indexterm>
862 </listitem>
863 </varlistentry>
864
865 <varlistentry id="qmlmin-qt5">
866 <term><command>qmlmin</command></term>
867 <listitem>
868 <para>
869 removes comments and layout characters from a QML file.
870 </para>
871 <indexterm zone="qt5 qmlmin-qt5">
872 <primary sortas="b-qmlmin-qt5">qmlmin</primary>
873 </indexterm>
874 </listitem>
875 </varlistentry>
876
877 <varlistentry id="qmlplugindump-qt5">
878 <term><command>qmlplugindump</command></term>
879 <listitem>
880 <para>
881 is a tool to create a qmltypes file.
882 </para>
883 <indexterm zone="qt5 qmlplugindump-qt5">
884 <primary sortas="b-qmlplugindump-qt5">qmlplugindump</primary>
885 </indexterm>
886 </listitem>
887 </varlistentry>
888
889 <varlistentry id="qmlprofiler-qt5">
890 <term><command>qmlprofiler</command></term>
891 <listitem>
892 <para>
893 is a tool used to analyze QML applications.
894 </para>
895 <indexterm zone="qt5 qmlprofiler-qt5">
896 <primary sortas="b-qmlprofiler-qt5">qmlprofiler</primary>
897 </indexterm>
898 </listitem>
899 </varlistentry>
900
901 <varlistentry id="qmlscene-qt5">
902 <term><command>qmlscene</command></term>
903 <listitem>
904 <para>
905 is a utility that loads and displays QML documents even before
906 the application is complete.
907 </para>
908 <indexterm zone="qt5 qmlscene-qt5">
909 <primary sortas="b-qmlscene-qt5">qmlscene</primary>
910 </indexterm>
911 </listitem>
912 </varlistentry>
913
914 <varlistentry id="qmltestrunner-qt5">
915 <term><command>qmltestrunner</command></term>
916 <listitem>
917 <para>
918 is a tool used to make tests.
919 </para>
920 <indexterm zone="qt5 qmltestrunner-qt5">
921 <primary sortas="b-qmltestrunner-qt5">qmltestrunner</primary>
922 </indexterm>
923 </listitem>
924 </varlistentry>
925
926 <varlistentry id="qmlviewer-qt5">
927 <term><command>qmlviewer</command></term>
928 <listitem>
929 <para>
930 is a tool for loading QML documents that makes it easy to quickly
931 develop and debug QML applications.
932 </para>
933 <indexterm zone="qt5 qmlviewer-qt5">
934 <primary sortas="b-qmlviewer-qt5">qmlviewer</primary>
935 </indexterm>
936 </listitem>
937 </varlistentry>
938
939 <varlistentry id="qtdiag-qt5">
940 <term><command>qtdiag</command></term>
941 <listitem>
942 <para>
943 is a tool for reporting diagnostic information about Qt and its
944 environment.
945 </para>
946 <indexterm zone="qt5 qtdiag-qt5">
947 <primary sortas="b-qtdiag-qt5">qtdiag</primary>
948 </indexterm>
949 </listitem>
950 </varlistentry>
951
952 <varlistentry id="qtpaths-qt5">
953 <term><command>qtpaths</command></term>
954 <listitem>
955 <para>
956 is a tool to query Qt path information.
957 </para>
958 <indexterm zone="qt5 qtpaths-qt5">
959 <primary sortas="b-qtpaths-qt5">qtpaths</primary>
960 </indexterm>
961 </listitem>
962 </varlistentry>
963
964 <varlistentry id="rcc-qt5">
965 <term><command>rcc</command></term>
966 <listitem>
967 <para>
968 is a resource compiler used in conjunction with designer.
969 </para>
970 <indexterm zone="qt5 rcc-qt5">
971 <primary sortas="b-rcc-qt5">rcc</primary>
972 </indexterm>
973 </listitem>
974 </varlistentry>
975
976 <varlistentry id="syncqt.pl-qt5">
977 <term><command>syncqt.pl</command></term>
978 <listitem>
979 <para>
980 is a script to create the forwarding headers in the include
981 directories. It is an internal development tool.
982 </para>
983 <indexterm zone="qt5 syncqt.pl-qt5">
984 <primary sortas="b-syncqt.pl-qt5">syncqt.pl</primary>
985 </indexterm>
986 </listitem>
987 </varlistentry>
988
989 <varlistentry id="uic-qt5">
990 <term><command>uic</command></term>
991 <listitem>
992 <para>
993 is a Qt user interface compiler.
994 </para>
995 <indexterm zone="qt5 uic-qt5">
996 <primary sortas="b-uic-qt5">uic</primary>
997 </indexterm>
998 </listitem>
999 </varlistentry>
1000
1001 <varlistentry id="xmlpatterns-qt5">
1002 <term><command>xmlpatterns</command></term>
1003 <listitem>
1004 <para>
1005 provides support for XPath, XQuery, XSLT, and XML Schema
1006 validation.
1007 </para>
1008 <indexterm zone="qt5 xmlpatterns-qt5">
1009 <primary sortas="b-xmlpatterns-qt5">xmlpatterns</primary>
1010 </indexterm>
1011 </listitem>
1012 </varlistentry>
1013
1014 <varlistentry id="xmlpatternsvalidator-qt5">
1015 <term><command>xmlpatternsvalidator</command></term>
1016 <listitem>
1017 <para>
1018 is a tool used to validate XML documents.
1019 </para>
1020 <indexterm zone="qt5 xmlpatternsvalidator-qt5">
1021 <primary sortas="b-xmlpatternsvalidator-qt5">xmlpatternsvalidator</primary>
1022 </indexterm>
1023 </listitem>
1024 </varlistentry>
1025
1026 </variablelist>
1027
1028 </sect2>
1029
1030</sect1>
Note: See TracBrowser for help on using the repository browser.