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

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

Add a tip on Qt pages to use a versioned install.

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

  • Property mode set to 100644
File size: 24.5 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="mtdev"/>,
106 <xref linkend="openssl"/>,
107 <xref linkend="pcre"/>,
108 <xref linkend="ruby"/> (required for QtWebKit), and
109 <xref linkend="sqlite"/>
110 </para>
111
112 <bridgehead renderas="sect4">Optional</bridgehead>
113 <para role="optional">
114 <xref linkend="geoclue"/>,
115 <xref linkend="gst10-plugins-base"/> (QtWebKit HTML5 Video Support),
116 <xref linkend="gtk2"/> (GTK+ Theme Support),
117 <ulink url="https://code.google.com/p/ibus/">IBus</ulink>,
118 <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
119 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
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 $QT5BINDIR/*; do
411 ln -sfrv $file /usr/bin/$(basename $file)-qt5
412done</userinput></screen>
413
414 </sect2>
415
416 <sect2 role="commands">
417 <title>Command Explanations</title>
418
419 <para>
420 <parameter>-confirm-license</parameter>: Accept license
421 without prompting user during configuration.
422 </para>
423
424 <para>
425 <parameter>-opensource</parameter>: Install the opensource
426 version of <application>Qt</application>.
427 </para>
428
429 <para>
430 <parameter>-release</parameter>: This switch disables
431 building with debugging symbols.
432 </para>
433
434 <para>
435 <parameter>-nomake examples</parameter>: This switch
436 disables building of the example programs included
437 in the source tarball. Remove it if you want to build
438 them.
439 </para>
440
441 <para>
442 <parameter>-system-harfbuzz</parameter>: This switch enables use
443 of the system version of <application>Harfbuzz</application>
444 which fixes some font rendering issues in
445 <application>Qt5</application> applications.
446 </para>
447
448 <para>
449 <parameter>-system-sqlite</parameter>: This switch enables use
450 of the system version of <application>SQLite</application>.
451 </para>
452
453 <para>
454 <parameter>-dbus-linked -openssl-linked</parameter>: These
455 switches enable explicit linking of the
456 <application>D-Bus</application> and
457 <application>OpenSSL</application> libraries into
458 <application>Qt5</application> libraries instead of
459 <command>dlopen()</command>-ing them.
460 </para>
461
462 <para>
463 <parameter>-optimized-qmake</parameter>: This switch enables
464 building of the optimized <command>qmake</command> program.
465 </para>
466
467 </sect2>
468
469 <sect2 role="configuration">
470 <title>Configuring Qt5</title>
471
472 <sect3 id="qt5-config">
473 <title>Configuration Information</title>
474
475 <note>
476 <para>
477 If you have installed <application>Qt5</application>
478 in <filename class="directory">/usr</filename> you
479 can skip this section.
480 </para>
481 </note>
482
483 <para>
484 If you installed <application>Qt5</application> in a location other
485 than <filename class="directory">/usr</filename>, you need to update the
486 following configuration files so that <application>Qt5</application> is
487 correctly found by other packages and system processes.
488 </para>
489
490 <para>
491 As the <systemitem class="username">root</systemitem> user, update
492 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
493 run-time cache file:
494 </para>
495
496<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
497<literal># Begin Qt5 addition
498
499$QT5PREFIX/lib
500
501# End Qt5 addition</literal>
502EOF
503
504ldconfig</userinput></screen>
505
506 <indexterm zone="qt5 qt5-config">
507 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
508 </indexterm>
509
510 <para>
511 If you have installed <xref linkend="qtchooser"/>, create
512 the <filename>/etc/profile.d/qt5.sh</filename> file by
513 running the following command as the
514 <systemitem class="username">root</systemitem> user:
515 </para>
516
517<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
518<literal># Begin /etc/profile.d/qt5.sh
519
520pathappend $QT5PREFIX/lib/pkgconfig PKG_CONFIG_PATH
521
522# End /etc/profile.d/qt5.sh</literal>
523EOF</userinput></screen>
524
525 <para>
526 If you have not installed <xref linkend="qtchooser"/>,
527 create the <filename>/etc/profile.d/qt5.sh</filename>
528 file by running the following command as the
529 <systemitem class="username">root</systemitem> user:
530 </para>
531
532<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
533<literal># Begin /etc/profile.d/qt5.sh
534
535pathappend $QT5BINDIR PATH
536pathappend $QT5PREFIX/lib/pkgconfig PKG_CONFIG_PATH
537
538# End /etc/profile.d/qt5.sh</literal>
539EOF</userinput></screen>
540
541 <note>
542 <para>
543 If <xref linkend="qtchooser"/> is not installed and you
544 also have <application>Qt4</application> installed,
545 you will need to manually adjust the <envar>PATH</envar>
546 variable depending on which <application>Qt</application>
547 version is needed.
548 </para>
549 </note>
550
551 </sect3>
552
553 </sect2>
554
555 <sect2 role="content">
556 <title>Contents</title>
557
558 <segmentedlist>
559 <segtitle>Installed Programs</segtitle>
560 <segtitle>Installed Libraries</segtitle>
561 <segtitle>Installed Directories</segtitle>
562
563 <seglistitem>
564 <seg>
565 assistant, designer, lconvert, linguist, lrelease,
566 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
567 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
568 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle,
569 qmlimportscanner, qmlmin, qmlplugindump, qmlprofiler, qml,
570 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
571 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
572 </seg>
573 <seg>
574 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
575 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
576 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
577 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
578 libQt5Help.so, libQt5MultimediaQuick_p.so, libQt5Multimedia.so,
579 libQt5MultimediaWidgets.so, libQt5Network.so, libQt5Nfc.so,
580 libQt5OpenGLExtensions.a, libQt5OpenGL.so, libQt5PlatformSupport.a,
581 libQt5Positioning.so, libQt5PrintSupport.so, libQt5QmlDevTools.a,
582 libQt5Qml.so, libQt5QuickParticles.so, libQt5QuickWidgets.so,
583 libQt5Quick.so, libQt5QuickTest.so, libQt5Script.so,
584 libQt5ScriptTools.so, libQt5Sensors.so, libQt5SerialPort.so,
585 libQt5Sql.so, libQt5Svg.so, libQt5Test.so, libQt5UiTools.a,
586 libQt5WebKit.so, libQt5WebKitWidgets.so, libQt5WebSockets.so,
587 libQt5Widgets.so, libQt5X11Extras.so, libQt5XmlPatterns.so,
588 libQt5Xml.so, and several plugins under /opt/qt5/{imports,plugins,qml}
589 </seg>
590 <seg>
591 $QT5PREFIX/include/qt5,
592 $QT5PREFIX/lib/qt5,
593 $QT5PREFIX/share/doc/qt5, and
594 $QT5PREFIX/share/qt5
595 </seg>
596 </seglistitem>
597 </segmentedlist>
598
599 <variablelist>
600 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
601 <?dbfo list-presentation="list"?>
602 <?dbhtml list-presentation="table"?>
603
604 <varlistentry id="assistant-qt5">
605 <term><command>assistant</command></term>
606 <listitem>
607 <para>
608 is a tool for presenting on-line documentation.
609 </para>
610 <indexterm zone="qt5 assistant-qt5">
611 <primary sortas="b-assistant-qt5">assistant</primary>
612 </indexterm>
613 </listitem>
614 </varlistentry>
615
616 <varlistentry id="designer-qt5">
617 <term><command>designer</command></term>
618 <listitem>
619 <para>
620 is a full-fledged GUI builder. It includes
621 powerful features such as preview mode, automatic widget
622 layout, support for custom widgets, and an advanced
623 property editor.
624 </para>
625 <indexterm zone="qt5 designer-qt5">
626 <primary sortas="b-designer-qt5">designer</primary>
627 </indexterm>
628 </listitem>
629 </varlistentry>
630
631 <varlistentry id="linguist-qt5">
632 <term><command>linguist</command></term>
633 <listitem>
634 <para>
635 provides support for translating applications into
636 local languages.
637 </para>
638 <indexterm zone="qt5 linguist-qt5">
639 <primary sortas="b-linguist-qt5">linguist</primary>
640 </indexterm>
641 </listitem>
642 </varlistentry>
643
644 <varlistentry id="lrelease-qt5">
645 <term><command>lrelease</command></term>
646 <listitem>
647 <para>
648 is a simple command line tool. It reads a Qt project
649 file and produces message files used by the application.
650 </para>
651 <indexterm zone="qt5 lrelease-qt5">
652 <primary sortas="b-lrelease-qt5">lrelease</primary>
653 </indexterm>
654 </listitem>
655 </varlistentry>
656
657 <varlistentry id="lupdate-qt5">
658 <term><command>lupdate</command></term>
659 <listitem>
660 <para>
661 reads a Qt project file, finds the translatable
662 strings in the specified source, header and Qt Designer
663 interface files, and produces or updates the translation
664 files listed in the project file.
665 </para>
666 <indexterm zone="qt5 lupdate-qt5">
667 <primary sortas="b-lupdate-qt5">lupdate</primary>
668 </indexterm>
669 </listitem>
670 </varlistentry>
671
672 <varlistentry id="moc-qt5">
673 <term><command>moc</command></term>
674 <listitem>
675 <para>
676 generates Qt meta object support code.
677 </para>
678 <indexterm zone="qt5 moc-qt5">
679 <primary sortas="b-moc-qt5">moc</primary>
680 </indexterm>
681 </listitem>
682 </varlistentry>
683
684 <varlistentry id="pixeltool-qt5">
685 <term><command>pixeltool</command></term>
686 <listitem>
687 <para>
688 is a desktop magnifier and as you move your mouse around
689 the screen it will show the magnified contents in its window.
690 </para>
691 <indexterm zone="qt5 pixeltool-qt5">
692 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
693 </indexterm>
694 </listitem>
695 </varlistentry>
696
697 <varlistentry id="qmake-qt5">
698 <term><command>qmake</command></term>
699 <listitem>
700 <para>
701 uses information stored in project files to
702 determine what should go in the makefiles it
703 generates.
704 </para>
705 <indexterm zone="qt5 qmake-qt5">
706 <primary sortas="b-qmake-qt5">qmake</primary>
707 </indexterm>
708 </listitem>
709 </varlistentry>
710
711 <varlistentry id="rcc-qt5">
712 <term><command>rcc</command></term>
713 <listitem>
714 <para>
715 is a resource compiler used in conjunction with designer.
716 </para>
717 <indexterm zone="qt5 rcc-qt5">
718 <primary sortas="b-rcc-qt5">rcc</primary>
719 </indexterm>
720 </listitem>
721 </varlistentry>
722
723 <varlistentry id="uic-qt5">
724 <term><command>uic</command></term>
725 <listitem>
726 <para>
727 is a Qt user interface compiler.
728 </para>
729 <indexterm zone="qt5 uic-qt5">
730 <primary sortas="b-uic-qt5">uic</primary>
731 </indexterm>
732 </listitem>
733 </varlistentry>
734
735 </variablelist>
736
737 </sect2>
738
739</sect1>
Note: See TracBrowser for help on using the repository browser.