source: x/lib/qt5.xml@ 0098ace6

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 0098ace6 was 67b8f149, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Fixup qt4 removal

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17467 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 <xref linkend="libinput"/>, <!-- needs -libinput switch -->
125 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
126 <xref linkend="postgresql"/>,
127 <xref linkend="pulseaudio"/>,
128 <xref linkend="unixodbc"/>,
129 <ulink url="http://www.firebirdsql.org/">Firebird</ulink>, and
130 <ulink url="https://github.com/ibus/ibus/wiki">IBus</ulink>
131 </para>
132
133 <para condition="html" role="usernotes">User Notes:
134 <ulink url="&blfs-wiki;/qt5"/>
135 </para>
136 </sect2>
137
138 <sect2 role="qt5-prefix">
139 <title>Setting the installation prefix</title>
140
141 <bridgehead renderas="sect3">Installing in /opt/qt5</bridgehead>
142
143 <para>
144 The BLFS editors recommend installing <application>Qt5</application> in a
145 directory other than <filename class="directory">/usr</filename>, ie
146 <filename class="directory">/opt/qt5</filename>. To do this, set the
147 following environment variable:
148 </para>
149
150<screen><userinput>export QT5PREFIX=/opt/qt5</userinput></screen>
151
152 <tip>
153 <para>
154 Sometimes, the installation paths are hardcoded into installed files.
155 This is the reason why <filename class="directory">/opt/qt5</filename>
156 is used as installation prefix instead of <filename
157 class="directory">/opt/qt-&qt5-version;</filename>. To create a
158 versioned <application>Qt5</application> directory, you may rename
159 the directory and create a symlink:
160 </para>
161
162<screen role="root"><userinput>mkdir /opt/qt-&qt5-version;
163ln -sfnv qt-&qt5-version; /opt/qt5</userinput></screen>
164
165 <para>
166 Later on, you may want to install other versions of
167 <application>Qt5</application>. To do that, just remove the symlink
168 and use <filename class="directory">/opt/qt5</filename> as the
169 prefix again. Which version of <application>Qt5</application> you
170 use depends only on where the symlink points.
171 </para>
172 </tip>
173
174 </sect2>
175
176 <sect2 role="installation">
177 <title>Installation of Qt5</title>
178
179 <warning>
180 <para>
181 If <application>Qt5</application> is being reinstalled into the
182 same directory as an existing instance, run the commands done by
183 <systemitem class="username">root</systemitem>, such as
184 <command>make install</command>, from a console or non-Qt5 based
185 window manager. It overwrites <application>Qt5</application>
186 libraries that should not be in use during the install process.
187 </para>
188 </warning>
189
190 <caution>
191 <para>
192 If you did not install some of the recommended dependencies, examine
193 <command>./configure --help</command> output to check how to disable
194 them or use internal versions bundled in the source tarball.
195 </para>
196 </caution>
197
198 <note>
199 <para>
200 The build time and space required for the full
201 <application>Qt5</application> is quite long. The instructions below
202 do not build the tutorials and examples. Removing the
203 <parameter>-nomake</parameter> line will create a complete build.
204 </para>
205 </note>
206
207 <note>
208 <para>
209 The BLFS editors do not recommend installing <application>Qt5</application>
210 into the /usr hierarchy because it becomes difficult to find
211 components and to update to a new version. If you do want to install
212 <application>Qt5</application> in /usr, the directories need to
213 be specified explicitly. In this case, set QT5PREFIX=/usr and add
214 the following to the configure arguments below:
215 </para>
216
217<screen role="nodump"><userinput>-bindir /usr/bin/qt5 \
218-plugindir /usr/lib/qt5/plugins \
219-importdir /usr/lib/qt5/imports \
220-headerdir /usr/include/qt5 \
221-datadir /usr/share/qt5 \
222-docdir /usr/share/doc/qt5 \
223-translationdir /usr/share/qt5/translations \
224-examplesdir /usr/share/doc/qt5/examples \</userinput></screen>
225 </note>
226
227 <para>
228 Install <application>Qt5</application> by running the following commands:
229 </para>
230
231<screen><userinput>./configure -prefix $QT5PREFIX \
232 -sysconfdir /etc/xdg \
233 -confirm-license \
234 -opensource \
235 -dbus-linked \
236 -openssl-linked \
237 -system-harfbuzz \
238 -system-sqlite \
239 -nomake examples \
240 -no-rpath \
241 -optimized-qmake \
242 -skip qtwebengine &amp;&amp;
243make</userinput></screen>
244
245 <para>
246 This package does not come with a test suite.
247 </para>
248
249 <para>
250 Now, as the <systemitem class="username">root</systemitem> user:
251 </para>
252
253<screen role="root"><userinput>make install</userinput></screen>
254
255 <para>
256 Remove references to the build directory from the installed
257 <filename class="extension">.pc</filename> files by running
258 the following command as the
259 <systemitem class="username">root</systemitem> user:
260 </para>
261
262<screen role="root"><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
263
264 <para>
265 Remove references to the build directory from installed library
266 dependency (prl) and profile include (pri) files by running the following
267 commands as the <systemitem class="username">root</systemitem> user:
268 </para>
269
270<screen role="root"><userinput>find $QT5PREFIX/ -name qt_lib_bootstrap_private.pri \
271 -exec sed -i -e "s:$PWD/qtbase:/$QT5PREFIX/lib/:g" {} \; &amp;&amp;
272
273find $QT5PREFIX/ -name \*.prl \
274 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
275
276 <para>
277 Install images and create the menu entries for installed applications.
278 The <envar>QT5BINDIR</envar> variable is used here to point to the
279 directory for the executable programs. If you have changed the bindir
280 above, <envar>QT5BINDIR</envar> will need to be adjusted below. Be sure
281 that the <envar>QT5BINDIR</envar> variable is defined in root's
282 environment and as the <systemitem class="username">root</systemitem>
283 user:
284 </para>
285
286<screen role="root"><userinput>QT5BINDIR=$QT5PREFIX/bin
287
288install -v -dm755 /usr/share/pixmaps/ &amp;&amp;
289
290install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
291 /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
292
293install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
294 /usr/share/pixmaps/designer-qt5.png &amp;&amp;
295
296install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
297 /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
298
299install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
300 /usr/share/pixmaps/qdbusviewer-qt5.png &amp;&amp;
301
302install -dm755 /usr/share/applications &amp;&amp;
303
304cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
305<literal>[Desktop Entry]
306Name=Qt5 Assistant
307Comment=Shows Qt5 documentation and examples
308Exec=$QT5BINDIR/assistant
309Icon=assistant-qt5.png
310Terminal=false
311Encoding=UTF-8
312Type=Application
313Categories=Qt;Development;Documentation;</literal>
314EOF
315
316cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; EOF
317<literal>[Desktop Entry]
318Name=Qt5 Designer
319GenericName=Interface Designer
320Comment=Design GUIs for Qt5 applications
321Exec=$QT5BINDIR/designer
322Icon=designer-qt5.png
323MimeType=application/x-designer;
324Terminal=false
325Encoding=UTF-8
326Type=Application
327Categories=Qt;Development;</literal>
328EOF
329
330cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; EOF
331<literal>[Desktop Entry]
332Name=Qt5 Linguist
333Comment=Add translations to Qt5 applications
334Exec=$QT5BINDIR/linguist
335Icon=linguist-qt5.png
336MimeType=text/vnd.trolltech.linguist;application/x-linguist;
337Terminal=false
338Encoding=UTF-8
339Type=Application
340Categories=Qt;Development;</literal>
341EOF
342
343cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
344<literal>[Desktop Entry]
345Name=Qt5 QDbusViewer
346GenericName=D-Bus Debugger
347Comment=Debug D-Bus applications
348Exec=$QT5BINDIR/qdbusviewer
349Icon=qdbusviewer-qt5.png
350Terminal=false
351Encoding=UTF-8
352Type=Application
353Categories=Qt;Development;Debugger;</literal>
354EOF</userinput></screen>
355
356 <para>
357 Some packages such as <xref linkend='vlc'/> look for certain
358 executables with a -qt5 suffix. Run the following command as the
359 <systemitem class="username">root</systemitem> user
360 to create the necessary symlinks:
361 </para>
362
363<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
364 ln -sfrvn $QT5BINDIR/$file /usr/bin/$file-qt5
365done</userinput></screen>
366
367 </sect2>
368
369 <sect2 role="commands">
370 <title>Command Explanations</title>
371
372 <para>
373 <parameter>-confirm-license</parameter>: Accept license
374 without prompting user during configuration.
375 </para>
376
377 <para>
378 <parameter>-opensource</parameter>: Install the opensource
379 version of <application>Qt</application>.
380 </para>
381
382 <para>
383 <parameter>-release</parameter>: This switch disables
384 building with debugging symbols.
385 </para>
386
387 <para>
388 <parameter>-nomake examples</parameter>: This switch
389 disables building of the example programs included
390 in the source tarball. Remove it if you want to build
391 them.
392 </para>
393
394 <para>
395 <parameter>-system-sqlite</parameter>: This switch enables use
396 of the system version of <application>SQLite</application>.
397 </para>
398
399 <para>
400 <parameter>-no-nis</parameter>: This switch disables support
401 for Network Information Service (NIS) which has been
402 removed from recent versions of <application>Glibc</application>.
403 </para>
404
405 <para>
406 <parameter>-dbus-linked -openssl-linked</parameter>: These
407 switches enable explicit linking of the
408 <application>D-Bus</application> and
409 <application>OpenSSL</application> libraries into
410 <application>Qt5</application> libraries instead of
411 <command>dlopen()</command>-ing them.
412 </para>
413
414 <para>
415 <parameter>-skip qtwebengine</parameter>: This switch disables building
416 the Qt Web Engine. It is only used by <xref linkend='qupzilla'/> at this
417 writing. Note that building the Qt Web Engine substantially increases
418 the build time and both the build and installed size.
419 </para>
420
421 <para>
422 <parameter>-optimized-qmake</parameter>: This switch enables
423 building of the optimized <command>qmake</command> program.
424 </para>
425
426 <para>
427 <option>-system-harfbuzz</option>: This switch enables use
428 of the system version of <application>Harfbuzz</application>
429 which fixes some font rendering issues in
430 <application>Qt5</application> applications but doesn't have all the
431 features that the included one has.
432 </para>
433
434 </sect2>
435
436 <sect2 role="configuration">
437 <title>Configuring Qt5</title>
438
439 <sect3 id="qt5-config">
440 <title>Configuration Information</title>
441
442 <para>
443 If you installed <application>Qt5</application> in
444 <filename class="directory">/usr</filename>, create an
445 environment variable needed by certain packages.
446 As the <systemitem class="username">root</systemitem> user:
447 </para>
448
449<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
450<literal># Begin /etc/profile.d/qt5.sh
451
452QT5DIR=/usr
453export QT5DIR
454pathappend $QT5DIR/bin/qt5
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.