source: x/lib/qt5.xml@ bed608b0

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

[Systemd merge] - Chapter 25

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

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