source: x/lib/qt5.xml@ a2c3ec79

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 a2c3ec79 was a2c3ec79, checked in by Pierre Labastie <pieere@…>, 8 years ago

GCC 6 tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17334 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;&gcc6_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
457pathappend $QT5DIR/bin/qt5
458
459# End /etc/profile.d/qt5.sh</literal>
460EOF</userinput></screen>
461
462 <para>
463 If you installed <application>Qt5</application> in a location other
464 than <filename class="directory">/usr</filename>, you need to update the
465 following configuration files so that <application>Qt5</application> is
466 correctly found by other packages and system processes.
467 </para>
468
469 <para>
470 As the <systemitem class="username">root</systemitem> user, update
471 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
472 run-time cache file:
473 </para>
474
475<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
476<literal># Begin Qt addition
477
478/opt/qt5/lib
479
480# End Qt addition</literal>
481EOF
482
483ldconfig</userinput></screen>
484
485 <indexterm zone="qt5 qt5-config">
486 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
487 </indexterm>
488
489 <para>
490 As the <systemitem class="username">root</systemitem> user, create
491 the <filename>/etc/profile.d/qt5.sh</filename> file:
492 </para>
493
494<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
495<literal># Begin /etc/profile.d/qt5.sh
496
497QT5DIR=/opt/qt5
498
499pathappend $QT5DIR/bin PATH
500pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH
501
502export QT5DIR
503
504# End /etc/profile.d/qt5.sh</literal>
505EOF</userinput></screen>
506
507 </sect3>
508
509 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
510 href="../../xincludes/setqt.xml"/>
511 </sect2>
512
513 <sect2 role="content">
514 <title>Contents</title>
515
516 <segmentedlist>
517 <segtitle>Installed Programs</segtitle>
518 <segtitle>Installed Libraries</segtitle>
519 <segtitle>Installed Directories</segtitle>
520
521 <seglistitem>
522 <seg>
523 assistant, designer, lconvert, linguist, lrelease,
524 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
525 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
526 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle, qmleasing,
527 qmlimportscanner, qmllint, qmlmin, qmlplugindump, qmlprofiler, qml,
528 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
529 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
530 </seg>
531 <seg>
532 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
533 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
534 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
535 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
536 libQt5Help.so, libQt5Location.so, libQt5MultimediaQuick_p.so,
537 libQt5Multimedia.so, libQt5MultimediaWidgets.so, libQt5Network.so,
538 libQt5Nfc.so, libQt5OpenGLExtensions.a, libQt5OpenGL.so,
539 libQt5PlatformSupport.a, libQt5Positioning.so, libQt5PrintSupport.so,
540 libQt5QmlDevTools.a, libQt5Qml.so, libQt5QuickParticles.so,
541 libQt5Quick.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
542 libQt5Script.so, libQt5ScriptTools.so, libQt5Sensors.so,
543 libQt5SerialPort.so, libQt5Sql.so, libQt5Svg.so, libQt5Test.so,
544 libQt5UiTools.a, libQt5WebChannel.so, libQt5WebEngineCore.so,
545 libQt5WebEngine.so, libQt5WebEngineWidgets.so, libQt5WebKit.so,
546 libQt5WebKitWidgets.so, libQt5WebSockets.so, libQt5Widgets.so,
547 libQt5X11Extras.so, libQt5XmlPatterns.so, libQt5Xml.so, and several
548 plugins under /opt/qt5/{imports,plugins,qml}
549 </seg>
550 <seg>
551 /usr/include/qt5,
552 /usr/lib/qt5,
553 /usr/share/doc/qt5, and
554 /usr/share/qt5
555 OR
556 /opt/qt5 and
557 /opt/qt-&qt5-version;
558 </seg>
559 </seglistitem>
560 </segmentedlist>
561
562 <variablelist>
563 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
564 <?dbfo list-presentation="list"?>
565 <?dbhtml list-presentation="table"?>
566
567 <varlistentry id="assistant-qt5">
568 <term><command>assistant</command></term>
569 <listitem>
570 <para>
571 is a tool for presenting on-line documentation.
572 </para>
573 <indexterm zone="qt5 assistant-qt5">
574 <primary sortas="b-assistant-qt5">assistant</primary>
575 </indexterm>
576 </listitem>
577 </varlistentry>
578
579 <varlistentry id="designer-qt5">
580 <term><command>designer</command></term>
581 <listitem>
582 <para>
583 is a full-fledged GUI builder. It includes
584 powerful features such as preview mode, automatic widget
585 layout, support for custom widgets, and an advanced
586 property editor.
587 </para>
588 <indexterm zone="qt5 designer-qt5">
589 <primary sortas="b-designer-qt5">designer</primary>
590 </indexterm>
591 </listitem>
592 </varlistentry>
593
594 <varlistentry id="lconvert-qt5">
595 <term><command>lconvert</command></term>
596 <listitem>
597 <para>
598 is part of Qt5's Linguist tool chain. It can be used as a
599 standalone tool to convert and filter translation data files.
600 </para>
601 <indexterm zone="qt5 lconvert-qt5">
602 <primary sortas="b-lconvert-qt5">lconvert</primary>
603 </indexterm>
604 </listitem>
605 </varlistentry>
606
607 <varlistentry id="linguist-qt5">
608 <term><command>linguist</command></term>
609 <listitem>
610 <para>
611 provides support for translating applications into
612 local languages.
613 </para>
614 <indexterm zone="qt5 linguist-qt5">
615 <primary sortas="b-linguist-qt5">linguist</primary>
616 </indexterm>
617 </listitem>
618 </varlistentry>
619
620 <varlistentry id="lrelease-qt5">
621 <term><command>lrelease</command></term>
622 <listitem>
623 <para>
624 is a simple command line tool. It reads a Qt project
625 file and produces message files used by the application.
626 </para>
627 <indexterm zone="qt5 lrelease-qt5">
628 <primary sortas="b-lrelease-qt5">lrelease</primary>
629 </indexterm>
630 </listitem>
631 </varlistentry>
632
633 <varlistentry id="lupdate-qt5">
634 <term><command>lupdate</command></term>
635 <listitem>
636 <para>
637 reads a Qt project file, finds the translatable
638 strings in the specified source, header and Qt Designer
639 interface files, and produces or updates the translation
640 files listed in the project file.
641 </para>
642 <indexterm zone="qt5 lupdate-qt5">
643 <primary sortas="b-lupdate-qt5">lupdate</primary>
644 </indexterm>
645 </listitem>
646 </varlistentry>
647
648 <varlistentry id="moc-qt5">
649 <term><command>moc</command></term>
650 <listitem>
651 <para>
652 generates Qt meta object support code.
653 </para>
654 <indexterm zone="qt5 moc-qt5">
655 <primary sortas="b-moc-qt5">moc</primary>
656 </indexterm>
657 </listitem>
658 </varlistentry>
659
660 <varlistentry id="pixeltool-qt5">
661 <term><command>pixeltool</command></term>
662 <listitem>
663 <para>
664 is a desktop magnifier and as you move your mouse around
665 the screen it will show the magnified contents in its window.
666 </para>
667 <indexterm zone="qt5 pixeltool-qt5">
668 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
669 </indexterm>
670 </listitem>
671 </varlistentry>
672
673 <varlistentry id="qcollectiongenerator-qt5">
674 <term><command>qcollectiongenerator</command></term>
675 <listitem>
676 <para>
677 is a tool used to create a Qt Help Collection.
678 </para>
679 <indexterm zone="qt5 qcollectiongenerator-qt5">
680 <primary sortas="b-qcollectiongenerator-qt5">qcollectiongenerator</primary>
681 </indexterm>
682 </listitem>
683 </varlistentry>
684
685 <varlistentry id="qdbuscpp2xml-qt5">
686 <term><command>qdbuscpp2xml</command></term>
687 <listitem>
688 <para>
689 takes a C++ source file and generates a D-Bus XML definition
690 of the interface.
691 </para>
692 <indexterm zone="qt5 qdbuscpp2xml-qt5">
693 <primary sortas="b-qdbuscpp2xml-qt5">qdbuscpp2xml</primary>
694 </indexterm>
695 </listitem>
696 </varlistentry>
697
698 <varlistentry id="qdbus-qt5">
699 <term><command>qdbus</command></term>
700 <listitem>
701 <para>
702 lists available services, object paths, methods, signals, and
703 properties of objects on a bus.
704 </para>
705 <indexterm zone="qt5 qdbus-qt5">
706 <primary sortas="b-qdbus-qt5">qdbus</primary>
707 </indexterm>
708 </listitem>
709 </varlistentry>
710
711 <varlistentry id="qdbusviewer-qt5">
712 <term><command>qdbusviewer</command></term>
713 <listitem>
714 <para>
715 is a graphical D-Bus browser.
716 </para>
717 <indexterm zone="qt5 qdbusviewer-qt5">
718 <primary sortas="b-qdbusviewer-qt5">qdbusviewer</primary>
719 </indexterm>
720 </listitem>
721 </varlistentry>
722
723 <varlistentry id="qdbusxml2cpp-qt5">
724 <term><command>qdbusxml2cpp</command></term>
725 <listitem>
726 <para>
727 is a tool that can be used to parse interface descriptions
728 and produce static code representing those interfaces,
729 </para>
730 <indexterm zone="qt5 qdbusxml2cpp-qt5">
731 <primary sortas="b-qdbusxml2cpp-qt5">qdbusxml2cpp</primary>
732 </indexterm>
733 </listitem>
734 </varlistentry>
735
736 <varlistentry id="qdoc-qt5">
737 <term><command>qdoc</command></term>
738 <listitem>
739 <para>
740 is a tool used by <application>Qt</application> Developers to
741 generate documentation for software projects.
742 </para>
743 <indexterm zone="qt5 qdoc-qt5">
744 <primary sortas="b-qdoc-qt5">qdoc</primary>
745 </indexterm>
746 </listitem>
747 </varlistentry>
748
749 <varlistentry id="qhelpconverter-qt5">
750 <term><command>qhelpconverter</command></term>
751 <listitem>
752 <para>
753 is a tool used to convert files to <application>Qt</application>
754 help format.
755 </para>
756 <indexterm zone="qt5 qhelpconverter-qt5">
757 <primary sortas="b-qhelpconverter-qt5">qhelpconverter</primary>
758 </indexterm>
759 </listitem>
760 </varlistentry>
761
762 <varlistentry id="qhelpgenerator-qt5">
763 <term><command>qhelpgenerator</command></term>
764 <listitem>
765 <para>
766 is a tool used to generate a <application>Qt</application>
767 compressed help file.
768 </para>
769 <indexterm zone="qt5 qhelpgenerator-qt5">
770 <primary sortas="b-qhelpgenerator-qt5">qhelpgenerator</primary>
771 </indexterm>
772 </listitem>
773 </varlistentry>
774
775 <varlistentry id="qlalr-qt5">
776 <term><command>qlalr</command></term>
777 <listitem>
778 <para>
779 is a tool used to generate code from grammar specifications.
780 </para>
781 <indexterm zone="qt5 qlalr-qt5">
782 <primary sortas="b-qlalr-qt5">qlalr</primary>
783 </indexterm>
784 </listitem>
785 </varlistentry>
786
787 <varlistentry id="qmake-qt5">
788 <term><command>qmake</command></term>
789 <listitem>
790 <para>
791 uses information stored in project files to
792 determine what should go in the makefiles it
793 generates.
794 </para>
795 <indexterm zone="qt5 qmake-qt5">
796 <primary sortas="b-qmake-qt5">qmake</primary>
797 </indexterm>
798 </listitem>
799 </varlistentry>
800
801 <varlistentry id="qml1plugindump-qt5">
802 <term><command>qml1plugindump</command></term>
803 <listitem>
804 <para>
805 is a symlink to <application>qtchooser</application>.
806 </para>
807 <indexterm zone="qt5 qml1plugindump-qt5">
808 <primary sortas="b-qml1plugindump-qt5">qml1plugindump</primary>
809 </indexterm>
810 </listitem>
811 </varlistentry>
812
813 <varlistentry id="qmlbundle-qt5">
814 <term><command>qmlbundle</command></term>
815 <listitem>
816 <para>
817 is a tool used to manage QML bundle.
818 </para>
819 <indexterm zone="qt5 qmlbundle-qt5">
820 <primary sortas="b-qmlbundle-qt5">qmlbundle</primary>
821 </indexterm>
822 </listitem>
823 </varlistentry>
824
825 <varlistentry id="qmleasing-qt5">
826 <term><command>qmleasing</command></term>
827 <listitem>
828 <para>
829 is a tool used to define the easing curves using an
830 interactive curve editor.
831 </para>
832 <indexterm zone="qt5 qmleasing-qt5">
833 <primary sortas="b-qmleasing-qt5">qmleasing</primary>
834 </indexterm>
835 </listitem>
836 </varlistentry>
837
838 <varlistentry id="qmlimportscanner-qt5">
839 <term><command>qmlimportscanner</command></term>
840 <listitem>
841 <para>
842 is a tool used to import QML files from a directory.
843 </para>
844 <indexterm zone="qt5 qmlimportscanner-qt5">
845 <primary sortas="b-qmlimportscanner-qt5">qmlimportscanner</primary>
846 </indexterm>
847 </listitem>
848 </varlistentry>
849
850 <varlistentry id="qmllint-qt5">
851 <term><command>qmllint</command></term>
852 <listitem>
853 <para>
854 is a syntax checker for QML files.
855 </para>
856 <indexterm zone="qt5 qmllint-qt5">
857 <primary sortas="b-qmllint-qt5">qmllint</primary>
858 </indexterm>
859 </listitem>
860 </varlistentry>
861
862 <varlistentry id="qmlmin-qt5">
863 <term><command>qmlmin</command></term>
864 <listitem>
865 <para>
866 removes comments and layout characters from a QML file.
867 </para>
868 <indexterm zone="qt5 qmlmin-qt5">
869 <primary sortas="b-qmlmin-qt5">qmlmin</primary>
870 </indexterm>
871 </listitem>
872 </varlistentry>
873
874 <varlistentry id="qmlplugindump-qt5">
875 <term><command>qmlplugindump</command></term>
876 <listitem>
877 <para>
878 is a tool to create a qmltypes file.
879 </para>
880 <indexterm zone="qt5 qmlplugindump-qt5">
881 <primary sortas="b-qmlplugindump-qt5">qmlplugindump</primary>
882 </indexterm>
883 </listitem>
884 </varlistentry>
885
886 <varlistentry id="qmlprofiler-qt5">
887 <term><command>qmlprofiler</command></term>
888 <listitem>
889 <para>
890 is a tool used to analyze QML applications.
891 </para>
892 <indexterm zone="qt5 qmlprofiler-qt5">
893 <primary sortas="b-qmlprofiler-qt5">qmlprofiler</primary>
894 </indexterm>
895 </listitem>
896 </varlistentry>
897
898<!--
899 <varlistentry id="qml-qt5">
900 <term><command>qml</command></term>
901 <listitem>
902 <para>
903 do something.......
904 </para>
905 <indexterm zone="qt5 qml-qt5">
906 <primary sortas="b-qml-qt5">qml</primary>
907 </indexterm>
908 </listitem>
909 </varlistentry>
910-->
911
912 <varlistentry id="qmlscene-qt5">
913 <term><command>qmlscene</command></term>
914 <listitem>
915 <para>
916 is a utility that loads and displays QML documents even before
917 the application is complete.
918 </para>
919 <indexterm zone="qt5 qmlscene-qt5">
920 <primary sortas="b-qmlscene-qt5">qmlscene</primary>
921 </indexterm>
922 </listitem>
923 </varlistentry>
924
925 <varlistentry id="qmltestrunner-qt5">
926 <term><command>qmltestrunner</command></term>
927 <listitem>
928 <para>
929 is a tool used to make tests.
930 </para>
931 <indexterm zone="qt5 qmltestrunner-qt5">
932 <primary sortas="b-qmltestrunner-qt5">qmltestrunner</primary>
933 </indexterm>
934 </listitem>
935 </varlistentry>
936
937 <varlistentry id="qmlviewer-qt5">
938 <term><command>qmlviewer</command></term>
939 <listitem>
940 <para>
941 is a tool for loading QML documents that makes it easy to quickly
942 develop and debug QML applications.
943 </para>
944 <indexterm zone="qt5 qmlviewer-qt5">
945 <primary sortas="b-qmlviewer-qt5">qmlviewer</primary>
946 </indexterm>
947 </listitem>
948 </varlistentry>
949
950 <varlistentry id="qtdiag-qt5">
951 <term><command>qtdiag</command></term>
952 <listitem>
953 <para>
954 is a tool for reporting diagnostic information about Qt and its
955 environment.
956 </para>
957 <indexterm zone="qt5 qtdiag-qt5">
958 <primary sortas="b-qtdiag-qt5">qtdiag</primary>
959 </indexterm>
960 </listitem>
961 </varlistentry>
962
963 <varlistentry id="qtpaths-qt5">
964 <term><command>qtpaths</command></term>
965 <listitem>
966 <para>
967 is a tool to query Qt path information.
968 </para>
969 <indexterm zone="qt5 qtpaths-qt5">
970 <primary sortas="b-qtpaths-qt5">qtpaths</primary>
971 </indexterm>
972 </listitem>
973 </varlistentry>
974
975 <varlistentry id="rcc-qt5">
976 <term><command>rcc</command></term>
977 <listitem>
978 <para>
979 is a resource compiler used in conjunction with designer.
980 </para>
981 <indexterm zone="qt5 rcc-qt5">
982 <primary sortas="b-rcc-qt5">rcc</primary>
983 </indexterm>
984 </listitem>
985 </varlistentry>
986
987 <varlistentry id="syncqt.pl-qt5">
988 <term><command>syncqt.pl</command></term>
989 <listitem>
990 <para>
991 is a script to create the forwarding headers in the include
992 directories. It is an internal development tool.
993 </para>
994 <indexterm zone="qt5 syncqt.pl-qt5">
995 <primary sortas="b-syncqt.pl-qt5">syncqt.pl</primary>
996 </indexterm>
997 </listitem>
998 </varlistentry>
999
1000 <varlistentry id="uic-qt5">
1001 <term><command>uic</command></term>
1002 <listitem>
1003 <para>
1004 is a Qt user interface compiler.
1005 </para>
1006 <indexterm zone="qt5 uic-qt5">
1007 <primary sortas="b-uic-qt5">uic</primary>
1008 </indexterm>
1009 </listitem>
1010 </varlistentry>
1011
1012 <varlistentry id="xmlpatterns-qt5">
1013 <term><command>xmlpatterns</command></term>
1014 <listitem>
1015 <para>
1016 provides support for XPath, XQuery, XSLT, and XML Schema
1017 validation.
1018 </para>
1019 <indexterm zone="qt5 xmlpatterns-qt5">
1020 <primary sortas="b-xmlpatterns-qt5">xmlpatterns</primary>
1021 </indexterm>
1022 </listitem>
1023 </varlistentry>
1024
1025 <varlistentry id="xmlpatternsvalidator-qt5">
1026 <term><command>xmlpatternsvalidator</command></term>
1027 <listitem>
1028 <para>
1029 is a tool used to validate XML documents.
1030 </para>
1031 <indexterm zone="qt5 xmlpatternsvalidator-qt5">
1032 <primary sortas="b-xmlpatternsvalidator-qt5">xmlpatternsvalidator</primary>
1033 </indexterm>
1034 </listitem>
1035 </varlistentry>
1036
1037 </variablelist>
1038
1039 </sect2>
1040
1041</sect1>
Note: See TracBrowser for help on using the repository browser.