source: x/lib/qt5.xml@ 7b1bc743

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 7b1bc743 was 7b1bc743, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to v4l-utils-1.12.5.
Make ibus valid for both sysv and sysd versions of BLFS.

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