source: x/lib/qt5.xml@ d3ad2113

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 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 d3ad2113 was d3ad2113, checked in by Igor Živković <igor@…>, 9 years ago

add jasper and libwebp to qt5 dependencies

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

  • Property mode set to 100644
File size: 22.9 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 <!-- Change for new minor releases !!! -->
8
9 <!ENTITY qt5-major "5.4">
10 <!ENTITY qt5-url "http://download.qt-project.org/official_releases/qt/&qt5-major;/&qt5-version;/single">
11
12 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
13 <!ENTITY qt5-download-ftp " ">
14 <!ENTITY qt5-md5sum "21843b00ecde8956217faab391bc007b">
15 <!ENTITY qt5-size "279 MB">
16 <!ENTITY qt5-buildsize "6.9 GB (266 MB installed)">
17 <!ENTITY qt5-time "27 SBU (parallelism=4, without Qt Web Engine), 138 SBU (parallelism=1, with Qt Web Engine)">
18]>
19
20<sect1 id="qt5" xreflabel="Qt-&qt5-version;">
21 <?dbhtml filename="qt5.html" ?>
22
23 <sect1info>
24 <othername>$LastChangedBy$</othername>
25 <date>$Date$</date>
26 </sect1info>
27
28 <title>Qt-&qt5-version;</title>
29
30 <indexterm zone="qt5">
31 <primary sortas="a-Qt">Qt</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to Qt5</title>
36
37 <para>
38 <application>Qt5</application> is a cross-platform application
39 framework that is widely used for developing application software
40 with a graphical user interface (GUI) (in which cases
41 <application>Qt5</application> is classified as a widget toolkit), and
42 also used for developing non-GUI programs such as command-line tools
43 and consoles for servers.
44 </para>
45
46 &lfs76_checked;
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>
52 Download (HTTP): <ulink url="&qt5-download-http;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download (FTP): <ulink url="&qt5-download-ftp;"/>
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download MD5 sum: &qt5-md5sum;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download size: &qt5-size;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated disk space required: &qt5-buildsize;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Estimated build time: &qt5-time;
78 </para>
79 </listitem>
80 </itemizedlist>
81
82 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
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"/>,
95 <xref linkend="glib2"/>,
96 <xref linkend="gst-plugins-base"/>,
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="mesalib"/>,
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="gst10-plugins-base"/> (QtWebKit HTML5 Video Support),
120 <xref linkend="gtk2"/> (GTK+ Theme Support),
121 <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the included one has. -->
122 <ulink url="https://code.google.com/p/ibus/">IBus</ulink>,
123 <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
124 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
125 <xref linkend="postgresql"/>,
126 <xref linkend="pulseaudio"/>, and
127 <xref linkend="unixodbc"/>
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="installation">
139 <title>Installation of Qt5</title>
140
141 <caution>
142 <para>
143 If you did not install some of the recommended dependencies, examine
144 <command>./configure --help</command> output to check how to disable
145 them or use internal versions bundled in the source tarball.
146 </para>
147 </caution>
148
149 <warning>
150 <para>
151 If <application>Qt5</application> is being reinstalled into the
152 same directory as an existing instance, run the commands done by
153 <systemitem class="username">root</systemitem>, such as
154 <command>make install</command>, from a console or non-Qt5 based
155 window manager. It overwrites <application>Qt5</application>
156 libraries that should not be in use during the install process.
157 </para>
158 </warning>
159
160<!-- ==== Method 1 ====== -->
161 <bridgehead renderas="sect3">Method 1: Installing in /usr</bridgehead>
162
163 <para>
164 Install <application>Qt5</application> by running the
165 following commands:
166 </para>
167
168 <!-- This is rather a bad idea. Most apps that I've seen using Qt5 look for -qt5
169 suffixed programs. On the other hand, the developer is used to running
170 qmake, linguist, etc from the command line.
171
172 <note>
173 <para>
174 If <emphasis>not</emphasis> also installing <application>Qt4</application>
175 into the /usr directory, change the entry for -bindir below to /usr/bin.
176 </para>
177 </note> -->
178
179<screen><userinput>export QT5LINK=/usr
180
181./configure -prefix /usr \
182 -sysconfdir /etc/xdg \
183 -bindir /usr/bin \
184 -headerdir /usr/include/qt5 \
185 -archdatadir /usr/lib/qt5 \
186 -datadir /usr/share/qt5 \
187 -docdir /usr/share/doc/qt5 \
188 -translationdir /usr/share/qt5/translations \
189 -examplesdir /usr/share/doc/qt5/examples \
190 -confirm-license \
191 -opensource \
192 -dbus-linked \
193 -openssl-linked \<!--
194 -system-harfbuzz \-->
195 -system-sqlite \
196 -no-nis \
197 -skip qtwebengine \
198 -nomake examples \
199 -optimized-qmake &amp;&amp;
200make</userinput></screen>
201
202 <para>
203 This package does not come with a test suite.
204 </para>
205
206 <para>
207 Remove references to the build directory from the
208 <filename class="extension">.pc</filename> files by running
209 the following command:
210 </para>
211
212<screen><userinput>find . -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
213
214 <para>
215 Now, as the <systemitem class="username">root</systemitem> user:
216 </para>
217
218<screen role="root"><userinput>make install</userinput></screen>
219
220 <para>
221 Remove references to the build directory from installed files by
222 running the following commands as the
223 <systemitem class="username">root</systemitem> user:
224 </para>
225
226<screen role="root"><userinput>sed -e "s:$PWD/qtbase:/usr/lib/qt5:g" \
227 -i /usr/lib/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri &amp;&amp;
228
229find /usr/lib/lib{qgsttools_p,Qt5*}.prl -exec sed -i -r \
230 '/^QMAKE_PRL_BUILD_DIR/d;s/(QMAKE_PRL_LIBS =).*/\1/' {} \;</userinput></screen>
231
232<!-- ==== Method 2 ====== -->
233
234 <bridgehead renderas="sect3">Method 2: Installing in /opt/qt-&qt5-version;</bridgehead>
235
236 <para>
237 This section provides instructions for installing Qt5 in the
238 <filename class="directory">/opt</filename> directory.
239 </para>
240
241<screen><userinput>export QT5DIR=/opt/qt-&qt5-version; &amp;&amp;
242export QT5LINK=/opt/qt5 &amp;&amp;
243
244./configure -prefix $QT5DIR \
245 -sysconfdir /etc/xdg \
246 -confirm-license \
247 -opensource \
248 -dbus-linked \
249 -openssl-linked \<!--
250 -system-harfbuzz \-->
251 -system-sqlite \
252 -no-nis \
253 -nomake examples \
254 -skip qtwebengine \
255 -optimized-qmake &amp;&amp;
256make</userinput></screen>
257
258 <para>
259 Now, as the <systemitem class="username">root</systemitem> user:
260 </para>
261
262<screen role="root"><userinput>make install &amp;&amp;
263ln -svfn $QT5DIR /opt/qt5</userinput></screen>
264
265 <para>
266 Remove references to the build directory from installed files by
267 running the following commands as the
268 <systemitem class="username">root</systemitem> user:
269 </para>
270
271<screen role="root"><userinput>find $QT5DIR -name qt_lib_bootstrap_private.pri \
272 -exec sed -i -e "s:$PWD/qtbase:/$QT5DIR/lib/:g" {} \; &amp;&amp;
273
274find $QT5DIR -name \*.prl \
275 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
276
277<!-- This is useful for packages looking explicitly for Qt apps with -qt5 suffix.
278
279 <para>
280 Symlink the <application>Qt5</application> executables into
281 <filename class="directory">/usr/bin</filename> by running the
282 following commands as the
283 <systemitem class="username">root</systemitem> user:
284 </para>
285
286<screen role="root"><userinput>ln -svf $QT5DIR /opt/qt5 &amp;&amp;
287
288for file in /opt/qt5/bin/*; do
289 ln -sfv $file /usr/bin/$(basename $file)-qt5
290done</userinput></screen> -->
291
292<!-- ==== Common ====== -->
293 <bridgehead renderas="sect3">Continuing for Both Methods</bridgehead>
294
295 <para>
296 For all methods, install images and create the menu entries
297 for installed applications. Be sure that the <envar>QT5LINK</envar>
298 variable is defined in root's environment and
299 as the <systemitem class="username">root</systemitem> user:
300 </para>
301
302<screen role="root"><userinput>install -v -dm755 /usr/share/pixmaps/ &amp;&amp;
303
304install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
305 /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
306
307install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
308 /usr/share/pixmaps/designer-qt5.png &amp;&amp;
309
310install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
311 /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
312
313install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
314 /usr/share/pixmaps/qdbusviewer-qt5.png &amp;&amp;
315
316install -dm755 /usr/share/applications &amp;&amp;
317
318cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
319<literal>[Desktop Entry]
320Name=Qt5 Assistant
321Comment=Shows Qt5 documentation and examples
322Exec=$QT5LINK/bin/assistant
323Icon=assistant-qt5.png
324Terminal=false
325Encoding=UTF-8
326Type=Application
327Categories=Qt;Development;Documentation;</literal>
328EOF
329
330cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; EOF
331<literal>[Desktop Entry]
332Name=Qt5 Designer
333GenericName=Interface Designer
334Comment=Design GUIs for Qt5 applications
335Exec=$QT5LINK/bin/designer
336Icon=designer-qt5.png
337MimeType=application/x-designer;
338Terminal=false
339Encoding=UTF-8
340Type=Application
341Categories=Qt;Development;</literal>
342EOF
343
344cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; EOF
345<literal>[Desktop Entry]
346Name=Qt5 Linguist
347Comment=Add translations to Qt5 applications
348Exec=$QT5LINK/bin/linguist
349Icon=linguist-qt5.png
350MimeType=text/vnd.trolltech.linguist;application/x-linguist;
351Terminal=false
352Encoding=UTF-8
353Type=Application
354Categories=Qt;Development;</literal>
355EOF
356
357cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
358<literal>[Desktop Entry]
359Name=Qt5 QDbusViewer
360GenericName=D-Bus Debugger
361Comment=Debug D-Bus applications
362Exec=$QT5LINK/bin/qdbusviewer
363Icon=qdbusviewer-qt5.png
364Terminal=false
365Encoding=UTF-8
366Type=Application
367Categories=Qt;Development;Debugger;</literal>
368EOF</userinput></screen>
369
370 </sect2>
371
372 <sect2 role="commands">
373 <title>Command Explanations</title>
374
375 <para>
376 <parameter>-confirm-license</parameter>: Accept license
377 without prompting user during configuration.
378 </para>
379
380 <para>
381 <parameter>-opensource</parameter>: Install the opensource
382 version of <application>Qt</application>.
383 </para>
384
385 <para>
386 <parameter>-release</parameter>: This switch disables
387 building with debugging symbols.
388 </para>
389
390 <para>
391 <parameter>-nomake examples</parameter>: This switch
392 disables building of the example programs included
393 in the source tarball. Remove it if you want to build
394 them.
395 </para>
396
397 <para>
398 <parameter>-system-sqlite</parameter>: This switch enables use
399 of the system version of <application>SQLite</application>.
400 </para>
401
402 <para>
403 <parameter>-no-nis</parameter>: This switch disables support
404 for Network Information Service (NIS) which has been
405 removed from recent versions of <application>Glibc</application>.
406 </para>
407
408 <para>
409 <parameter>-dbus-linked -openssl-linked</parameter>: These
410 switches enable explicit linking of the
411 <application>D-Bus</application> and
412 <application>OpenSSL</application> libraries into
413 <application>Qt5</application> libraries instead of
414 <command>dlopen()</command>-ing them.
415 </para>
416
417 <para>
418 <parameter>-skip qtwebengine</parameter>: This switch disables
419 building the Qt Web Engine. It is not presently used by
420 any applications. If this option is removed, fix a build
421 problem with:
422
423<screen><userinput>sed -i '$ a !contains(QT_CONFIG, pulseaudio): GYP_CONFIG += use_pulseaudio=0' \
424 qtwebengine/src/core/config/desktop_linux.pri</userinput></screen>
425 </para>
426
427 <para>
428 <parameter>-optimized-qmake</parameter>: This switch enables
429 building of the optimized <command>qmake</command> program.
430 </para>
431
432 <para>
433 <option>-system-harfbuzz</option>: This switch enables use
434 of the system version of <application>Harfbuzz</application>
435 which fixes some font rendering issues in
436 <application>Qt5</application> applications but doesn't have all the
437 features that the included one has.
438 </para>
439
440 </sect2>
441
442 <sect2 role="configuration">
443 <title>Configuring Qt5</title>
444
445 <sect3 id="qt5-config">
446 <title>Configuration Information</title>
447
448 <para>
449 Create the menu entries for installed applications by running the
450 following commands <systemitem class="username">root</systemitem>
451 user:
452 </para>
453
454 <para>
455 If you installed <application>Qt5</application> in
456 <filename class="directory">/usr</filename>, create an
457 environment variable needed by certain packages.
458 As the <systemitem class="username">root</systemitem> user:
459 </para>
460
461<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
462<literal># Begin /etc/profile.d/qt5.sh
463
464QT5DIR=/usr
465export QT5DIR
466
467# End /etc/profile.d/qt5.sh</literal>
468EOF</userinput></screen>
469
470 <para>
471 If you installed <application>Qt5</application> in a location other
472 than <filename class="directory">/usr</filename>, you need to update the
473 following configuration files so that <application>Qt5</application> is
474 correctly found by other packages and system processes.
475 </para>
476
477 <para>
478 As the <systemitem class="username">root</systemitem> user, update
479 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
480 run-time cache file:
481 </para>
482
483<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
484<literal># Begin Qt addition
485
486/opt/qt5/lib
487
488# End Qt addition</literal>
489EOF
490
491ldconfig</userinput></screen>
492
493 <indexterm zone="qt5 qt5-config">
494 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
495 </indexterm>
496
497 <para>
498 As the <systemitem class="username">root</systemitem> user, create
499 the <filename>/etc/profile.d/qt5.sh</filename> file:
500 </para>
501
502<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
503<literal># Begin /etc/profile.d/qt5.sh
504
505QT5DIR=/opt/qt5
506
507pathappend /opt/qt5/bin PATH
508pathappend /opt/qt5/lib/pkgconfig PKG_CONFIG_PATH
509
510export QT5DIR
511
512# End /etc/profile.d/qt5.sh</literal>
513EOF</userinput></screen>
514
515 </sect3>
516
517 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
518 href="../../xincludes/setqt.xml"/>
519 </sect2>
520
521 <sect2 role="content">
522 <title>Contents</title>
523
524 <segmentedlist>
525 <segtitle>Installed Programs</segtitle>
526 <segtitle>Installed Libraries</segtitle>
527 <segtitle>Installed Directories</segtitle>
528
529 <seglistitem>
530 <seg>
531 assistant, designer, lconvert, linguist, lrelease,
532 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
533 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
534 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle,
535 qmlimportscanner, qmlmin, qmlplugindump, qmlprofiler, qml,
536 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
537 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
538 </seg>
539 <seg>
540 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
541 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
542 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
543 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
544 libQt5Help.so, libQt5MultimediaQuick_p.so, libQt5Multimedia.so,
545 libQt5MultimediaWidgets.so, libQt5Network.so, libQt5Nfc.so,
546 libQt5OpenGLExtensions.a, libQt5OpenGL.so, libQt5PlatformSupport.a,
547 libQt5Positioning.so, libQt5PrintSupport.so, libQt5QmlDevTools.a,
548 libQt5Qml.so, libQt5QuickParticles.so, libQt5QuickWidgets.so,
549 libQt5Quick.so, libQt5QuickTest.so, libQt5Script.so,
550 libQt5ScriptTools.so, libQt5Sensors.so, libQt5SerialPort.so,
551 libQt5Sql.so, libQt5Svg.so, libQt5Test.so, libQt5UiTools.a,
552 libQt5WebKit.so, libQt5WebKitWidgets.so, libQt5WebSockets.so,
553 libQt5Widgets.so, libQt5X11Extras.so, libQt5XmlPatterns.so,
554 libQt5Xml.so, and several plugins under /opt/qt5/{imports,plugins,qml}
555 </seg>
556 <seg>
557 /usr/include/qt5,
558 /usr/lib/qt5,
559 /usr/share/doc/qt5, and
560 /usr/share/qt5
561 OR
562 /opt/qt5 and
563 /opt/qt-&qt5-version;
564 </seg>
565 </seglistitem>
566 </segmentedlist>
567
568 <variablelist>
569 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
570 <?dbfo list-presentation="list"?>
571 <?dbhtml list-presentation="table"?>
572
573 <varlistentry id="assistant-qt5">
574 <term><command>assistant</command></term>
575 <listitem>
576 <para>
577 is a tool for presenting on-line documentation.
578 </para>
579 <indexterm zone="qt5 assistant-qt5">
580 <primary sortas="b-assistant-qt5">assistant</primary>
581 </indexterm>
582 </listitem>
583 </varlistentry>
584
585 <varlistentry id="designer-qt5">
586 <term><command>designer</command></term>
587 <listitem>
588 <para>
589 is a full-fledged GUI builder. It includes
590 powerful features such as preview mode, automatic widget
591 layout, support for custom widgets, and an advanced
592 property editor.
593 </para>
594 <indexterm zone="qt5 designer-qt5">
595 <primary sortas="b-designer-qt5">designer</primary>
596 </indexterm>
597 </listitem>
598 </varlistentry>
599
600 <varlistentry id="linguist-qt5">
601 <term><command>linguist</command></term>
602 <listitem>
603 <para>
604 provides support for translating applications into
605 local languages.
606 </para>
607 <indexterm zone="qt5 linguist-qt5">
608 <primary sortas="b-linguist-qt5">linguist</primary>
609 </indexterm>
610 </listitem>
611 </varlistentry>
612
613 <varlistentry id="lrelease-qt5">
614 <term><command>lrelease</command></term>
615 <listitem>
616 <para>
617 is a simple command line tool. It reads a Qt project
618 file and produces message files used by the application.
619 </para>
620 <indexterm zone="qt5 lrelease-qt5">
621 <primary sortas="b-lrelease-qt5">lrelease</primary>
622 </indexterm>
623 </listitem>
624 </varlistentry>
625
626 <varlistentry id="lupdate-qt5">
627 <term><command>lupdate</command></term>
628 <listitem>
629 <para>
630 reads a Qt project file, finds the translatable
631 strings in the specified source, header and Qt Designer
632 interface files, and produces or updates the translation
633 files listed in the project file.
634 </para>
635 <indexterm zone="qt5 lupdate-qt5">
636 <primary sortas="b-lupdate-qt5">lupdate</primary>
637 </indexterm>
638 </listitem>
639 </varlistentry>
640
641 <varlistentry id="moc-qt5">
642 <term><command>moc</command></term>
643 <listitem>
644 <para>
645 generates Qt meta object support code.
646 </para>
647 <indexterm zone="qt5 moc-qt5">
648 <primary sortas="b-moc-qt5">moc</primary>
649 </indexterm>
650 </listitem>
651 </varlistentry>
652
653 <varlistentry id="pixeltool-qt5">
654 <term><command>pixeltool</command></term>
655 <listitem>
656 <para>
657 is a desktop magnifier and as you move your mouse around
658 the screen it will show the magnified contents in its window.
659 </para>
660 <indexterm zone="qt5 pixeltool-qt5">
661 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
662 </indexterm>
663 </listitem>
664 </varlistentry>
665
666 <varlistentry id="qmake-qt5">
667 <term><command>qmake</command></term>
668 <listitem>
669 <para>
670 uses information stored in project files to
671 determine what should go in the makefiles it
672 generates.
673 </para>
674 <indexterm zone="qt5 qmake-qt5">
675 <primary sortas="b-qmake-qt5">qmake</primary>
676 </indexterm>
677 </listitem>
678 </varlistentry>
679
680 <varlistentry id="rcc-qt5">
681 <term><command>rcc</command></term>
682 <listitem>
683 <para>
684 is a resource compiler used in conjunction with designer.
685 </para>
686 <indexterm zone="qt5 rcc-qt5">
687 <primary sortas="b-rcc-qt5">rcc</primary>
688 </indexterm>
689 </listitem>
690 </varlistentry>
691
692 <varlistentry id="uic-qt5">
693 <term><command>uic</command></term>
694 <listitem>
695 <para>
696 is a Qt user interface compiler.
697 </para>
698 <indexterm zone="qt5 uic-qt5">
699 <primary sortas="b-uic-qt5">uic</primary>
700 </indexterm>
701 </listitem>
702 </varlistentry>
703
704 </variablelist>
705
706 </sect2>
707
708</sect1>
Note: See TracBrowser for help on using the repository browser.