source: x/lib/qt5.xml@ 7830c481

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 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 nosym 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 7830c481 was 7830c481, checked in by Pierre Labastie <pieere@…>, 8 years ago

Another set of option vs parameter fixes

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

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