source: x/lib/qt5.xml@ bc1fb5d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 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 bc1fb5d was bc1fb5d, checked in by Pierre Labastie <pieere@…>, 9 years ago

Cosmetics on qt libraries

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

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