source: x/lib/qt5-systemd.xml@ 77460d7d

systemd-11177
Last change on this file since 77460d7d was 77460d7d, checked in by Krejzi <krejzi@…>, 10 years ago

Revert r13821, minor fixes to Qt5 deps, merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13826 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 </sect2>
208
209 <sect2 role="qt5-multi-install">
210 <title>Dealing with multiple Qt versions</title>
211
212 <para>
213 Both <application>Qt4</application> and
214 <application>Qt5</application> executables have
215 the same names and will overwrite each other if
216 they are installed in the same prefix. To overcome
217 such problem, BLFS offers <xref linkend="qtchooser"/>,
218 an utility used to switch between different
219 <application>Qt</application> versions.
220 </para>
221
222 <para>
223 If <xref linkend="qtchooser"/> is to be used or
224 if installing both <application>Qt4</application>
225 and <application>Qt5</application> in
226 <filename class="directory">/usr</filename>, the
227 executables need to be installed to a non-standard
228 location in order to avoid the conflict with
229 <application>Qt4</application> ones. To accomplish
230 that, set the following environment variable:
231 </para>
232
233<screen><userinput>export QT5BINDIR=$QT5PREFIX/lib/qt5/bin</userinput></screen>
234
235 <para>
236 If you choose not to install <xref linkend="qtchooser"/>
237 or if you are not going to install
238 <application>Qt4</application>, simply set the bindir to
239 a <filename class="directory">bin</filename> subdir of the
240 default prefix by setting the following environment variable:
241 </para>
242
243<screen><userinput>export QT5BINDIR=$QT5PREFIX/bin</userinput></screen>
244
245 </sect2>
246
247 <sect2 role="installation">
248 <title>Installation of Qt5</title>
249
250 <caution>
251 <para>
252 If you did not install some of the recommended dependencies, examine
253 <command>./configure --help</command> output to check how to disable
254 them or use internal versions bundled in the source tarball.
255 </para>
256 </caution>
257
258 <warning>
259 <para>
260 If <application>Qt5</application> is being reinstalled into the
261 same directory as an existing instance, run the commands done by
262 <systemitem class="username">root</systemitem>, such as
263 <command>make install</command>, from a console or non-Qt5 based
264 window manager. It overwrites <application>Qt5</application>
265 libraries that should not be in use during the install process.
266 </para>
267 </warning>
268
269 <para>
270 Install <application>Qt5</application> by running the
271 following commands:
272 </para>
273
274<screen><userinput>./configure -prefix $QT5PREFIX \
275 -sysconfdir /etc/xdg \
276 -bindir $QT5BINDIR \
277 -headerdir $QT5PREFIX/include/qt5 \
278 -archdatadir $QT5PREFIX/lib/qt5 \
279 -datadir $QT5PREFIX/share/qt5 \
280 -docdir $QT5PREFIX/share/doc/qt5 \
281 -translationdir $QT5PREFIX/share/qt5/translations \
282 -examplesdir $QT5PREFIX/share/doc/qt5/examples \
283 -confirm-license \
284 -opensource \
285 -dbus-linked \
286 -openssl-linked \
287 -system-harfbuzz \
288 -system-sqlite \
289 -nomake examples \
290 -optimized-qmake &amp;&amp;
291make</userinput></screen>
292
293 <para>
294 This package does not come with a test suite.
295 </para>
296
297 <para>
298 Remove references to the build directory from the
299 <filename class="extension">.pc</filename> files by running
300 the following command:
301 </para>
302
303<screen><userinput>find . -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
304
305 <warning>
306 <para>
307 Make sure that <envar>QT5PREFIX</envar> and <envar>QT5BINDIR</envar>
308 environment variables are set for the
309 <systemitem class="username">root</systemitem> user too.
310 </para>
311 </warning>
312
313 <para>
314 Now, as the <systemitem class="username">root</systemitem> user:
315 </para>
316
317<screen role="root"><userinput>make install</userinput></screen>
318
319 <para>
320 Remove references to the build directory from installed files by
321 running the following commands as the
322 <systemitem class="username">root</systemitem> user:
323 </para>
324
325<screen role="root"><userinput>sed -e "s:$PWD/qtbase:$QT5PREFIX/lib/qt5:g" \
326 -i $QT5PREFIX/lib/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri &amp;&amp;
327
328find $QT5PREFIX/lib/lib{qgsttools_p,Qt5*}.prl -exec sed -i -r \
329 '/^QMAKE_PRL_BUILD_DIR/d;s/(QMAKE_PRL_LIBS =).*/\1/' {} \;</userinput></screen>
330
331 <para>
332 Install images and create the menu entries for installed
333 applications by running the following commands
334 as the <systemitem class="username">root</systemitem> user:
335 </para>
336
337<screen role="root"><userinput>install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
338 /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
339
340install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
341 /usr/share/pixmaps/designer-qt5.png &amp;&amp;
342
343install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
344 /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
345
346install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
347 /usr/share/pixmaps/qdbusviewer-qt5.png &amp;&amp;
348
349install -v -dm755 /usr/share/applications &amp;&amp;
350
351cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
352<literal>[Desktop Entry]
353Name=Qt5 Assistant
354Comment=Shows Qt5 documentation and examples
355Exec=$QT5BINDIR/assistant
356Icon=assistant-qt5.png
357Terminal=false
358Encoding=UTF-8
359Type=Application
360Categories=Qt;Development;Documentation;</literal>
361EOF
362
363cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; EOF
364<literal>[Desktop Entry]
365Name=Qt5 Designer
366GenericName=Interface Designer
367Comment=Design GUIs for Qt5 applications
368Exec=$QT5BINDIR/designer
369Icon=designer-qt5.png
370MimeType=application/x-designer;
371Terminal=false
372Encoding=UTF-8
373Type=Application
374Categories=Qt;Development;</literal>
375EOF
376
377cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; EOF
378<literal>[Desktop Entry]
379Name=Qt5 Linguist
380Comment=Add translations to Qt5 applications
381Exec=$QT5BINDIR/linguist
382Icon=linguist-qt5.png
383MimeType=text/vnd.trolltech.linguist;application/x-linguist;
384Terminal=false
385Encoding=UTF-8
386Type=Application
387Categories=Qt;Development;</literal>
388EOF
389
390cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
391<literal>[Desktop Entry]
392Name=Qt5 QDbusViewer
393GenericName=D-Bus Debugger
394Comment=Debug D-Bus applications
395Exec=$QT5BINDIR/qdbusviewer
396Icon=qdbusviewer-qt5.png
397Terminal=false
398Encoding=UTF-8
399Type=Application
400Categories=Qt;Development;Debugger;</literal>
401EOF</userinput></screen>
402
403 <para>
404 Some packages look for <application>Qt5</application> executables
405 with <filename>-qt5</filename> suffix. Run the following command
406 as the <systemitem class="username">root</systemitem> user to
407 create the necessary symlinks:
408 </para>
409
410<screen role="root"><userinput>for file in assistant designer lconvert linguist lrelease lupdate \
411 moc pixeltool qcollectiongenerator qdbus qdbuscpp2xml \
412 qdbusviewer qdbusxml2cpp qdoc qhelpconverter \
413 qhelpgenerator qlalr qmake qml qml1plugindump qmlbundle \
414 qmlimportscanner qmlmin qmlplugindump qmlprofiler \
415 qmlscene qmltestrunner qmlviewer qtdiag qtpaths \
416 rcc syncqt.pl uic xmlpatterns xmlpatternsvalidator
417do
418 ln -sfrv $QT5BINDIR/$file /usr/bin/$file-qt5
419done</userinput></screen>
420
421 </sect2>
422
423 <sect2 role="commands">
424 <title>Command Explanations</title>
425
426 <para>
427 <parameter>-confirm-license</parameter>: Accept license
428 without prompting user during configuration.
429 </para>
430
431 <para>
432 <parameter>-opensource</parameter>: Install the opensource
433 version of <application>Qt</application>.
434 </para>
435
436 <para>
437 <parameter>-release</parameter>: This switch disables
438 building with debugging symbols.
439 </para>
440
441 <para>
442 <parameter>-nomake examples</parameter>: This switch
443 disables building of the example programs included
444 in the source tarball. Remove it if you want to build
445 them.
446 </para>
447
448 <para>
449 <parameter>-system-harfbuzz</parameter>: This switch enables use
450 of the system version of <application>Harfbuzz</application>
451 which fixes some font rendering issues in
452 <application>Qt5</application> applications.
453 </para>
454
455 <para>
456 <parameter>-system-sqlite</parameter>: This switch enables use
457 of the system version of <application>SQLite</application>.
458 </para>
459
460 <para>
461 <parameter>-dbus-linked -openssl-linked</parameter>: These
462 switches enable explicit linking of the
463 <application>D-Bus</application> and
464 <application>OpenSSL</application> libraries into
465 <application>Qt5</application> libraries instead of
466 <command>dlopen()</command>-ing them.
467 </para>
468
469 <para>
470 <parameter>-optimized-qmake</parameter>: This switch enables
471 building of the optimized <command>qmake</command> program.
472 </para>
473
474 </sect2>
475
476 <sect2 role="configuration">
477 <title>Configuring Qt5</title>
478
479 <sect3 id="qt5-config">
480 <title>Configuration Information</title>
481
482 <note>
483 <para>
484 If you have installed <application>Qt5</application>
485 in <filename class="directory">/usr</filename> you
486 can skip this section.
487 </para>
488 </note>
489
490 <para>
491 If you installed <application>Qt5</application> in a location other
492 than <filename class="directory">/usr</filename>, you need to update the
493 following configuration files so that <application>Qt5</application> is
494 correctly found by other packages and system processes.
495 </para>
496
497 <para>
498 As the <systemitem class="username">root</systemitem> user, update
499 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
500 run-time cache file:
501 </para>
502
503<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
504<literal># Begin Qt5 addition
505
506$QT5PREFIX/lib
507
508# End Qt5 addition</literal>
509EOF
510
511ldconfig</userinput></screen>
512
513 <indexterm zone="qt5 qt5-config">
514 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
515 </indexterm>
516
517 <para>
518 If you have installed <xref linkend="qtchooser"/>, create
519 the <filename>/etc/profile.d/qt5.sh</filename> file by
520 running the following command as the
521 <systemitem class="username">root</systemitem> user:
522 </para>
523
524<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
525<literal># Begin /etc/profile.d/qt5.sh
526
527pathappend $QT5PREFIX/lib/pkgconfig PKG_CONFIG_PATH
528
529# End /etc/profile.d/qt5.sh</literal>
530EOF</userinput></screen>
531
532 <para>
533 If you have not installed <xref linkend="qtchooser"/>,
534 create the <filename>/etc/profile.d/qt5.sh</filename>
535 file by running the following command as the
536 <systemitem class="username">root</systemitem> user:
537 </para>
538
539<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
540<literal># Begin /etc/profile.d/qt5.sh
541
542pathappend $QT5BINDIR PATH
543pathappend $QT5PREFIX/lib/pkgconfig PKG_CONFIG_PATH
544
545# End /etc/profile.d/qt5.sh</literal>
546EOF</userinput></screen>
547
548 <note>
549 <para>
550 If <xref linkend="qtchooser"/> is not installed and you
551 also have <application>Qt4</application> installed,
552 you will need to manually adjust the <envar>PATH</envar>
553 variable depending on which <application>Qt</application>
554 version is needed.
555 </para>
556 </note>
557
558 </sect3>
559
560 </sect2>
561
562 <sect2 role="content">
563 <title>Contents</title>
564
565 <segmentedlist>
566 <segtitle>Installed Programs</segtitle>
567 <segtitle>Installed Libraries</segtitle>
568 <segtitle>Installed Directories</segtitle>
569
570 <seglistitem>
571 <seg>
572 assistant, designer, lconvert, linguist, lrelease,
573 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
574 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
575 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle,
576 qmlimportscanner, qmlmin, qmlplugindump, qmlprofiler, qml,
577 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
578 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
579 </seg>
580 <seg>
581 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
582 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
583 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
584 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
585 libQt5Help.so, libQt5MultimediaQuick_p.so, libQt5Multimedia.so,
586 libQt5MultimediaWidgets.so, libQt5Network.so, libQt5Nfc.so,
587 libQt5OpenGLExtensions.a, libQt5OpenGL.so, libQt5PlatformSupport.a,
588 libQt5Positioning.so, libQt5PrintSupport.so, libQt5QmlDevTools.a,
589 libQt5Qml.so, libQt5QuickParticles.so, libQt5QuickWidgets.so,
590 libQt5Quick.so, libQt5QuickTest.so, libQt5Script.so,
591 libQt5ScriptTools.so, libQt5Sensors.so, libQt5SerialPort.so,
592 libQt5Sql.so, libQt5Svg.so, libQt5Test.so, libQt5UiTools.a,
593 libQt5WebKit.so, libQt5WebKitWidgets.so, libQt5WebSockets.so,
594 libQt5Widgets.so, libQt5X11Extras.so, libQt5XmlPatterns.so,
595 libQt5Xml.so, and several plugins under /opt/qt5/{imports,plugins,qml}
596 </seg>
597 <seg>
598 $QT5PREFIX/include/qt5,
599 $QT5PREFIX/lib/qt5,
600 $QT5PREFIX/share/doc/qt5, and
601 $QT5PREFIX/share/qt5
602 </seg>
603 </seglistitem>
604 </segmentedlist>
605
606 <variablelist>
607 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
608 <?dbfo list-presentation="list"?>
609 <?dbhtml list-presentation="table"?>
610
611 <varlistentry id="assistant-qt5">
612 <term><command>assistant</command></term>
613 <listitem>
614 <para>
615 is a tool for presenting on-line documentation.
616 </para>
617 <indexterm zone="qt5 assistant-qt5">
618 <primary sortas="b-assistant-qt5">assistant</primary>
619 </indexterm>
620 </listitem>
621 </varlistentry>
622
623 <varlistentry id="designer-qt5">
624 <term><command>designer</command></term>
625 <listitem>
626 <para>
627 is a full-fledged GUI builder. It includes
628 powerful features such as preview mode, automatic widget
629 layout, support for custom widgets, and an advanced
630 property editor.
631 </para>
632 <indexterm zone="qt5 designer-qt5">
633 <primary sortas="b-designer-qt5">designer</primary>
634 </indexterm>
635 </listitem>
636 </varlistentry>
637
638 <varlistentry id="linguist-qt5">
639 <term><command>linguist</command></term>
640 <listitem>
641 <para>
642 provides support for translating applications into
643 local languages.
644 </para>
645 <indexterm zone="qt5 linguist-qt5">
646 <primary sortas="b-linguist-qt5">linguist</primary>
647 </indexterm>
648 </listitem>
649 </varlistentry>
650
651 <varlistentry id="lrelease-qt5">
652 <term><command>lrelease</command></term>
653 <listitem>
654 <para>
655 is a simple command line tool. It reads a Qt project
656 file and produces message files used by the application.
657 </para>
658 <indexterm zone="qt5 lrelease-qt5">
659 <primary sortas="b-lrelease-qt5">lrelease</primary>
660 </indexterm>
661 </listitem>
662 </varlistentry>
663
664 <varlistentry id="lupdate-qt5">
665 <term><command>lupdate</command></term>
666 <listitem>
667 <para>
668 reads a Qt project file, finds the translatable
669 strings in the specified source, header and Qt Designer
670 interface files, and produces or updates the translation
671 files listed in the project file.
672 </para>
673 <indexterm zone="qt5 lupdate-qt5">
674 <primary sortas="b-lupdate-qt5">lupdate</primary>
675 </indexterm>
676 </listitem>
677 </varlistentry>
678
679 <varlistentry id="moc-qt5">
680 <term><command>moc</command></term>
681 <listitem>
682 <para>
683 generates Qt meta object support code.
684 </para>
685 <indexterm zone="qt5 moc-qt5">
686 <primary sortas="b-moc-qt5">moc</primary>
687 </indexterm>
688 </listitem>
689 </varlistentry>
690
691 <varlistentry id="pixeltool-qt5">
692 <term><command>pixeltool</command></term>
693 <listitem>
694 <para>
695 is a desktop magnifier and as you move your mouse around
696 the screen it will show the magnified contents in its window.
697 </para>
698 <indexterm zone="qt5 pixeltool-qt5">
699 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
700 </indexterm>
701 </listitem>
702 </varlistentry>
703
704 <varlistentry id="qmake-qt5">
705 <term><command>qmake</command></term>
706 <listitem>
707 <para>
708 uses information stored in project files to
709 determine what should go in the makefiles it
710 generates.
711 </para>
712 <indexterm zone="qt5 qmake-qt5">
713 <primary sortas="b-qmake-qt5">qmake</primary>
714 </indexterm>
715 </listitem>
716 </varlistentry>
717
718 <varlistentry id="rcc-qt5">
719 <term><command>rcc</command></term>
720 <listitem>
721 <para>
722 is a resource compiler used in conjunction with designer.
723 </para>
724 <indexterm zone="qt5 rcc-qt5">
725 <primary sortas="b-rcc-qt5">rcc</primary>
726 </indexterm>
727 </listitem>
728 </varlistentry>
729
730 <varlistentry id="uic-qt5">
731 <term><command>uic</command></term>
732 <listitem>
733 <para>
734 is a Qt user interface compiler.
735 </para>
736 <indexterm zone="qt5 uic-qt5">
737 <primary sortas="b-uic-qt5">uic</primary>
738 </indexterm>
739 </listitem>
740 </varlistentry>
741
742 </variablelist>
743
744 </sect2>
745
746</sect1>
Note: See TracBrowser for help on using the repository browser.