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

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 8dfc5c3 was 8dfc5c3, checked in by Krejzi <krejzi@…>, 7 years ago

Fix some URLs

  • Switch to https:// scheme where possible to avoid redirects
  • Unify all kernel.org, Sourceforge and GNU URLs
  • Fix python and perl module URLs to be consistent
  • Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
  • Use upstream locations for some packages or better/shorter URLs if available
  • Add https:// URLs for gnupg packages

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

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