source: x/lib/qt5.xml@ 2ea1836

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 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 2ea1836 was 2ea1836, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Update to qt-5.5.1.
Update to httpd-2.4.17.
Update to sane-backends-1.0.25.
Update to bluez-5.35.

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

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