source: x/lib/qt5.xml@ b54f1de7

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 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 b54f1de7 was b54f1de7, checked in by DJ Lucas <dj@…>, 7 years ago

Fix variable expansion issue when creating /etc/profile.d/qt5.sh

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

  • Property mode set to 100644
File size: 33.9 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 "7524ffba8411119d867f673155ec91bc">
13 <!ENTITY qt5-size "322 MB">
14 <!ENTITY qt5-buildsize "7.5 GB (178 MB installed, add 0.9 GB build size and 113 MB installed size for qtwebengine)">
15 <!ENTITY qt5-time "23 SBU (using parallelism=4, add 11 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">Qt5 Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="python2"/> and
86 <xref linkend="xorg7-lib"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="alsa-lib"/>,
92 <xref linkend="cacerts"/>,
93 <xref linkend="cups"/>,
94 <xref linkend="glib2"/>,
95 <xref linkend="gst10-plugins-base"/> (QtMultimedia backend),
96 <xref linkend="harfbuzz"/>,
97 <xref linkend="icu"/>,
98 <xref linkend="jasper"/>,
99 <xref linkend="libjpeg"/>,
100 <xref linkend="libmng"/>,
101 <xref linkend="libpng"/>,
102 <xref linkend="libtiff"/>,
103 <xref linkend="libxkbcommon"/>,
104 <xref linkend="mesa"/>,
105 <xref linkend="mtdev"/>,
106 <xref linkend="nss"/> (required for QtWebEngine),
107 <xref linkend="openssl"/>,
108 <xref linkend="pcre"/>,
109 <xref linkend="sqlite"/>,
110 <xref linkend="wayland"/> (<application>Mesa</application>
111 must be built with <application>Wayland</application> EGL
112 backend),
113 <xref linkend="xcb-util-image"/>,
114 <xref linkend="xcb-util-keysyms"/>,
115 <xref linkend="xcb-util-renderutil"/>, and
116 <xref linkend="xcb-util-wm"/>
117 </para>
118
119 <bridgehead renderas="sect4">Optional</bridgehead>
120 <para role="optional">
121 <xref linkend="bluez"/> (runtime, used by QtConnectivity module),
122 <phrase revision="systemd"><xref linkend="ibus"/></phrase>
123 <xref linkend="libinput"/>, <!-- needs -libinput switch -->
124 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
125 <xref linkend="pciutils"/> (required for QtWebEngine),
126 <xref linkend="postgresql"/>,
127 <xref linkend="pulseaudio"/>,
128 <xref linkend="unixodbc"/>, <phrase revision="systemd">and</phrase>
129 <ulink url="http://www.firebirdsql.org/">Firebird</ulink>
130 <phrase revision="sysv">, and <ulink url="https://github.com/ibus/ibus/wiki">IBus</ulink></phrase>
131 </para>
132
133 <para condition="html" role="usernotes">User Notes:
134 <ulink url="&blfs-wiki;/qt5"/>
135 </para>
136 </sect2>
137
138 <sect2 role="qt5-prefix">
139 <title>Setting the installation prefix</title>
140
141 <bridgehead renderas="sect3">Installing in /opt/qt5</bridgehead>
142
143 <para>
144 The BLFS editors recommend installing <application>Qt5</application> in a
145 directory other than <filename class="directory">/usr</filename>, ie
146 <filename class="directory">/opt/qt5</filename>. To do this, set the
147 following environment variable:
148 </para>
149
150<screen><userinput>export QT5PREFIX=/opt/qt5</userinput></screen>
151
152 <tip>
153 <para>
154 Sometimes, the installation paths are hardcoded into installed files.
155 This is the reason why <filename class="directory">/opt/qt5</filename>
156 is used as installation prefix instead of <filename
157 class="directory">/opt/qt-&qt5-version;</filename>. To create a
158 versioned <application>Qt5</application> directory, you may rename
159 the directory and create a symlink:
160 </para>
161
162<screen role="root"><userinput>mkdir /opt/qt-&qt5-version;
163ln -sfnv qt-&qt5-version; /opt/qt5</userinput></screen>
164
165 <para>
166 Later on, you may want to install other versions of
167 <application>Qt5</application>. To do that, just remove the symlink
168 and use <filename class="directory">/opt/qt5</filename> as the
169 prefix again. Which version of <application>Qt5</application> you
170 use depends only on where the symlink points.
171 </para>
172 </tip>
173
174 </sect2>
175
176 <sect2 role="installation">
177 <title>Installation of Qt5</title>
178
179 <warning>
180 <para>
181 If <application>Qt5</application> is being reinstalled into the
182 same directory as an existing instance, run the commands done by
183 <systemitem class="username">root</systemitem>, such as
184 <command>make install</command>, from a console or non-Qt5 based
185 window manager. It overwrites <application>Qt5</application>
186 libraries that should not be in use during the install process.
187 </para>
188 </warning>
189
190 <caution>
191 <para>
192 If you did not install some of the recommended dependencies, examine
193 <command>./configure --help</command> output to check how to disable
194 them or use internal versions bundled in the source tarball.
195 </para>
196 </caution>
197
198 <note>
199 <para>
200 The build time and space required for the full
201 <application>Qt5</application> is quite long. The instructions below
202 do not build the tutorials and examples. Removing the
203 <parameter>-nomake</parameter> line will create a complete build.
204 </para>
205 </note>
206
207 <note>
208 <para>
209 The BLFS editors do not recommend installing <application>Qt5</application>
210 into the /usr hierarchy because it becomes difficult to find
211 components and to update to a new version. If you do want to install
212 <application>Qt5</application> in /usr, the directories need to
213 be specified explicitly. In this case, set QT5PREFIX=/usr and add
214 the following to the configure arguments below:
215 </para>
216
217<screen role="nodump"><userinput>-bindir /usr/bin/qt5 \
218-plugindir /usr/lib/qt5/plugins \
219-importdir /usr/lib/qt5/imports \
220-headerdir /usr/include/qt5 \
221-datadir /usr/share/qt5 \
222-docdir /usr/share/doc/qt5 \
223-translationdir /usr/share/qt5/translations \
224-examplesdir /usr/share/doc/qt5/examples \</userinput></screen>
225 </note>
226
227 <para>
228 Install <application>Qt5</application> by running the following commands:
229 </para>
230
231<screen><userinput>./configure -prefix $QT5PREFIX \
232 -sysconfdir /etc/xdg \
233 -confirm-license \
234 -opensource \
235 -dbus-linked \
236 -openssl-linked \
237 -system-harfbuzz \
238 -system-sqlite \
239 -nomake examples \
240 -no-rpath \
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<!-- default as of QT-5.7:
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<!-- Tested during configure, and not built if not found:
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 building
415 the Qt Web Engine. It is only used by <xref linkend='qupzilla'/> at this
416 writing. Note that building the Qt Web Engine substantially increases
417 the build time and both the build and installed size.
418 </para>
419
420 <para>
421 <parameter>-system-harfbuzz</parameter>: This switch enables use
422 of the system version of <application>Harfbuzz</application>
423 which fixes some font rendering issues in
424 <application>Qt5</application> applications but doesn't have all the
425 features that the included one has.
426 </para>
427
428 </sect2>
429
430 <sect2 role="configuration">
431 <title>Configuring Qt5</title>
432
433 <sect3 id="qt5-config">
434 <title>Configuration Information</title>
435
436 <para>
437 If you installed <application>Qt5</application> in
438 <filename class="directory">/usr</filename>, create an
439 environment variable needed by certain packages.
440 As the <systemitem class="username">root</systemitem> user:
441 </para>
442
443<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
444<literal># Begin /etc/profile.d/qt5.sh
445
446QT5DIR=/usr
447export QT5DIR
448pathappend $QT5DIR/bin/qt5
449
450# End /etc/profile.d/qt5.sh</literal>
451EOF</userinput></screen>
452
453 <para>
454 If you installed <application>Qt5</application> in a location other
455 than <filename class="directory">/usr</filename>, you need to update the
456 following configuration files so that <application>Qt5</application> is
457 correctly found by other packages and system processes.
458 </para>
459
460 <para>
461 As the <systemitem class="username">root</systemitem> user, update
462 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
463 run-time cache file:
464 </para>
465
466<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
467<literal># Begin Qt addition
468
469/opt/qt5/lib
470
471# End Qt addition</literal>
472EOF
473
474ldconfig</userinput></screen>
475
476 <indexterm zone="qt5 qt5-config">
477 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
478 </indexterm>
479
480 <para>
481 As the <systemitem class="username">root</systemitem> user, create
482 the <filename>/etc/profile.d/qt5.sh</filename> file:
483 </para>
484
485<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
486<literal># Begin /etc/profile.d/qt5.sh
487
488QT5DIR=/opt/qt5
489
490pathappend $QT5DIR/bin PATH
491pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH
492
493export QT5DIR
494
495# End /etc/profile.d/qt5.sh</literal>
496EOF</userinput></screen>
497
498 </sect3>
499
500 </sect2>
501
502 <sect2 role="content">
503 <title>Contents</title>
504
505 <segmentedlist>
506 <segtitle>Installed Programs</segtitle>
507 <segtitle>Installed Libraries</segtitle>
508 <segtitle>Installed Directories</segtitle>
509
510 <seglistitem>
511 <seg>
512 assistant, designer, lconvert, linguist, lrelease,
513 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
514 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
515 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle, qmleasing,
516 qmlimportscanner, qmllint, qmlmin, qmlplugindump, qmlprofiler, qml,
517 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
518 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
519 </seg>
520 <seg>
521 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
522 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
523 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
524 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
525 libQt5Help.so, libQt5Location.so, libQt5MultimediaQuick_p.so,
526 libQt5Multimedia.so, libQt5MultimediaWidgets.so, libQt5Network.so,
527 libQt5Nfc.so, libQt5OpenGLExtensions.a, libQt5OpenGL.so,
528 libQt5PlatformSupport.a, libQt5Positioning.so, libQt5PrintSupport.so,
529 libQt5QmlDevTools.a, libQt5Qml.so, libQt5QuickParticles.so,
530 libQt5Quick.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
531 libQt5Script.so, libQt5ScriptTools.so, libQt5Sensors.so,
532 libQt5SerialPort.so, libQt5Sql.so, libQt5Svg.so, libQt5Test.so,
533 libQt5UiTools.a, libQt5WebChannel.so, libQt5WebEngineCore.so,
534 libQt5WebEngine.so, libQt5WebEngineWidgets.so, libQt5WebKit.so,
535 libQt5WebKitWidgets.so, libQt5WebSockets.so, libQt5Widgets.so,
536 libQt5X11Extras.so, libQt5XmlPatterns.so, libQt5Xml.so, and several
537 plugins under /opt/qt5/{imports,plugins,qml}
538 </seg>
539 <seg>
540 /usr/include/qt5,
541 /usr/lib/qt5,
542 /usr/share/doc/qt5, and
543 /usr/share/qt5
544 OR
545 /opt/qt5 and
546 /opt/qt-&qt5-version;
547 </seg>
548 </seglistitem>
549 </segmentedlist>
550
551 <variablelist>
552 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
553 <?dbfo list-presentation="list"?>
554 <?dbhtml list-presentation="table"?>
555
556 <varlistentry id="assistant-qt5">
557 <term><command>assistant</command></term>
558 <listitem>
559 <para>
560 is a tool for presenting on-line documentation.
561 </para>
562 <indexterm zone="qt5 assistant-qt5">
563 <primary sortas="b-assistant-qt5">assistant</primary>
564 </indexterm>
565 </listitem>
566 </varlistentry>
567
568 <varlistentry id="designer-qt5">
569 <term><command>designer</command></term>
570 <listitem>
571 <para>
572 is a full-fledged GUI builder. It includes
573 powerful features such as preview mode, automatic widget
574 layout, support for custom widgets, and an advanced
575 property editor.
576 </para>
577 <indexterm zone="qt5 designer-qt5">
578 <primary sortas="b-designer-qt5">designer</primary>
579 </indexterm>
580 </listitem>
581 </varlistentry>
582
583 <varlistentry id="lconvert-qt5">
584 <term><command>lconvert</command></term>
585 <listitem>
586 <para>
587 is part of Qt5's Linguist tool chain. It can be used as a
588 standalone tool to convert and filter translation data files.
589 </para>
590 <indexterm zone="qt5 lconvert-qt5">
591 <primary sortas="b-lconvert-qt5">lconvert</primary>
592 </indexterm>
593 </listitem>
594 </varlistentry>
595
596 <varlistentry id="linguist-qt5">
597 <term><command>linguist</command></term>
598 <listitem>
599 <para>
600 provides support for translating applications into
601 local languages.
602 </para>
603 <indexterm zone="qt5 linguist-qt5">
604 <primary sortas="b-linguist-qt5">linguist</primary>
605 </indexterm>
606 </listitem>
607 </varlistentry>
608
609 <varlistentry id="lrelease-qt5">
610 <term><command>lrelease</command></term>
611 <listitem>
612 <para>
613 is a simple command line tool. It reads a Qt project
614 file and produces message files used by the application.
615 </para>
616 <indexterm zone="qt5 lrelease-qt5">
617 <primary sortas="b-lrelease-qt5">lrelease</primary>
618 </indexterm>
619 </listitem>
620 </varlistentry>
621
622 <varlistentry id="lupdate-qt5">
623 <term><command>lupdate</command></term>
624 <listitem>
625 <para>
626 reads a Qt project file, finds the translatable
627 strings in the specified source, header and Qt Designer
628 interface files, and produces or updates the translation
629 files listed in the project file.
630 </para>
631 <indexterm zone="qt5 lupdate-qt5">
632 <primary sortas="b-lupdate-qt5">lupdate</primary>
633 </indexterm>
634 </listitem>
635 </varlistentry>
636
637 <varlistentry id="moc-qt5">
638 <term><command>moc</command></term>
639 <listitem>
640 <para>
641 generates Qt meta object support code.
642 </para>
643 <indexterm zone="qt5 moc-qt5">
644 <primary sortas="b-moc-qt5">moc</primary>
645 </indexterm>
646 </listitem>
647 </varlistentry>
648
649 <varlistentry id="pixeltool-qt5">
650 <term><command>pixeltool</command></term>
651 <listitem>
652 <para>
653 is a desktop magnifier and as you move your mouse around
654 the screen it will show the magnified contents in its window.
655 </para>
656 <indexterm zone="qt5 pixeltool-qt5">
657 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
658 </indexterm>
659 </listitem>
660 </varlistentry>
661
662 <varlistentry id="qcollectiongenerator-qt5">
663 <term><command>qcollectiongenerator</command></term>
664 <listitem>
665 <para>
666 is a tool used to create a Qt Help Collection.
667 </para>
668 <indexterm zone="qt5 qcollectiongenerator-qt5">
669 <primary sortas="b-qcollectiongenerator-qt5">qcollectiongenerator</primary>
670 </indexterm>
671 </listitem>
672 </varlistentry>
673
674 <varlistentry id="qdbuscpp2xml-qt5">
675 <term><command>qdbuscpp2xml</command></term>
676 <listitem>
677 <para>
678 takes a C++ source file and generates a D-Bus XML definition
679 of the interface.
680 </para>
681 <indexterm zone="qt5 qdbuscpp2xml-qt5">
682 <primary sortas="b-qdbuscpp2xml-qt5">qdbuscpp2xml</primary>
683 </indexterm>
684 </listitem>
685 </varlistentry>
686
687 <varlistentry id="qdbus-qt5">
688 <term><command>qdbus</command></term>
689 <listitem>
690 <para>
691 lists available services, object paths, methods, signals, and
692 properties of objects on a bus.
693 </para>
694 <indexterm zone="qt5 qdbus-qt5">
695 <primary sortas="b-qdbus-qt5">qdbus</primary>
696 </indexterm>
697 </listitem>
698 </varlistentry>
699
700 <varlistentry id="qdbusviewer-qt5">
701 <term><command>qdbusviewer</command></term>
702 <listitem>
703 <para>
704 is a graphical D-Bus browser.
705 </para>
706 <indexterm zone="qt5 qdbusviewer-qt5">
707 <primary sortas="b-qdbusviewer-qt5">qdbusviewer</primary>
708 </indexterm>
709 </listitem>
710 </varlistentry>
711
712 <varlistentry id="qdbusxml2cpp-qt5">
713 <term><command>qdbusxml2cpp</command></term>
714 <listitem>
715 <para>
716 is a tool that can be used to parse interface descriptions
717 and produce static code representing those interfaces,
718 </para>
719 <indexterm zone="qt5 qdbusxml2cpp-qt5">
720 <primary sortas="b-qdbusxml2cpp-qt5">qdbusxml2cpp</primary>
721 </indexterm>
722 </listitem>
723 </varlistentry>
724
725 <varlistentry id="qdoc-qt5">
726 <term><command>qdoc</command></term>
727 <listitem>
728 <para>
729 is a tool used by <application>Qt</application> Developers to
730 generate documentation for software projects.
731 </para>
732 <indexterm zone="qt5 qdoc-qt5">
733 <primary sortas="b-qdoc-qt5">qdoc</primary>
734 </indexterm>
735 </listitem>
736 </varlistentry>
737
738 <varlistentry id="qhelpconverter-qt5">
739 <term><command>qhelpconverter</command></term>
740 <listitem>
741 <para>
742 is a tool used to convert files to <application>Qt</application>
743 help format.
744 </para>
745 <indexterm zone="qt5 qhelpconverter-qt5">
746 <primary sortas="b-qhelpconverter-qt5">qhelpconverter</primary>
747 </indexterm>
748 </listitem>
749 </varlistentry>
750
751 <varlistentry id="qhelpgenerator-qt5">
752 <term><command>qhelpgenerator</command></term>
753 <listitem>
754 <para>
755 is a tool used to generate a <application>Qt</application>
756 compressed help file.
757 </para>
758 <indexterm zone="qt5 qhelpgenerator-qt5">
759 <primary sortas="b-qhelpgenerator-qt5">qhelpgenerator</primary>
760 </indexterm>
761 </listitem>
762 </varlistentry>
763
764 <varlistentry id="qlalr-qt5">
765 <term><command>qlalr</command></term>
766 <listitem>
767 <para>
768 is a tool used to generate code from grammar specifications.
769 </para>
770 <indexterm zone="qt5 qlalr-qt5">
771 <primary sortas="b-qlalr-qt5">qlalr</primary>
772 </indexterm>
773 </listitem>
774 </varlistentry>
775
776 <varlistentry id="qmake-qt5">
777 <term><command>qmake</command></term>
778 <listitem>
779 <para>
780 uses information stored in project files to
781 determine what should go in the makefiles it
782 generates.
783 </para>
784 <indexterm zone="qt5 qmake-qt5">
785 <primary sortas="b-qmake-qt5">qmake</primary>
786 </indexterm>
787 </listitem>
788 </varlistentry>
789
790 <varlistentry id="qml1plugindump-qt5">
791 <term><command>qml1plugindump</command></term>
792 <listitem>
793 <para>
794 is a symlink to <application>qtchooser</application>.
795 </para>
796 <indexterm zone="qt5 qml1plugindump-qt5">
797 <primary sortas="b-qml1plugindump-qt5">qml1plugindump</primary>
798 </indexterm>
799 </listitem>
800 </varlistentry>
801
802 <varlistentry id="qmlbundle-qt5">
803 <term><command>qmlbundle</command></term>
804 <listitem>
805 <para>
806 is a tool used to manage QML bundle.
807 </para>
808 <indexterm zone="qt5 qmlbundle-qt5">
809 <primary sortas="b-qmlbundle-qt5">qmlbundle</primary>
810 </indexterm>
811 </listitem>
812 </varlistentry>
813
814 <varlistentry id="qmleasing-qt5">
815 <term><command>qmleasing</command></term>
816 <listitem>
817 <para>
818 is a tool used to define the easing curves using an
819 interactive curve editor.
820 </para>
821 <indexterm zone="qt5 qmleasing-qt5">
822 <primary sortas="b-qmleasing-qt5">qmleasing</primary>
823 </indexterm>
824 </listitem>
825 </varlistentry>
826
827 <varlistentry id="qmlimportscanner-qt5">
828 <term><command>qmlimportscanner</command></term>
829 <listitem>
830 <para>
831 is a tool used to import QML files from a directory.
832 </para>
833 <indexterm zone="qt5 qmlimportscanner-qt5">
834 <primary sortas="b-qmlimportscanner-qt5">qmlimportscanner</primary>
835 </indexterm>
836 </listitem>
837 </varlistentry>
838
839 <varlistentry id="qmllint-qt5">
840 <term><command>qmllint</command></term>
841 <listitem>
842 <para>
843 is a syntax checker for QML files.
844 </para>
845 <indexterm zone="qt5 qmllint-qt5">
846 <primary sortas="b-qmllint-qt5">qmllint</primary>
847 </indexterm>
848 </listitem>
849 </varlistentry>
850
851 <varlistentry id="qmlmin-qt5">
852 <term><command>qmlmin</command></term>
853 <listitem>
854 <para>
855 removes comments and layout characters from a QML file.
856 </para>
857 <indexterm zone="qt5 qmlmin-qt5">
858 <primary sortas="b-qmlmin-qt5">qmlmin</primary>
859 </indexterm>
860 </listitem>
861 </varlistentry>
862
863 <varlistentry id="qmlplugindump-qt5">
864 <term><command>qmlplugindump</command></term>
865 <listitem>
866 <para>
867 is a tool to create a qmltypes file.
868 </para>
869 <indexterm zone="qt5 qmlplugindump-qt5">
870 <primary sortas="b-qmlplugindump-qt5">qmlplugindump</primary>
871 </indexterm>
872 </listitem>
873 </varlistentry>
874
875 <varlistentry id="qmlprofiler-qt5">
876 <term><command>qmlprofiler</command></term>
877 <listitem>
878 <para>
879 is a tool used to analyze QML applications.
880 </para>
881 <indexterm zone="qt5 qmlprofiler-qt5">
882 <primary sortas="b-qmlprofiler-qt5">qmlprofiler</primary>
883 </indexterm>
884 </listitem>
885 </varlistentry>
886
887 <varlistentry id="qmlscene-qt5">
888 <term><command>qmlscene</command></term>
889 <listitem>
890 <para>
891 is a utility that loads and displays QML documents even before
892 the application is complete.
893 </para>
894 <indexterm zone="qt5 qmlscene-qt5">
895 <primary sortas="b-qmlscene-qt5">qmlscene</primary>
896 </indexterm>
897 </listitem>
898 </varlistentry>
899
900 <varlistentry id="qmltestrunner-qt5">
901 <term><command>qmltestrunner</command></term>
902 <listitem>
903 <para>
904 is a tool used to make tests.
905 </para>
906 <indexterm zone="qt5 qmltestrunner-qt5">
907 <primary sortas="b-qmltestrunner-qt5">qmltestrunner</primary>
908 </indexterm>
909 </listitem>
910 </varlistentry>
911
912 <varlistentry id="qmlviewer-qt5">
913 <term><command>qmlviewer</command></term>
914 <listitem>
915 <para>
916 is a tool for loading QML documents that makes it easy to quickly
917 develop and debug QML applications.
918 </para>
919 <indexterm zone="qt5 qmlviewer-qt5">
920 <primary sortas="b-qmlviewer-qt5">qmlviewer</primary>
921 </indexterm>
922 </listitem>
923 </varlistentry>
924
925 <varlistentry id="qtdiag-qt5">
926 <term><command>qtdiag</command></term>
927 <listitem>
928 <para>
929 is a tool for reporting diagnostic information about Qt and its
930 environment.
931 </para>
932 <indexterm zone="qt5 qtdiag-qt5">
933 <primary sortas="b-qtdiag-qt5">qtdiag</primary>
934 </indexterm>
935 </listitem>
936 </varlistentry>
937
938 <varlistentry id="qtpaths-qt5">
939 <term><command>qtpaths</command></term>
940 <listitem>
941 <para>
942 is a tool to query Qt path information.
943 </para>
944 <indexterm zone="qt5 qtpaths-qt5">
945 <primary sortas="b-qtpaths-qt5">qtpaths</primary>
946 </indexterm>
947 </listitem>
948 </varlistentry>
949
950 <varlistentry id="rcc-qt5">
951 <term><command>rcc</command></term>
952 <listitem>
953 <para>
954 is a resource compiler used in conjunction with designer.
955 </para>
956 <indexterm zone="qt5 rcc-qt5">
957 <primary sortas="b-rcc-qt5">rcc</primary>
958 </indexterm>
959 </listitem>
960 </varlistentry>
961
962 <varlistentry id="syncqt.pl-qt5">
963 <term><command>syncqt.pl</command></term>
964 <listitem>
965 <para>
966 is a script to create the forwarding headers in the include
967 directories. It is an internal development tool.
968 </para>
969 <indexterm zone="qt5 syncqt.pl-qt5">
970 <primary sortas="b-syncqt.pl-qt5">syncqt.pl</primary>
971 </indexterm>
972 </listitem>
973 </varlistentry>
974
975 <varlistentry id="uic-qt5">
976 <term><command>uic</command></term>
977 <listitem>
978 <para>
979 is a Qt user interface compiler.
980 </para>
981 <indexterm zone="qt5 uic-qt5">
982 <primary sortas="b-uic-qt5">uic</primary>
983 </indexterm>
984 </listitem>
985 </varlistentry>
986
987 <varlistentry id="xmlpatterns-qt5">
988 <term><command>xmlpatterns</command></term>
989 <listitem>
990 <para>
991 provides support for XPath, XQuery, XSLT, and XML Schema
992 validation.
993 </para>
994 <indexterm zone="qt5 xmlpatterns-qt5">
995 <primary sortas="b-xmlpatterns-qt5">xmlpatterns</primary>
996 </indexterm>
997 </listitem>
998 </varlistentry>
999
1000 <varlistentry id="xmlpatternsvalidator-qt5">
1001 <term><command>xmlpatternsvalidator</command></term>
1002 <listitem>
1003 <para>
1004 is a tool used to validate XML documents.
1005 </para>
1006 <indexterm zone="qt5 xmlpatternsvalidator-qt5">
1007 <primary sortas="b-xmlpatternsvalidator-qt5">xmlpatternsvalidator</primary>
1008 </indexterm>
1009 </listitem>
1010 </varlistentry>
1011
1012 </variablelist>
1013
1014 </sect2>
1015
1016</sect1>
Note: See TracBrowser for help on using the repository browser.