source: x/lib/qt5.xml@ 272858d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 272858d was 272858d, checked in by Krejzi <krejzi@…>, 8 years ago

New QtWebKit tarball -> Update md5sum and remove syncqt instructions which aren't needed anymore. Update deps for Qt5 and QtWebKit.

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

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