source: x/lib/qt5.xml@ ceb3dc7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 ceb3dc7 was ceb3dc7, checked in by Ken Moffat <ken@…>, 7 years ago

Build QtWebEngine separately - it often breaks when things change, doing it this ways saves the time needed to rebuild Qt5: in the full Qt5 build QtWebEngine is built at the end.

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

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