source: x/lib/qt5.xml@ e71a98d9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 e71a98d9 was e71a98d9, checked in by Pierre Labastie <pieere@…>, 7 years ago

Last (up to mistakes) round of role="runtime|nodep". For the "X" chapter

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

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