source: x/lib/qt5-systemd.xml@ 7b9cf96

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 7b9cf96 was 7b9cf96, checked in by Krejzi <krejzi@…>, 10 years ago

Clarify QT{4,5}BINDIR a bit.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13830 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 24.8 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.3">
8 <!ENTITY qt5-url "http://download.qt-project.org/official_releases/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 "f9a24a0d5645efa0715b6ff0fa13d60f">
13 <!ENTITY qt5-size "169 MB">
14 <!ENTITY qt5-buildsize "2.3 GB (173 MB installed)">
15 <!ENTITY qt5-time "105 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
37 framework that is widely used for developing application software
38 with a graphical user interface (GUI) (in which cases
39 <application>Qt5</application> is classified as a widget toolkit), and
40 also used for developing non-GUI programs such as command-line tools
41 and consoles for servers.
42 </para>
43
44 &lfs75_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&qt5-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&qt5-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &qt5-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &qt5-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &qt5-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &qt5-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="alsa-lib"/>,
85 <xref linkend="mesalib"/>,
86 <xref linkend="xcb-util-image"/>,
87 <xref linkend="xcb-util-keysyms"/>,
88 <xref linkend="xcb-util-renderutil"/>, and
89 <xref linkend="xcb-util-wm"/>
90 </para>
91
92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
94 <xref linkend="cacerts"/>,
95 <xref linkend="cups"/>,
96 <xref linkend="dbus"/>,
97 <xref linkend="glib2"/>,
98 <xref linkend="gst-plugins-base"/>,
99 <xref linkend="harfbuzz"/>,
100 <xref linkend="icu"/> (unicode support, also required for QtWebKit),
101 <xref linkend="libjpeg"/>,
102 <xref linkend="libmng"/>,
103 <xref linkend="libpng"/>,
104 <xref linkend="libtiff"/>,
105 <xref linkend="libxkbcommon"/>,
106 <xref linkend="mtdev"/>,
107 <xref linkend="openssl"/>,
108 <xref linkend="pcre"/>,
109 <xref linkend="ruby"/> (required for QtWebKit), and
110 <xref linkend="sqlite"/>
111 </para>
112
113 <bridgehead renderas="sect4">Optional</bridgehead>
114 <para role="optional">
115 <xref linkend="geoclue"/>,
116 <xref linkend="gst10-plugins-base"/> (QtWebKit HTML5 Video Support),
117 <xref linkend="gtk2"/> (GTK+ Theme Support),
118 <xref linkend="ibus"/>,
119 <xref linkend="mariadb"/>,
120 <xref linkend="postgresql"/>,
121 <xref linkend="pulseaudio"/>, and
122 <xref linkend="unixodbc"/>
123 </para>
124
125 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
126 <para role="optional">
127 <xref linkend="qtchooser"/> (required if installing both
128 Qt4 and Qt5)
129 </para>
130
131 <para condition="html" role="usernotes">User Notes:
132 <ulink url="&blfs-wiki;/qt5"/>
133 </para>
134 </sect2>
135
136 <sect2 role="qt5-prefix">
137 <title>Setting the installation prefix</title>
138
139 <bridgehead renderas="sect3">Installing in /usr</bridgehead>
140
141 <para>
142 If you want to install <application>Qt5</application>
143 in <filename class="directory">/usr</filename>, set the
144 following environment variable:
145 </para>
146
147<screen><userinput>export QT5PREFIX=/usr</userinput></screen>
148
149 <para>
150 The advantage of installing in
151 <filename class="directory">/usr</filename> is that no additional
152 configuration is required. The package files are distributed
153 within several subdirectories of the
154 <filename class="directory">/usr</filename> hierarchy. This is
155 the method that most distributions use. The disadvantage for BLFS
156 users is that this <application>Qt5</application> instance cannot
157 be upgraded while it is in use. It also does not allow reverting
158 to an existing, known working instance of
159 <application>Qt5</application>.
160 </para>
161
162 <bridgehead renderas="sect3">Installing in /opt/qt5</bridgehead>
163
164 <para>
165 If you want to install <application>Qt5</application>
166 in a directory other than <filename
167 class="directory">/usr</filename>, ie
168 <filename class="directory">/opt/qt5</filename>, set
169 the following environment variable:
170 </para>
171
172<screen><userinput>export QT5PREFIX=/opt/qt5</userinput></screen>
173
174 <para>
175 The advantage of installing <application>Qt5</application> in a
176 custom directory such as <filename
177 class="directory">/opt/qt5</filename> is that it keeps all the
178 package files consolidated in a dedicated directory hierarchy. By
179 using this method, an update can be made without overwriting a
180 previous installation and users can easily revert to a previous
181 version by changing one symbolic link or merely changing the
182 PATH variable.
183 </para>
184
185 <tip>
186 <para>
187 Sometimes, the installation paths are hardcoded into installed files.
188 This is the reason why <filename class="directory">/opt/qt5</filename>
189 is used as installation prefix instead of <filename
190 class="directory">/opt/qt-&qt5-version;</filename>. After installing
191 <application>Qt5</application>, you may rename the directory and
192 create a symlink:
193 </para>
194
195<screen role="root"><userinput>mv /opt/qt{5,-&qt5-version;}
196ln -sfv qt-&qt5-version; /opt/qt5</userinput></screen>
197
198 <para>
199 Later on, you may want to install other versions of
200 <application>Qt5</application>. To do that, just remove the symlink
201 and use <filename class="directory">/opt/qt5</filename> as the
202 prefix again. Which version of <application>Qt5</application> you
203 use depends only on where the symlink points to.
204 </para>
205 </tip>
206
207 <bridgehead renderas="sect3">Setting the install location for executables</bridgehead>
208
209 <para>
210 Both <application>Qt4</application> and
211 <application>Qt5</application> executables have
212 the same names and will overwrite each other if
213 they are installed in the same prefix. To overcome
214 such problem, BLFS offers <xref linkend="qtchooser"/>,
215 an utility used to switch between different
216 <application>Qt</application> versions.
217 </para>
218
219 <para>
220 If <xref linkend="qtchooser"/> is to be used or
221 if installing both <application>Qt4</application>
222 and <application>Qt5</application> in
223 <filename class="directory">/usr</filename>, the
224 executables need to be installed to a non-standard
225 location in order to avoid the conflict with
226 <application>Qt4</application> ones. To accomplish
227 that, set the following environment variable:
228 </para>
229
230<screen><userinput>export QT5BINDIR=$QT5PREFIX/lib/qt5/bin</userinput></screen>
231
232 <para>
233 If you choose not to install <xref linkend="qtchooser"/>
234 or if you are not going to install
235 <application>Qt4</application>, simply set the bindir to
236 a <filename class="directory">bin</filename> subdir of the
237 default prefix by setting the following environment variable:
238 </para>
239
240<screen><userinput>export QT5BINDIR=$QT5PREFIX/bin</userinput></screen>
241
242 </sect2>
243
244 <sect2 role="installation">
245 <title>Installation of Qt5</title>
246
247 <caution>
248 <para>
249 If you did not install some of the recommended dependencies, examine
250 <command>./configure --help</command> output to check how to disable
251 them or use internal versions bundled in the source tarball.
252 </para>
253 </caution>
254
255 <warning>
256 <para>
257 If <application>Qt5</application> is being reinstalled into the
258 same directory as an existing instance, run the commands done by
259 <systemitem class="username">root</systemitem>, such as
260 <command>make install</command>, from a console or non-Qt5 based
261 window manager. It overwrites <application>Qt5</application>
262 libraries that should not be in use during the install process.
263 </para>
264 </warning>
265
266 <para>
267 Install <application>Qt5</application> by running the
268 following commands:
269 </para>
270
271<screen><userinput>./configure -prefix $QT5PREFIX \
272 -sysconfdir /etc/xdg \
273 -bindir $QT5BINDIR \
274 -headerdir $QT5PREFIX/include/qt5 \
275 -archdatadir $QT5PREFIX/lib/qt5 \
276 -datadir $QT5PREFIX/share/qt5 \
277 -docdir $QT5PREFIX/share/doc/qt5 \
278 -translationdir $QT5PREFIX/share/qt5/translations \
279 -examplesdir $QT5PREFIX/share/doc/qt5/examples \
280 -confirm-license \
281 -opensource \
282 -dbus-linked \
283 -openssl-linked \
284 -system-harfbuzz \
285 -system-sqlite \
286 -nomake examples \
287 -optimized-qmake &amp;&amp;
288make</userinput></screen>
289
290 <para>
291 This package does not come with a test suite.
292 </para>
293
294 <para>
295 Remove references to the build directory from the
296 <filename class="extension">.pc</filename> files by running
297 the following command:
298 </para>
299
300<screen><userinput>find . -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
301
302 <warning>
303 <para>
304 Make sure that <envar>QT5PREFIX</envar> and <envar>QT5BINDIR</envar>
305 environment variables are set for the
306 <systemitem class="username">root</systemitem> user too.
307 </para>
308 </warning>
309
310 <para>
311 Now, as the <systemitem class="username">root</systemitem> user:
312 </para>
313
314<screen role="root"><userinput>make install</userinput></screen>
315
316 <para>
317 Remove references to the build directory from installed files by
318 running the following commands as the
319 <systemitem class="username">root</systemitem> user:
320 </para>
321
322<screen role="root"><userinput>sed -e "s:$PWD/qtbase:$QT5PREFIX/lib/qt5:g" \
323 -i $QT5PREFIX/lib/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri &amp;&amp;
324
325find $QT5PREFIX/lib/lib{qgsttools_p,Qt5*}.prl -exec sed -i -r \
326 '/^QMAKE_PRL_BUILD_DIR/d;s/(QMAKE_PRL_LIBS =).*/\1/' {} \;</userinput></screen>
327
328 <para>
329 Install images and create the menu entries for installed
330 applications by running the following commands
331 as the <systemitem class="username">root</systemitem> user:
332 </para>
333
334<screen role="root"><userinput>install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
335 /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
336
337install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
338 /usr/share/pixmaps/designer-qt5.png &amp;&amp;
339
340install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
341 /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
342
343install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
344 /usr/share/pixmaps/qdbusviewer-qt5.png &amp;&amp;
345
346install -v -dm755 /usr/share/applications &amp;&amp;
347
348cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
349<literal>[Desktop Entry]
350Name=Qt5 Assistant
351Comment=Shows Qt5 documentation and examples
352Exec=$QT5BINDIR/assistant
353Icon=assistant-qt5.png
354Terminal=false
355Encoding=UTF-8
356Type=Application
357Categories=Qt;Development;Documentation;</literal>
358EOF
359
360cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; EOF
361<literal>[Desktop Entry]
362Name=Qt5 Designer
363GenericName=Interface Designer
364Comment=Design GUIs for Qt5 applications
365Exec=$QT5BINDIR/designer
366Icon=designer-qt5.png
367MimeType=application/x-designer;
368Terminal=false
369Encoding=UTF-8
370Type=Application
371Categories=Qt;Development;</literal>
372EOF
373
374cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; EOF
375<literal>[Desktop Entry]
376Name=Qt5 Linguist
377Comment=Add translations to Qt5 applications
378Exec=$QT5BINDIR/linguist
379Icon=linguist-qt5.png
380MimeType=text/vnd.trolltech.linguist;application/x-linguist;
381Terminal=false
382Encoding=UTF-8
383Type=Application
384Categories=Qt;Development;</literal>
385EOF
386
387cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
388<literal>[Desktop Entry]
389Name=Qt5 QDbusViewer
390GenericName=D-Bus Debugger
391Comment=Debug D-Bus applications
392Exec=$QT5BINDIR/qdbusviewer
393Icon=qdbusviewer-qt5.png
394Terminal=false
395Encoding=UTF-8
396Type=Application
397Categories=Qt;Development;Debugger;</literal>
398EOF</userinput></screen>
399
400 <para>
401 Some packages look for <application>Qt5</application> executables
402 with <filename>-qt5</filename> suffix. Run the following command
403 as the <systemitem class="username">root</systemitem> user to
404 create the necessary symlinks:
405 </para>
406
407<screen role="root"><userinput>for file in assistant designer lconvert linguist lrelease lupdate \
408 moc pixeltool qcollectiongenerator qdbus qdbuscpp2xml \
409 qdbusviewer qdbusxml2cpp qdoc qhelpconverter \
410 qhelpgenerator qlalr qmake qml qml1plugindump qmlbundle \
411 qmlimportscanner qmlmin qmlplugindump qmlprofiler \
412 qmlscene qmltestrunner qmlviewer qtdiag qtpaths \
413 rcc syncqt.pl uic xmlpatterns xmlpatternsvalidator
414do
415 ln -sfrv $QT5BINDIR/$file /usr/bin/$file-qt5
416done</userinput></screen>
417
418 </sect2>
419
420 <sect2 role="commands">
421 <title>Command Explanations</title>
422
423 <para>
424 <parameter>-confirm-license</parameter>: Accept license
425 without prompting user during configuration.
426 </para>
427
428 <para>
429 <parameter>-opensource</parameter>: Install the opensource
430 version of <application>Qt</application>.
431 </para>
432
433 <para>
434 <parameter>-release</parameter>: This switch disables
435 building with debugging symbols.
436 </para>
437
438 <para>
439 <parameter>-nomake examples</parameter>: This switch
440 disables building of the example programs included
441 in the source tarball. Remove it if you want to build
442 them.
443 </para>
444
445 <para>
446 <parameter>-system-harfbuzz</parameter>: This switch enables use
447 of the system version of <application>Harfbuzz</application>
448 which fixes some font rendering issues in
449 <application>Qt5</application> applications.
450 </para>
451
452 <para>
453 <parameter>-system-sqlite</parameter>: This switch enables use
454 of the system version of <application>SQLite</application>.
455 </para>
456
457 <para>
458 <parameter>-dbus-linked -openssl-linked</parameter>: These
459 switches enable explicit linking of the
460 <application>D-Bus</application> and
461 <application>OpenSSL</application> libraries into
462 <application>Qt5</application> libraries instead of
463 <command>dlopen()</command>-ing them.
464 </para>
465
466 <para>
467 <parameter>-optimized-qmake</parameter>: This switch enables
468 building of the optimized <command>qmake</command> program.
469 </para>
470
471 </sect2>
472
473 <sect2 role="configuration">
474 <title>Configuring Qt5</title>
475
476 <sect3 id="qt5-config">
477 <title>Configuration Information</title>
478
479 <note>
480 <para>
481 If you have installed <application>Qt5</application>
482 in <filename class="directory">/usr</filename> you
483 can skip this section.
484 </para>
485 </note>
486
487 <para>
488 If you installed <application>Qt5</application> in a location other
489 than <filename class="directory">/usr</filename>, you need to update the
490 following configuration files so that <application>Qt5</application> is
491 correctly found by other packages and system processes.
492 </para>
493
494 <para>
495 As the <systemitem class="username">root</systemitem> user, update
496 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
497 run-time cache file:
498 </para>
499
500<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
501<literal># Begin Qt5 addition
502
503$QT5PREFIX/lib
504
505# End Qt5 addition</literal>
506EOF
507
508ldconfig</userinput></screen>
509
510 <indexterm zone="qt5 qt5-config">
511 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
512 </indexterm>
513
514 <para>
515 If you have installed <xref linkend="qtchooser"/>, create
516 the <filename>/etc/profile.d/qt5.sh</filename> file by
517 running the following command as the
518 <systemitem class="username">root</systemitem> user:
519 </para>
520
521<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
522<literal># Begin /etc/profile.d/qt5.sh
523
524pathappend $QT5PREFIX/lib/pkgconfig PKG_CONFIG_PATH
525
526# End /etc/profile.d/qt5.sh</literal>
527EOF</userinput></screen>
528
529 <para>
530 If you have not installed <xref linkend="qtchooser"/>,
531 create the <filename>/etc/profile.d/qt5.sh</filename>
532 file by running the following command as the
533 <systemitem class="username">root</systemitem> user:
534 </para>
535
536<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
537<literal># Begin /etc/profile.d/qt5.sh
538
539pathappend $QT5BINDIR PATH
540pathappend $QT5PREFIX/lib/pkgconfig PKG_CONFIG_PATH
541
542# End /etc/profile.d/qt5.sh</literal>
543EOF</userinput></screen>
544
545 <note>
546 <para>
547 If <xref linkend="qtchooser"/> is not installed and you
548 also have <application>Qt4</application> installed,
549 you will need to manually adjust the <envar>PATH</envar>
550 variable depending on which <application>Qt</application>
551 version is needed.
552 </para>
553 </note>
554
555 </sect3>
556
557 </sect2>
558
559 <sect2 role="content">
560 <title>Contents</title>
561
562 <segmentedlist>
563 <segtitle>Installed Programs</segtitle>
564 <segtitle>Installed Libraries</segtitle>
565 <segtitle>Installed Directories</segtitle>
566
567 <seglistitem>
568 <seg>
569 assistant, designer, lconvert, linguist, lrelease,
570 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
571 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
572 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle,
573 qmlimportscanner, qmlmin, qmlplugindump, qmlprofiler, qml,
574 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
575 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
576 </seg>
577 <seg>
578 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
579 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
580 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
581 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
582 libQt5Help.so, libQt5MultimediaQuick_p.so, libQt5Multimedia.so,
583 libQt5MultimediaWidgets.so, libQt5Network.so, libQt5Nfc.so,
584 libQt5OpenGLExtensions.a, libQt5OpenGL.so, libQt5PlatformSupport.a,
585 libQt5Positioning.so, libQt5PrintSupport.so, libQt5QmlDevTools.a,
586 libQt5Qml.so, libQt5QuickParticles.so, libQt5QuickWidgets.so,
587 libQt5Quick.so, libQt5QuickTest.so, libQt5Script.so,
588 libQt5ScriptTools.so, libQt5Sensors.so, libQt5SerialPort.so,
589 libQt5Sql.so, libQt5Svg.so, libQt5Test.so, libQt5UiTools.a,
590 libQt5WebKit.so, libQt5WebKitWidgets.so, libQt5WebSockets.so,
591 libQt5Widgets.so, libQt5X11Extras.so, libQt5XmlPatterns.so,
592 libQt5Xml.so, and several plugins under /opt/qt5/{imports,plugins,qml}
593 </seg>
594 <seg>
595 $QT5PREFIX/include/qt5,
596 $QT5PREFIX/lib/qt5,
597 $QT5PREFIX/share/doc/qt5, and
598 $QT5PREFIX/share/qt5
599 </seg>
600 </seglistitem>
601 </segmentedlist>
602
603 <variablelist>
604 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
605 <?dbfo list-presentation="list"?>
606 <?dbhtml list-presentation="table"?>
607
608 <varlistentry id="assistant-qt5">
609 <term><command>assistant</command></term>
610 <listitem>
611 <para>
612 is a tool for presenting on-line documentation.
613 </para>
614 <indexterm zone="qt5 assistant-qt5">
615 <primary sortas="b-assistant-qt5">assistant</primary>
616 </indexterm>
617 </listitem>
618 </varlistentry>
619
620 <varlistentry id="designer-qt5">
621 <term><command>designer</command></term>
622 <listitem>
623 <para>
624 is a full-fledged GUI builder. It includes
625 powerful features such as preview mode, automatic widget
626 layout, support for custom widgets, and an advanced
627 property editor.
628 </para>
629 <indexterm zone="qt5 designer-qt5">
630 <primary sortas="b-designer-qt5">designer</primary>
631 </indexterm>
632 </listitem>
633 </varlistentry>
634
635 <varlistentry id="linguist-qt5">
636 <term><command>linguist</command></term>
637 <listitem>
638 <para>
639 provides support for translating applications into
640 local languages.
641 </para>
642 <indexterm zone="qt5 linguist-qt5">
643 <primary sortas="b-linguist-qt5">linguist</primary>
644 </indexterm>
645 </listitem>
646 </varlistentry>
647
648 <varlistentry id="lrelease-qt5">
649 <term><command>lrelease</command></term>
650 <listitem>
651 <para>
652 is a simple command line tool. It reads a Qt project
653 file and produces message files used by the application.
654 </para>
655 <indexterm zone="qt5 lrelease-qt5">
656 <primary sortas="b-lrelease-qt5">lrelease</primary>
657 </indexterm>
658 </listitem>
659 </varlistentry>
660
661 <varlistentry id="lupdate-qt5">
662 <term><command>lupdate</command></term>
663 <listitem>
664 <para>
665 reads a Qt project file, finds the translatable
666 strings in the specified source, header and Qt Designer
667 interface files, and produces or updates the translation
668 files listed in the project file.
669 </para>
670 <indexterm zone="qt5 lupdate-qt5">
671 <primary sortas="b-lupdate-qt5">lupdate</primary>
672 </indexterm>
673 </listitem>
674 </varlistentry>
675
676 <varlistentry id="moc-qt5">
677 <term><command>moc</command></term>
678 <listitem>
679 <para>
680 generates Qt meta object support code.
681 </para>
682 <indexterm zone="qt5 moc-qt5">
683 <primary sortas="b-moc-qt5">moc</primary>
684 </indexterm>
685 </listitem>
686 </varlistentry>
687
688 <varlistentry id="pixeltool-qt5">
689 <term><command>pixeltool</command></term>
690 <listitem>
691 <para>
692 is a desktop magnifier and as you move your mouse around
693 the screen it will show the magnified contents in its window.
694 </para>
695 <indexterm zone="qt5 pixeltool-qt5">
696 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
697 </indexterm>
698 </listitem>
699 </varlistentry>
700
701 <varlistentry id="qmake-qt5">
702 <term><command>qmake</command></term>
703 <listitem>
704 <para>
705 uses information stored in project files to
706 determine what should go in the makefiles it
707 generates.
708 </para>
709 <indexterm zone="qt5 qmake-qt5">
710 <primary sortas="b-qmake-qt5">qmake</primary>
711 </indexterm>
712 </listitem>
713 </varlistentry>
714
715 <varlistentry id="rcc-qt5">
716 <term><command>rcc</command></term>
717 <listitem>
718 <para>
719 is a resource compiler used in conjunction with designer.
720 </para>
721 <indexterm zone="qt5 rcc-qt5">
722 <primary sortas="b-rcc-qt5">rcc</primary>
723 </indexterm>
724 </listitem>
725 </varlistentry>
726
727 <varlistentry id="uic-qt5">
728 <term><command>uic</command></term>
729 <listitem>
730 <para>
731 is a Qt user interface compiler.
732 </para>
733 <indexterm zone="qt5 uic-qt5">
734 <primary sortas="b-uic-qt5">uic</primary>
735 </indexterm>
736 </listitem>
737 </varlistentry>
738
739 </variablelist>
740
741 </sect2>
742
743</sect1>
Note: See TracBrowser for help on using the repository browser.