source: x/lib/qt5.xml@ 252e5bf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 252e5bf was 10f9bb45, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • summ-blfs-test.php: fix to reflect changes to summ-blfs.php.
  • Qt-5.5.1 and gobject-introspection-1.46.0: add Python-2.7.11 as required.
  • Update to iso-codes-3.63.
  • Update to unixODBC-2.3.4.
  • Update to swig-3.0.8.
  • Update to qemu-2.5.0.

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

  • Property mode set to 100644
File size: 34.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY qt5-major "5.5">
8 <!ENTITY qt5-url "http://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single">
9
10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
11 <!ENTITY qt5-download-ftp " ">
12 <!ENTITY qt5-md5sum "c2a249e8795d45200d997d96860d0353">
13 <!ENTITY qt5-size "306 MB">
14 <!ENTITY qt5-buildsize "7.6 GB (187 MB installed)">
15 <!ENTITY qt5-time "98 SBU">
16]>
17
18<sect1 id="qt5" xreflabel="Qt-&qt5-version;">
19 <?dbhtml filename="qt5.html" ?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>Qt-&qt5-version;</title>
27
28 <indexterm zone="qt5">
29 <primary sortas="a-Qt">Qt</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Qt5</title>
34
35 <para>
36 <application>Qt5</application> is a cross-platform application framework
37 that is widely used for developing application software with a graphical
38 user interface (GUI) (in which cases <application>Qt5</application> is
39 classified as a widget toolkit), and also used for developing non-GUI
40 programs such as command-line tools and consoles for servers. One of the
41 major users of <application>Qt</application> is <application>KDE
42 Frameworks 5 (KF5)</application>.
43 </para>
44
45 &lfs78_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&qt5-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&qt5-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &qt5-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &qt5-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &qt5-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &qt5-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="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="dbus"/> (required for QtWebKit),
95 <xref linkend="glib2"/>,
96 <xref linkend="gst10-plugins-base"/> (QtWebKit HTML5 Video Support),
97 <xref linkend="icu"/> (required for QtWebKit),
98 <xref linkend="jasper"/>,
99 <xref linkend="libjpeg"/>,
100 <xref linkend="libmng"/>,
101 <xref linkend="libpng"/>,
102 <xref linkend="libtiff"/>,
103 <xref linkend="libwebp"/>,
104 <xref linkend="mesa"/>,
105 <xref linkend="mtdev"/>,
106 <xref linkend="openssl"/>,
107 <xref linkend="pcre"/>,
108 <xref linkend="sqlite"/>,
109 <xref linkend="ruby"/> (required for QtWebKit),
110 <xref linkend="xcb-util-image"/>,
111 <xref linkend="xcb-util-keysyms"/>,
112 <xref linkend="xcb-util-renderutil"/>, and
113 <xref linkend="xcb-util-wm"/>
114 </para>
115
116 <bridgehead renderas="sect4">Optional</bridgehead>
117 <para role="optional">
118 <xref linkend="geoclue"/>,
119 <xref linkend="gtk2"/> (GTK+ Theme Support),
120 <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the included one has. -->
121 <xref linkend="libinput"/>,
122 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
123 <xref linkend="postgresql"/>,
124 <xref linkend="pulseaudio"/>,
125 <xref linkend="unixodbc"/>,
126 <xref linkend="libxkbcommon"/>, and
127 <ulink url="https://github.com/ibus/ibus/wiki">ibus</ulink>
128 </para>
129
130 <para condition="html" role="usernotes">User Notes:
131 <ulink url="&blfs-wiki;/qt5"/>
132 </para>
133 </sect2>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/qt-alternatives.xml"/>
137
138 <sect2 role="qt5-prefix">
139 <title>Setting the installation prefix</title>
140
141 <bridgehead renderas="sect3">Installing in /opt/qt5</bridgehead>
142
143 <para>
144 The BLFS editors recommend installing <application>Qt5</application> in a
145 directory other than <filename class="directory">/usr</filename>, ie
146 <filename class="directory">/opt/qt5</filename>. To do this, set the
147 following environment variable:
148 </para>
149
150<screen><userinput>export QT5PREFIX=/opt/qt5</userinput></screen>
151
152 <tip>
153 <para>
154 Sometimes, the installation paths are hardcoded into installed files.
155 This is the reason why <filename class="directory">/opt/qt5</filename>
156 is used as installation prefix instead of <filename
157 class="directory">/opt/qt-&qt5-version;</filename>. To create a
158 versioned <application>Qt5</application> directory, you may rename
159 the directory and create a symlink:
160 </para>
161
162<screen role="root"><userinput>mkdir /opt/qt-&qt5-version;
163ln -sfnv qt-&qt5-version; /opt/qt5</userinput></screen>
164
165 <para>
166 Later on, you may want to install other versions of
167 <application>Qt5</application>. To do that, just remove the symlink
168 and use <filename class="directory">/opt/qt5</filename> as the
169 prefix again. Which version of <application>Qt5</application> you
170 use depends only on where the symlink points.
171 </para>
172 </tip>
173
174 </sect2>
175
176 <sect2 role="installation">
177 <title>Installation of Qt5</title>
178
179 <warning>
180 <para>
181 If <application>Qt5</application> is being reinstalled into the
182 same directory as an existing instance, run the commands done by
183 <systemitem class="username">root</systemitem>, such as
184 <command>make install</command>, from a console or non-Qt5 based
185 window manager. It overwrites <application>Qt5</application>
186 libraries that should not be in use during the install process.
187 </para>
188 </warning>
189
190 <caution>
191 <para>
192 If you did not install some of the recommended dependencies, examine
193 <command>./configure --help</command> output to check how to disable
194 them or use internal versions bundled in the source tarball.
195 </para>
196 </caution>
197
198 <note>
199 <para>
200 The build time and space required for the full
201 <application>Qt5</application> is quite long. The instructions below
202 do not build the tutorials and examples. Removing the
203 <parameter>-nomake</parameter> line will create a complete build.
204 </para>
205 </note>
206
207 <note>
208 <para>
209 The BLFS editors do not recommend installing <application>Qt5</application>
210 into the /usr hierarchy because it becomes difficult to find
211 components and to update to a new version. If you do want to install
212 <application>Qt5</application> in /usr, the directories need to
213 be specified explicitly. In this case, set QT5PREFIX=/usr and add
214 the following to the configure arguments below:
215 </para>
216
217<screen role="nodump"><userinput>-bindir /usr/bin/qt5 \
218-plugindir /usr/lib/qt5/plugins \
219-importdir /usr/lib/qt5/imports \
220-headerdir /usr/include/qt5 \
221-datadir /usr/share/qt5 \
222-docdir /usr/share/doc/qt5 \
223-translationdir /usr/share/qt5/translations \
224-demosdir /usr/share/doc/qt5/demos \
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
417 building the Qt Web Engine. It is not presently used by
418 any applications. Note that building the Qt Web Engine increases the
419 build time and the installed size by almost 50%.
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
455
456# End /etc/profile.d/qt5.sh</literal>
457EOF</userinput></screen>
458
459 <para>
460 If you installed <application>Qt5</application> in a location other
461 than <filename class="directory">/usr</filename>, you need to update the
462 following configuration files so that <application>Qt5</application> is
463 correctly found by other packages and system processes.
464 </para>
465
466 <para>
467 As the <systemitem class="username">root</systemitem> user, update
468 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
469 run-time cache file:
470 </para>
471
472<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
473<literal># Begin Qt addition
474
475/opt/qt5/lib
476
477# End Qt addition</literal>
478EOF
479
480ldconfig</userinput></screen>
481
482 <indexterm zone="qt5 qt5-config">
483 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
484 </indexterm>
485
486 <para>
487 As the <systemitem class="username">root</systemitem> user, create
488 the <filename>/etc/profile.d/qt5.sh</filename> file:
489 </para>
490
491<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
492<literal># Begin /etc/profile.d/qt5.sh
493
494QT5DIR=/opt/qt5
495
496pathappend $QT5DIR/bin PATH
497pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH
498
499export QT5DIR
500
501# End /etc/profile.d/qt5.sh</literal>
502EOF</userinput></screen>
503
504 </sect3>
505
506 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
507 href="../../xincludes/setqt.xml"/>
508 </sect2>
509
510 <sect2 role="content">
511 <title>Contents</title>
512
513 <segmentedlist>
514 <segtitle>Installed Programs</segtitle>
515 <segtitle>Installed Libraries</segtitle>
516 <segtitle>Installed Directories</segtitle>
517
518 <seglistitem>
519 <seg>
520 assistant, designer, lconvert, linguist, lrelease,
521 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
522 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
523 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle, qmleasing,
524 qmlimportscanner, qmllint, qmlmin, qmlplugindump, qmlprofiler, qml,
525 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
526 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
527 </seg>
528 <seg>
529 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
530 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
531 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
532 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
533 libQt5Help.so, libQt5Location.so, libQt5MultimediaQuick_p.so,
534 libQt5Multimedia.so, libQt5MultimediaWidgets.so, libQt5Network.so,
535 libQt5Nfc.so, libQt5OpenGLExtensions.a, libQt5OpenGL.so,
536 libQt5PlatformSupport.a, libQt5Positioning.so, libQt5PrintSupport.so,
537 libQt5QmlDevTools.a, libQt5Qml.so, libQt5QuickParticles.so,
538 libQt5Quick.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
539 libQt5Script.so, libQt5ScriptTools.so, libQt5Sensors.so,
540 libQt5SerialPort.so, libQt5Sql.so, libQt5Svg.so, libQt5Test.so,
541 libQt5UiTools.a, libQt5WebChannel.so, libQt5WebEngineCore.so,
542 libQt5WebEngine.so, libQt5WebEngineWidgets.so, libQt5WebKit.so,
543 libQt5WebKitWidgets.so, libQt5WebSockets.so, libQt5Widgets.so,
544 libQt5X11Extras.so, libQt5XmlPatterns.so, libQt5Xml.so, and several
545 plugins under /opt/qt5/{imports,plugins,qml}
546 </seg>
547 <seg>
548 /usr/include/qt5,
549 /usr/lib/qt5,
550 /usr/share/doc/qt5, and
551 /usr/share/qt5
552 OR
553 /opt/qt5 and
554 /opt/qt-&qt5-version;
555 </seg>
556 </seglistitem>
557 </segmentedlist>
558
559 <variablelist>
560 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
561 <?dbfo list-presentation="list"?>
562 <?dbhtml list-presentation="table"?>
563
564 <varlistentry id="assistant-qt5">
565 <term><command>assistant</command></term>
566 <listitem>
567 <para>
568 is a tool for presenting on-line documentation.
569 </para>
570 <indexterm zone="qt5 assistant-qt5">
571 <primary sortas="b-assistant-qt5">assistant</primary>
572 </indexterm>
573 </listitem>
574 </varlistentry>
575
576 <varlistentry id="designer-qt5">
577 <term><command>designer</command></term>
578 <listitem>
579 <para>
580 is a full-fledged GUI builder. It includes
581 powerful features such as preview mode, automatic widget
582 layout, support for custom widgets, and an advanced
583 property editor.
584 </para>
585 <indexterm zone="qt5 designer-qt5">
586 <primary sortas="b-designer-qt5">designer</primary>
587 </indexterm>
588 </listitem>
589 </varlistentry>
590
591 <varlistentry id="lconvert-qt5">
592 <term><command>lconvert</command></term>
593 <listitem>
594 <para>
595 is part of Qt5's Linguist tool chain. It can be used as a
596 standalone tool to convert and filter translation data files.
597 </para>
598 <indexterm zone="qt5 lconvert-qt5">
599 <primary sortas="b-lconvert-qt5">lconvert</primary>
600 </indexterm>
601 </listitem>
602 </varlistentry>
603
604 <varlistentry id="linguist-qt5">
605 <term><command>linguist</command></term>
606 <listitem>
607 <para>
608 provides support for translating applications into
609 local languages.
610 </para>
611 <indexterm zone="qt5 linguist-qt5">
612 <primary sortas="b-linguist-qt5">linguist</primary>
613 </indexterm>
614 </listitem>
615 </varlistentry>
616
617 <varlistentry id="lrelease-qt5">
618 <term><command>lrelease</command></term>
619 <listitem>
620 <para>
621 is a simple command line tool. It reads a Qt project
622 file and produces message files used by the application.
623 </para>
624 <indexterm zone="qt5 lrelease-qt5">
625 <primary sortas="b-lrelease-qt5">lrelease</primary>
626 </indexterm>
627 </listitem>
628 </varlistentry>
629
630 <varlistentry id="lupdate-qt5">
631 <term><command>lupdate</command></term>
632 <listitem>
633 <para>
634 reads a Qt project file, finds the translatable
635 strings in the specified source, header and Qt Designer
636 interface files, and produces or updates the translation
637 files listed in the project file.
638 </para>
639 <indexterm zone="qt5 lupdate-qt5">
640 <primary sortas="b-lupdate-qt5">lupdate</primary>
641 </indexterm>
642 </listitem>
643 </varlistentry>
644
645 <varlistentry id="moc-qt5">
646 <term><command>moc</command></term>
647 <listitem>
648 <para>
649 generates Qt meta object support code.
650 </para>
651 <indexterm zone="qt5 moc-qt5">
652 <primary sortas="b-moc-qt5">moc</primary>
653 </indexterm>
654 </listitem>
655 </varlistentry>
656
657 <varlistentry id="pixeltool-qt5">
658 <term><command>pixeltool</command></term>
659 <listitem>
660 <para>
661 is a desktop magnifier and as you move your mouse around
662 the screen it will show the magnified contents in its window.
663 </para>
664 <indexterm zone="qt5 pixeltool-qt5">
665 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
666 </indexterm>
667 </listitem>
668 </varlistentry>
669
670 <varlistentry id="qcollectiongenerator-qt5">
671 <term><command>qcollectiongenerator</command></term>
672 <listitem>
673 <para>
674 is a tool used to create a Qt Help Collection.
675 </para>
676 <indexterm zone="qt5 qcollectiongenerator-qt5">
677 <primary sortas="b-qcollectiongenerator-qt5">qcollectiongenerator</primary>
678 </indexterm>
679 </listitem>
680 </varlistentry>
681
682 <varlistentry id="qdbuscpp2xml-qt5">
683 <term><command>qdbuscpp2xml</command></term>
684 <listitem>
685 <para>
686 takes a C++ source file and generates a D-Bus XML definition
687 of the interface.
688 </para>
689 <indexterm zone="qt5 qdbuscpp2xml-qt5">
690 <primary sortas="b-qdbuscpp2xml-qt5">qdbuscpp2xml</primary>
691 </indexterm>
692 </listitem>
693 </varlistentry>
694
695 <varlistentry id="qdbus-qt5">
696 <term><command>qdbus</command></term>
697 <listitem>
698 <para>
699 lists available services, object paths, methods, signals, and
700 properties of objects on a bus.
701 </para>
702 <indexterm zone="qt5 qdbus-qt5">
703 <primary sortas="b-qdbus-qt5">qdbus</primary>
704 </indexterm>
705 </listitem>
706 </varlistentry>
707
708 <varlistentry id="qdbusviewer-qt5">
709 <term><command>qdbusviewer</command></term>
710 <listitem>
711 <para>
712 is a graphical D-Bus browser.
713 </para>
714 <indexterm zone="qt5 qdbusviewer-qt5">
715 <primary sortas="b-qdbusviewer-qt5">qdbusviewer</primary>
716 </indexterm>
717 </listitem>
718 </varlistentry>
719
720 <varlistentry id="qdbusxml2cpp-qt5">
721 <term><command>qdbusxml2cpp</command></term>
722 <listitem>
723 <para>
724 is a tool that can be used to parse interface descriptions
725 and produce static code representing those interfaces,
726 </para>
727 <indexterm zone="qt5 qdbusxml2cpp-qt5">
728 <primary sortas="b-qdbusxml2cpp-qt5">qdbusxml2cpp</primary>
729 </indexterm>
730 </listitem>
731 </varlistentry>
732
733 <varlistentry id="qdoc-qt5">
734 <term><command>qdoc</command></term>
735 <listitem>
736 <para>
737 is a tool used by <application>Qt</application> Developers to
738 generate documentation for software projects.
739 </para>
740 <indexterm zone="qt5 qdoc-qt5">
741 <primary sortas="b-qdoc-qt5">qdoc</primary>
742 </indexterm>
743 </listitem>
744 </varlistentry>
745
746 <varlistentry id="qhelpconverter-qt5">
747 <term><command>qhelpconverter</command></term>
748 <listitem>
749 <para>
750 is a tool used to convert files to <application>Qt</application>
751 help format.
752 </para>
753 <indexterm zone="qt5 qhelpconverter-qt5">
754 <primary sortas="b-qhelpconverter-qt5">qhelpconverter</primary>
755 </indexterm>
756 </listitem>
757 </varlistentry>
758
759 <varlistentry id="qhelpgenerator-qt5">
760 <term><command>qhelpgenerator</command></term>
761 <listitem>
762 <para>
763 is a tool used to generate a <application>Qt</application>
764 compressed help file.
765 </para>
766 <indexterm zone="qt5 qhelpgenerator-qt5">
767 <primary sortas="b-qhelpgenerator-qt5">qhelpgenerator</primary>
768 </indexterm>
769 </listitem>
770 </varlistentry>
771
772 <varlistentry id="qlalr-qt5">
773 <term><command>qlalr</command></term>
774 <listitem>
775 <para>
776 is a tool used to generate code from grammar specifications.
777 </para>
778 <indexterm zone="qt5 qlalr-qt5">
779 <primary sortas="b-qlalr-qt5">qlalr</primary>
780 </indexterm>
781 </listitem>
782 </varlistentry>
783
784 <varlistentry id="qmake-qt5">
785 <term><command>qmake</command></term>
786 <listitem>
787 <para>
788 uses information stored in project files to
789 determine what should go in the makefiles it
790 generates.
791 </para>
792 <indexterm zone="qt5 qmake-qt5">
793 <primary sortas="b-qmake-qt5">qmake</primary>
794 </indexterm>
795 </listitem>
796 </varlistentry>
797
798 <varlistentry id="qml1plugindump-qt5">
799 <term><command>qml1plugindump</command></term>
800 <listitem>
801 <para>
802 is a symlink to <application>qtchooser</application>.
803 </para>
804 <indexterm zone="qt5 qml1plugindump-qt5">
805 <primary sortas="b-qml1plugindump-qt5">qml1plugindump</primary>
806 </indexterm>
807 </listitem>
808 </varlistentry>
809
810 <varlistentry id="qmlbundle-qt5">
811 <term><command>qmlbundle</command></term>
812 <listitem>
813 <para>
814 is a tool used to manage QML bundle.
815 </para>
816 <indexterm zone="qt5 qmlbundle-qt5">
817 <primary sortas="b-qmlbundle-qt5">qmlbundle</primary>
818 </indexterm>
819 </listitem>
820 </varlistentry>
821
822 <varlistentry id="qmleasing-qt5">
823 <term><command>qmleasing</command></term>
824 <listitem>
825 <para>
826 is a tool used to define the easing curves using an
827 interactive curve editor.
828 </para>
829 <indexterm zone="qt5 qmleasing-qt5">
830 <primary sortas="b-qmleasing-qt5">qmleasing</primary>
831 </indexterm>
832 </listitem>
833 </varlistentry>
834
835 <varlistentry id="qmlimportscanner-qt5">
836 <term><command>qmlimportscanner</command></term>
837 <listitem>
838 <para>
839 is a tool used to import QML files from a directory.
840 </para>
841 <indexterm zone="qt5 qmlimportscanner-qt5">
842 <primary sortas="b-qmlimportscanner-qt5">qmlimportscanner</primary>
843 </indexterm>
844 </listitem>
845 </varlistentry>
846
847 <varlistentry id="qmllint-qt5">
848 <term><command>qmllint</command></term>
849 <listitem>
850 <para>
851 is a syntax checker for QML files.
852 </para>
853 <indexterm zone="qt5 qmllint-qt5">
854 <primary sortas="b-qmllint-qt5">qmllint</primary>
855 </indexterm>
856 </listitem>
857 </varlistentry>
858
859 <varlistentry id="qmlmin-qt5">
860 <term><command>qmlmin</command></term>
861 <listitem>
862 <para>
863 removes comments and layout characters from a QML file.
864 </para>
865 <indexterm zone="qt5 qmlmin-qt5">
866 <primary sortas="b-qmlmin-qt5">qmlmin</primary>
867 </indexterm>
868 </listitem>
869 </varlistentry>
870
871 <varlistentry id="qmlplugindump-qt5">
872 <term><command>qmlplugindump</command></term>
873 <listitem>
874 <para>
875 is a tool to create a qmltypes file.
876 </para>
877 <indexterm zone="qt5 qmlplugindump-qt5">
878 <primary sortas="b-qmlplugindump-qt5">qmlplugindump</primary>
879 </indexterm>
880 </listitem>
881 </varlistentry>
882
883 <varlistentry id="qmlprofiler-qt5">
884 <term><command>qmlprofiler</command></term>
885 <listitem>
886 <para>
887 is a tool used to analyze QML applications.
888 </para>
889 <indexterm zone="qt5 qmlprofiler-qt5">
890 <primary sortas="b-qmlprofiler-qt5">qmlprofiler</primary>
891 </indexterm>
892 </listitem>
893 </varlistentry>
894
895<!--
896 <varlistentry id="qml-qt5">
897 <term><command>qml</command></term>
898 <listitem>
899 <para>
900 do something.......
901 </para>
902 <indexterm zone="qt5 qml-qt5">
903 <primary sortas="b-qml-qt5">qml</primary>
904 </indexterm>
905 </listitem>
906 </varlistentry>
907-->
908
909 <varlistentry id="qmlscene-qt5">
910 <term><command>qmlscene</command></term>
911 <listitem>
912 <para>
913 is a utility that loads and displays QML documents even before
914 the application is complete.
915 </para>
916 <indexterm zone="qt5 qmlscene-qt5">
917 <primary sortas="b-qmlscene-qt5">qmlscene</primary>
918 </indexterm>
919 </listitem>
920 </varlistentry>
921
922 <varlistentry id="qmltestrunner-qt5">
923 <term><command>qmltestrunner</command></term>
924 <listitem>
925 <para>
926 is a tool used to make tests.
927 </para>
928 <indexterm zone="qt5 qmltestrunner-qt5">
929 <primary sortas="b-qmltestrunner-qt5">qmltestrunner</primary>
930 </indexterm>
931 </listitem>
932 </varlistentry>
933
934 <varlistentry id="qmlviewer-qt5">
935 <term><command>qmlviewer</command></term>
936 <listitem>
937 <para>
938 is a tool for loading QML documents that makes it easy to quickly
939 develop and debug QML applications.
940 </para>
941 <indexterm zone="qt5 qmlviewer-qt5">
942 <primary sortas="b-qmlviewer-qt5">qmlviewer</primary>
943 </indexterm>
944 </listitem>
945 </varlistentry>
946
947 <varlistentry id="qtdiag-qt5">
948 <term><command>qtdiag</command></term>
949 <listitem>
950 <para>
951 is a tool for reporting diagnostic information about Qt and its
952 environment.
953 </para>
954 <indexterm zone="qt5 qtdiag-qt5">
955 <primary sortas="b-qtdiag-qt5">qtdiag</primary>
956 </indexterm>
957 </listitem>
958 </varlistentry>
959
960 <varlistentry id="qtpaths-qt5">
961 <term><command>qtpaths</command></term>
962 <listitem>
963 <para>
964 is a tool to query Qt path information.
965 </para>
966 <indexterm zone="qt5 qtpaths-qt5">
967 <primary sortas="b-qtpaths-qt5">qtpaths</primary>
968 </indexterm>
969 </listitem>
970 </varlistentry>
971
972 <varlistentry id="rcc-qt5">
973 <term><command>rcc</command></term>
974 <listitem>
975 <para>
976 is a resource compiler used in conjunction with designer.
977 </para>
978 <indexterm zone="qt5 rcc-qt5">
979 <primary sortas="b-rcc-qt5">rcc</primary>
980 </indexterm>
981 </listitem>
982 </varlistentry>
983
984 <varlistentry id="syncqt.pl-qt5">
985 <term><command>syncqt.pl</command></term>
986 <listitem>
987 <para>
988 is a script to create the forwarding headers in the include
989 directories. It is an internal development tool.
990 </para>
991 <indexterm zone="qt5 syncqt.pl-qt5">
992 <primary sortas="b-syncqt.pl-qt5">syncqt.pl</primary>
993 </indexterm>
994 </listitem>
995 </varlistentry>
996
997 <varlistentry id="uic-qt5">
998 <term><command>uic</command></term>
999 <listitem>
1000 <para>
1001 is a Qt user interface compiler.
1002 </para>
1003 <indexterm zone="qt5 uic-qt5">
1004 <primary sortas="b-uic-qt5">uic</primary>
1005 </indexterm>
1006 </listitem>
1007 </varlistentry>
1008
1009 <varlistentry id="xmlpatterns-qt5">
1010 <term><command>xmlpatterns</command></term>
1011 <listitem>
1012 <para>
1013 provides support for XPath, XQuery, XSLT, and XML Schema
1014 validation.
1015 </para>
1016 <indexterm zone="qt5 xmlpatterns-qt5">
1017 <primary sortas="b-xmlpatterns-qt5">xmlpatterns</primary>
1018 </indexterm>
1019 </listitem>
1020 </varlistentry>
1021
1022 <varlistentry id="xmlpatternsvalidator-qt5">
1023 <term><command>xmlpatternsvalidator</command></term>
1024 <listitem>
1025 <para>
1026 is a tool used to validate XML documents.
1027 </para>
1028 <indexterm zone="qt5 xmlpatternsvalidator-qt5">
1029 <primary sortas="b-xmlpatternsvalidator-qt5">xmlpatternsvalidator</primary>
1030 </indexterm>
1031 </listitem>
1032 </varlistentry>
1033
1034 </variablelist>
1035
1036 </sect2>
1037
1038</sect1>
Note: See TracBrowser for help on using the repository browser.