source: x/lib/qt5.xml@ e9cdbc56

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e9cdbc56 was e9cdbc56, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Typos and update a dependency

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

  • Property mode set to 100644
File size: 24.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY qt5-major "5.5">
8 <!ENTITY qt5-url "http://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single">
9
10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
11 <!ENTITY qt5-download-ftp " ">
12 <!ENTITY qt5-md5sum "65d5282f3dee0336da9ed1f77148952f">
13 <!ENTITY qt5-size "305 MB">
14 <!ENTITY qt5-buildsize "7.3 GB (184 MB installed)">
15 <!ENTITY qt5-time "90 SBU">
16]>
17
18<sect1 id="qt5" xreflabel="Qt-&qt5-version;">
19 <?dbhtml filename="qt5.html" ?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>Qt-&qt5-version;</title>
27
28 <indexterm zone="qt5">
29 <primary sortas="a-Qt">Qt</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Qt5</title>
34
35 <para>
36 <application>Qt5</application> is a cross-platform application framework
37 that is widely used for developing application software with a graphical
38 user interface (GUI) (in which cases <application>Qt5</application> is
39 classified as a widget toolkit), and also used for developing non-GUI
40 programs such as command-line tools and consoles for servers. One of the
41 major users of <application>Qt</application> is <application>KDE
42 Frameworks 5 (KF5)</application>.
43 </para>
44
45 &lfs77_checked; &gcc5_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&qt5-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&qt5-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &qt5-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &qt5-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &qt5-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &qt5-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="xorg7-lib"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="alsa-lib"/>,
91 <xref linkend="cacerts"/>,
92 <xref linkend="cups"/>,
93 <xref linkend="dbus"/> (required for QtWebKit),
94 <xref linkend="glib2"/>,
95 <xref linkend="gst10-plugins-base"/>,
96 <xref linkend="icu"/> (required for QtWebKit),
97 <xref linkend="jasper"/>,
98 <xref linkend="libjpeg"/>,
99 <xref linkend="libmng"/>,
100 <xref linkend="libpng"/>,
101 <xref linkend="libtiff"/>,
102 <xref linkend="libwebp"/>,
103 <xref linkend="mesalib"/>,
104 <xref linkend="mtdev"/>,
105 <xref linkend="openssl"/>,
106 <xref linkend="pcre"/>,
107 <xref linkend="sqlite"/>,
108 <xref linkend="ruby"/> (required for QtWebKit),
109 <xref linkend="xcb-util-image"/>,
110 <xref linkend="xcb-util-keysyms"/>,
111 <xref linkend="xcb-util-renderutil"/>, and
112 <xref linkend="xcb-util-wm"/>
113 </para>
114
115 <bridgehead renderas="sect4">Optional</bridgehead>
116 <para role="optional">
117 <xref linkend="geoclue"/>,
118 <xref linkend="gst10-plugins-base"/> (QtWebKit HTML5 Video Support),
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="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
122 <xref linkend="postgresql"/>,
123 <xref linkend="pulseaudio"/>,
124 <xref linkend="unixodbc"/>,
125 <ulink url="https://code.google.com/p/ibus/">IBus</ulink>, and
126 <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>
127 </para>
128
129 <para condition="html" role="usernotes">User Notes:
130 <ulink url="&blfs-wiki;/qt5"/>
131 </para>
132 </sect2>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/qt-alternatives.xml"/>
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:</para>
214
215 <screen><userinput>-bindir /usr/bin/qt4 \
216-plugindir /usr/lib/qt5/plugins \
217-importdir /usr/lib/qt5/imports \
218-headerdir /usr/include/qt5 \
219-datadir /usr/share/qt5 \
220-docdir /usr/share/doc/qt5 \
221-translationdir /usr/share/qt5/translations \
222-demosdir /usr/share/doc/qt5/demos \
223-examplesdir /usr/share/doc/qt5/examples </userinput></screen>
224 </note>
225
226 <para>
227 Install <application>Qt5</application> by running the following commands:
228 </para>
229
230<screen><userinput>./configure -prefix $QT5PREFIX \
231 -sysconfdir /etc/xdg \
232 -confirm-license \
233 -opensource \
234 -dbus-linked \
235 -openssl-linked \
236 -system-harfbuzz \
237 -system-sqlite \
238 -nomake examples \
239 -no-rpath \
240 -optimized-qmake \
241 -skip qtwebengine &amp;&amp;
242make</userinput></screen>
243
244 <para>
245 This package does not come with a test suite.
246 </para>
247
248 <para>
249 Now, as the <systemitem class="username">root</systemitem> user:
250 </para>
251
252<screen role="root"><userinput>make install</userinput></screen>
253
254 <para>
255 Remove references to the build directory from the installed
256 <filename class="extension">.pc</filename> files by running
257 the following command:
258 </para>
259
260<screen><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
261
262 <para>
263 Remove references to the build directory from installed library
264 dependency (prl) and profile include (pri) files by running the following
265 commands as the <systemitem class="username">root</systemitem> user:
266 </para>
267
268<screen role="root"><userinput>find $QT5PREFIX -name qt_lib_bootstrap_private.pri \
269 -exec sed -i -e "s:$PWD/qtbase:/$QT5PREFIX/lib/:g" {} \; &amp;&amp;
270
271find $QT5PREFIX -name \*.prl \
272 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
273
274 <para>
275 Install images and create the menu entries for installed applications.
276 The <envar>QT5BINDIR</envar> variable is used here to point to the
277 directory for the executable programs. If you have changed the bindir
278 above, <envar>QT5BINDIR</envar> will need to be adjusted below. Be sure
279 that the <envar>QT5BINDIR</envar> variable is defined in root's
280 environment and as the <systemitem class="username">root</systemitem>
281 user:
282 </para>
283
284<screen role="root"><userinput>QT5BINDIR=$QT5PREFIX/bin
285
286install -v -dm755 /usr/share/pixmaps/ &amp;&amp;
287
288install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
289 /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
290
291install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
292 /usr/share/pixmaps/designer-qt5.png &amp;&amp;
293
294install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
295 /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
296
297install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
298 /usr/share/pixmaps/qdbusviewer-qt5.png &amp;&amp;
299
300install -dm755 /usr/share/applications &amp;&amp;
301
302cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
303<literal>[Desktop Entry]
304Name=Qt5 Assistant
305Comment=Shows Qt5 documentation and examples
306Exec=$QT5BINDIR/assistant
307Icon=assistant-qt5.png
308Terminal=false
309Encoding=UTF-8
310Type=Application
311Categories=Qt;Development;Documentation;</literal>
312EOF
313
314cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; EOF
315<literal>[Desktop Entry]
316Name=Qt5 Designer
317GenericName=Interface Designer
318Comment=Design GUIs for Qt5 applications
319Exec=$QT5BINDIR/designer
320Icon=designer-qt5.png
321MimeType=application/x-designer;
322Terminal=false
323Encoding=UTF-8
324Type=Application
325Categories=Qt;Development;</literal>
326EOF
327
328cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; EOF
329<literal>[Desktop Entry]
330Name=Qt5 Linguist
331Comment=Add translations to Qt5 applications
332Exec=$QT5BINDIR/linguist
333Icon=linguist-qt5.png
334MimeType=text/vnd.trolltech.linguist;application/x-linguist;
335Terminal=false
336Encoding=UTF-8
337Type=Application
338Categories=Qt;Development;</literal>
339EOF
340
341cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
342<literal>[Desktop Entry]
343Name=Qt5 QDbusViewer
344GenericName=D-Bus Debugger
345Comment=Debug D-Bus applications
346Exec=$QT5BINDIR/qdbusviewer
347Icon=qdbusviewer-qt5.png
348Terminal=false
349Encoding=UTF-8
350Type=Application
351Categories=Qt;Development;Debugger;</literal>
352EOF</userinput></screen>
353
354 <para>Some packages such as <xref linkend='vlc'/> look for certain
355 executables with a -qt5 suffix. Run the following command as the root user
356 to create the necessary symlinks:</para>
357
358<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
359 ln -sfrvn $QT5BINDIR/$file /usr/bin/$file-qt5
360done</userinput></screen>
361
362 </sect2>
363
364 <sect2 role="commands">
365 <title>Command Explanations</title>
366
367 <para>
368 <parameter>-confirm-license</parameter>: Accept license
369 without prompting user during configuration.
370 </para>
371
372 <para>
373 <parameter>-opensource</parameter>: Install the opensource
374 version of <application>Qt</application>.
375 </para>
376
377 <para>
378 <parameter>-release</parameter>: This switch disables
379 building with debugging symbols.
380 </para>
381
382 <para>
383 <parameter>-nomake examples</parameter>: This switch
384 disables building of the example programs included
385 in the source tarball. Remove it if you want to build
386 them.
387 </para>
388
389 <para>
390 <parameter>-system-sqlite</parameter>: This switch enables use
391 of the system version of <application>SQLite</application>.
392 </para>
393
394 <para>
395 <parameter>-no-nis</parameter>: This switch disables support
396 for Network Information Service (NIS) which has been
397 removed from recent versions of <application>Glibc</application>.
398 </para>
399
400 <para>
401 <parameter>-dbus-linked -openssl-linked</parameter>: These
402 switches enable explicit linking of the
403 <application>D-Bus</application> and
404 <application>OpenSSL</application> libraries into
405 <application>Qt5</application> libraries instead of
406 <command>dlopen()</command>-ing them.
407 </para>
408
409 <para>
410 <parameter>-skip qtwebengine</parameter>: This switch disables
411 building the Qt Web Engine. It is not presently used by
412 any applications. Note that building the Qt Web Engine increases the
413 build time and the installed size by almost 50%.
414 </para>
415
416 <para>
417 <parameter>-optimized-qmake</parameter>: This switch enables
418 building of the optimized <command>qmake</command> program.
419 </para>
420
421 <para>
422 <option>-system-harfbuzz</option>: This switch enables use
423 of the system version of <application>Harfbuzz</application>
424 which fixes some font rendering issues in
425 <application>Qt5</application> applications but doesn't have all the
426 features that the included one has.
427 </para>
428
429 </sect2>
430
431 <sect2 role="configuration">
432 <title>Configuring Qt5</title>
433
434 <sect3 id="qt5-config">
435 <title>Configuration Information</title>
436
437 <para>
438 If you installed <application>Qt5</application> in
439 <filename class="directory">/usr</filename>, create an
440 environment variable needed by certain packages.
441 As the <systemitem class="username">root</systemitem> user:
442 </para>
443
444<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
445<literal># Begin /etc/profile.d/qt5.sh
446
447QT5DIR=/usr
448export QT5DIR
449
450# End /etc/profile.d/qt5.sh</literal>
451EOF</userinput></screen>
452
453 <para>
454 If you installed <application>Qt5</application> in a location other
455 than <filename class="directory">/usr</filename>, you need to update the
456 following configuration files so that <application>Qt5</application> is
457 correctly found by other packages and system processes.
458 </para>
459
460 <para>
461 As the <systemitem class="username">root</systemitem> user, update
462 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
463 run-time cache file:
464 </para>
465
466<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
467<literal># Begin Qt addition
468
469/opt/qt5/lib
470
471# End Qt addition</literal>
472EOF
473
474ldconfig</userinput></screen>
475
476 <indexterm zone="qt5 qt5-config">
477 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
478 </indexterm>
479
480 <para>
481 As the <systemitem class="username">root</systemitem> user, create
482 the <filename>/etc/profile.d/qt5.sh</filename> file:
483 </para>
484
485<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
486<literal># Begin /etc/profile.d/qt5.sh
487
488QT5DIR=/opt/qt5
489
490pathappend $QT5DIR/bin PATH
491pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH
492
493export QT5DIR
494
495# End /etc/profile.d/qt5.sh</literal>
496EOF</userinput></screen>
497
498 </sect3>
499
500 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
501 href="../../xincludes/setqt.xml"/>
502 </sect2>
503
504 <sect2 role="content">
505 <title>Contents</title>
506
507 <segmentedlist>
508 <segtitle>Installed Programs</segtitle>
509 <segtitle>Installed Libraries</segtitle>
510 <segtitle>Installed Directories</segtitle>
511
512 <seglistitem>
513 <seg>
514 assistant, designer, lconvert, linguist, lrelease,
515 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
516 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
517 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle, qmleasing,
518 qmlimportscanner, qmllint, qmlmin, qmlplugindump, qmlprofiler, qml,
519 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
520 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
521 </seg>
522 <seg>
523 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
524 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
525 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
526 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
527 libQt5Help.so, libQt5Location.so, libQt5MultimediaQuick_p.so,
528 libQt5Multimedia.so, libQt5MultimediaWidgets.so, libQt5Network.so,
529 libQt5Nfc.so, libQt5OpenGLExtensions.a, libQt5OpenGL.so,
530 libQt5PlatformSupport.a, libQt5Positioning.so, libQt5PrintSupport.so,
531 libQt5QmlDevTools.a, libQt5Qml.so, libQt5QuickParticles.so,
532 libQt5Quick.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
533 libQt5Script.so, libQt5ScriptTools.so, libQt5Sensors.so,
534 libQt5SerialPort.so, libQt5Sql.so, libQt5Svg.so, libQt5Test.so,
535 libQt5UiTools.a, libQt5WebChannel.so, libQt5WebEngineCore.so,
536 libQt5WebEngine.so, libQt5WebEngineWidgets.so, libQt5WebKit.so,
537 libQt5WebKitWidgets.so, libQt5WebSockets.so, libQt5Widgets.so,
538 libQt5X11Extras.so, libQt5XmlPatterns.so, libQt5Xml.so, and several
539 plugins under /opt/qt5/{imports,plugins,qml}
540 </seg>
541 <seg>
542 /usr/include/qt5,
543 /usr/lib/qt5,
544 /usr/share/doc/qt5, and
545 /usr/share/qt5
546 OR
547 /opt/qt5 and
548 /opt/qt-&qt5-version;
549 </seg>
550 </seglistitem>
551 </segmentedlist>
552
553 <variablelist>
554 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
555 <?dbfo list-presentation="list"?>
556 <?dbhtml list-presentation="table"?>
557
558 <varlistentry id="assistant-qt5">
559 <term><command>assistant</command></term>
560 <listitem>
561 <para>
562 is a tool for presenting on-line documentation.
563 </para>
564 <indexterm zone="qt5 assistant-qt5">
565 <primary sortas="b-assistant-qt5">assistant</primary>
566 </indexterm>
567 </listitem>
568 </varlistentry>
569
570 <varlistentry id="designer-qt5">
571 <term><command>designer</command></term>
572 <listitem>
573 <para>
574 is a full-fledged GUI builder. It includes
575 powerful features such as preview mode, automatic widget
576 layout, support for custom widgets, and an advanced
577 property editor.
578 </para>
579 <indexterm zone="qt5 designer-qt5">
580 <primary sortas="b-designer-qt5">designer</primary>
581 </indexterm>
582 </listitem>
583 </varlistentry>
584
585 <varlistentry id="lconvert-qt5">
586 <term><command>lconvert</command></term>
587 <listitem>
588 <para>
589 is part of Qt5's Linguist tool chain. It can be used as a
590 standalone tool to convert and filter translation data files.
591 </para>
592 <indexterm zone="qt5 lconvert-qt5">
593 <primary sortas="b-lconvert-qt5">lconvert</primary>
594 </indexterm>
595 </listitem>
596 </varlistentry>
597
598 <varlistentry id="linguist-qt5">
599 <term><command>linguist</command></term>
600 <listitem>
601 <para>
602 provides support for translating applications into
603 local languages.
604 </para>
605 <indexterm zone="qt5 linguist-qt5">
606 <primary sortas="b-linguist-qt5">linguist</primary>
607 </indexterm>
608 </listitem>
609 </varlistentry>
610
611 <varlistentry id="lrelease-qt5">
612 <term><command>lrelease</command></term>
613 <listitem>
614 <para>
615 is a simple command line tool. It reads a Qt project
616 file and produces message files used by the application.
617 </para>
618 <indexterm zone="qt5 lrelease-qt5">
619 <primary sortas="b-lrelease-qt5">lrelease</primary>
620 </indexterm>
621 </listitem>
622 </varlistentry>
623
624 <varlistentry id="lupdate-qt5">
625 <term><command>lupdate</command></term>
626 <listitem>
627 <para>
628 reads a Qt project file, finds the translatable
629 strings in the specified source, header and Qt Designer
630 interface files, and produces or updates the translation
631 files listed in the project file.
632 </para>
633 <indexterm zone="qt5 lupdate-qt5">
634 <primary sortas="b-lupdate-qt5">lupdate</primary>
635 </indexterm>
636 </listitem>
637 </varlistentry>
638
639 <varlistentry id="moc-qt5">
640 <term><command>moc</command></term>
641 <listitem>
642 <para>
643 generates Qt meta object support code.
644 </para>
645 <indexterm zone="qt5 moc-qt5">
646 <primary sortas="b-moc-qt5">moc</primary>
647 </indexterm>
648 </listitem>
649 </varlistentry>
650
651 <varlistentry id="pixeltool-qt5">
652 <term><command>pixeltool</command></term>
653 <listitem>
654 <para>
655 is a desktop magnifier and as you move your mouse around
656 the screen it will show the magnified contents in its window.
657 </para>
658 <indexterm zone="qt5 pixeltool-qt5">
659 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
660 </indexterm>
661 </listitem>
662 </varlistentry>
663
664 <varlistentry id="qdbus-qt5">
665 <term><command>qdbus</command></term>
666 <listitem>
667 <para>
668 lists available services, object paths, methods, signals, and
669 properties of objects on a bus.
670 </para>
671 <indexterm zone="qt5 qdbus-qt5">
672 <primary sortas="b-qdbus-qt5">qdbus</primary>
673 </indexterm>
674 </listitem>
675 </varlistentry>
676
677 <varlistentry id="qmake-qt5">
678 <term><command>qmake</command></term>
679 <listitem>
680 <para>
681 uses information stored in project files to
682 determine what should go in the makefiles it
683 generates.
684 </para>
685 <indexterm zone="qt5 qmake-qt5">
686 <primary sortas="b-qmake-qt5">qmake</primary>
687 </indexterm>
688 </listitem>
689 </varlistentry>
690
691 <varlistentry id="rcc-qt5">
692 <term><command>rcc</command></term>
693 <listitem>
694 <para>
695 is a resource compiler used in conjunction with designer.
696 </para>
697 <indexterm zone="qt5 rcc-qt5">
698 <primary sortas="b-rcc-qt5">rcc</primary>
699 </indexterm>
700 </listitem>
701 </varlistentry>
702
703 <varlistentry id="uic-qt5">
704 <term><command>uic</command></term>
705 <listitem>
706 <para>
707 is a Qt user interface compiler.
708 </para>
709 <indexterm zone="qt5 uic-qt5">
710 <primary sortas="b-uic-qt5">uic</primary>
711 </indexterm>
712 </listitem>
713 </varlistentry>
714
715 </variablelist>
716
717 </sect2>
718
719</sect1>
Note: See TracBrowser for help on using the repository browser.