source: x/lib/qt4.xml@ 8d427b0a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8d427b0a was 8d427b0a, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Qt-4.8.7, juffed-0.10.r71.gc3c1a3f, liblxqt-0.9.0 and pcmanfm-qt-0.9.0: minor fixes and reformatting.
  • 40. LXQt Applications: reorder.

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

  • Property mode set to 100644
File size: 25.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 qt4-major "4.8">
8 <!ENTITY wk-major "2.3">
9 <!ENTITY wk-version "2.3.4">
10 <!ENTITY qt4-url "http://download.qt-project.org/official_releases/qt/&qt4-major;">
11 <!ENTITY webkit-url "http://download.kde.org/stable/qtwebkit-&wk-major;">
12
13 <!ENTITY qt4-download-http "&qt4-url;/&qt4-version;/qt-everywhere-opensource-src-&qt4-version;.tar.gz">
14 <!ENTITY qt4-download-ftp " ">
15 <!ENTITY qt4-md5sum "d990ee66bf7ab0c785589776f35ba6ad">
16 <!ENTITY qt4-size "230 MB">
17 <!ENTITY qt4-buildsize "2.3 GB">
18 <!ENTITY qt4-time "12 SBU, using parallelism=4">
19
20 <!ENTITY qtwebkit-download "&webkit-url;/&wk-version;/src/qtwebkit-&wk-version;.tar.gz">
21 <!ENTITY qtwebkit-md5sum "42ef76d0cf7d0c611ef83418e9f297ff">
22 <!ENTITY qtwebkit-size "50 MB">
23]>
24
25<sect1 id="qt4" xreflabel="Qt-&qt4-version;">
26 <?dbhtml filename="qt4.html" ?>
27
28 <sect1info>
29 <othername>$LastChangedBy$</othername>
30 <date>$Date$</date>
31 </sect1info>
32
33 <title>Qt-&qt4-version;</title>
34
35 <indexterm zone="qt4">
36 <primary sortas="a-Qt">Qt</primary>
37 </indexterm>
38
39 <sect2 role="package">
40 <title>Introduction to Qt4</title>
41
42 <para>
43 <application>Qt4</application> is a cross-platform application framework
44 that is widely used for developing application software with a graphical
45 user interface (GUI) (in which cases Qt4 is classified as a widget
46 toolkit), and also used for developing non-GUI programs such as
47 command-line tools and consoles for servers. One of the major users of
48 <application>Qt</application> is <application>KDE4</application>.
49 </para>
50
51 &lfs77_checked; &gcc5_checked;
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>
57 Download (HTTP): <ulink url="&qt4-download-http;"/>
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download (FTP): <ulink url="&qt4-download-ftp;"/>
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download MD5 sum: &qt4-md5sum;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Download size: &qt4-size;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Estimated disk space required: &qt4-buildsize;
78 </para>
79 </listitem>
80 <listitem>
81 <para>
82 Estimated build time: &qt4-time;
83 </para>
84 </listitem>
85 </itemizedlist>
86
87 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
88 <itemizedlist spacing="compact">
89 <listitem>
90 <para>
91 Recommended package: <ulink url="&qtwebkit-download;"/>
92 </para>
93 </listitem>
94 <listitem>
95 <para>
96 Download MD5 sum: &qtwebkit-md5sum;
97 </para>
98 </listitem>
99 <listitem>
100 <para>
101 Download size: &qtwebkit-size;
102 </para>
103 </listitem>
104 <listitem>
105 <para>
106 Recommended patch:
107 <ulink url="&patch-root;/qtwebkit-&wk-version;-gcc5-1.patch"/>
108 </para>
109 </listitem>
110 </itemizedlist>
111
112 <bridgehead renderas="sect3">Qt Dependencies</bridgehead>
113
114 <bridgehead renderas="sect4">Required</bridgehead>
115 <para role="required">
116 <xref linkend="xorg7-lib"/>
117 </para>
118
119 <bridgehead renderas="sect4">Recommended</bridgehead>
120 <para role="recommended">
121 <xref linkend="alsa-lib"/>,
122 <xref linkend="mesalib"/>,
123 <xref linkend="cacerts"/>,
124 <xref linkend="dbus"/>,
125 <xref linkend="glib2"/>,
126 <xref linkend="gst10-plugins-base"/> (For QtWebKit HTML5 Video),
127 <xref linkend="icu"/> (unicode support),
128 <xref linkend="libjpeg"/>,
129 <xref linkend="libmng"/>,
130 <xref linkend="libpng"/>,
131 <xref linkend="libtiff"/>,
132 <xref linkend="ruby"/>,
133 <xref linkend="openssl"/>, and
134 <xref linkend="sqlite"/>
135 </para>
136
137 <bridgehead renderas="sect4">Optional</bridgehead>
138 <para role="optional">
139 <xref linkend="cups"/>,
140 <xref linkend="gtk2"/> (GTK+ 2 theme support),
141 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
142 <xref linkend="postgresql"/>,
143 <xref linkend="pulseaudio"/>, and
144 <xref linkend="unixodbc"/>
145 </para>
146
147 <para condition="html" role="usernotes">User Notes:
148 <ulink url="&blfs-wiki;/qt4"/>
149 </para>
150 </sect2>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../../xincludes/qt-alternatives.xml"/>
154
155 <sect2 role="qt4-prefix">
156 <title>Setting the installation prefix</title>
157
158 <bridgehead renderas="sect3">Installing in /opt/qt4</bridgehead>
159
160 <para>
161 The BLFS editors recommend installing <application>Qt4</application> in a
162 directory other than <filename class="directory">/usr</filename>, ie
163 <filename class="directory">/opt/qt4</filename>. To do this, set the
164 following environment variable:
165 </para>
166
167<screen><userinput>export QT4PREFIX=/opt/qt4</userinput></screen>
168
169 <tip>
170 <para>
171 Sometimes, the installation paths are hardcoded into installed files.
172 This is the reason why <filename class="directory">/opt/qt4</filename>
173 is used as installation prefix instead of <filename
174 class="directory">/opt/qt-&qt4-version;</filename>. To create a
175 versioned <application>Qt4</application> directory, you may rename
176 the directory and create a symlink:
177 </para>
178
179<screen role="root"><userinput>mkdir /opt/qt-&qt4-version;
180ln -sfnv qt-&qt4-version; /opt/qt4</userinput></screen>
181
182 <para>
183 Later on, you may want to install other versions of
184 <application>Qt4</application>. To do that, just remove the symlink
185 and use <filename class="directory">/opt/qt4</filename> as the
186 prefix again. Which version of <application>Qt4</application> you
187 use depends only on where the symlink points.
188 </para>
189 </tip>
190
191 </sect2>
192
193 <sect2 role="installation">
194 <title>Installation of Qt4</title>
195
196 <warning>
197 <para>
198 If <application>Qt4</application> is being reinstalled into the
199 same directory as an existing instance, run the commands done by
200 <systemitem class="username">root</systemitem>, such as
201 <command>make install</command>, from a console or non-Qt4 based
202 window manager. It overwrites <application>Qt4</application>
203 libraries that should not be in use during the install process.
204 </para>
205 </warning>
206
207 <caution>
208 <para>
209 If you did not install some of the recommended dependencies, examine
210 <command>./configure --help</command> output to check how to disable
211 them or use internal versions bundled in the source tarball.
212 </para>
213 </caution>
214
215 <note>
216 <para>
217 The build time and space required for the full
218 <application>Qt4</application> is quite long. The instructions below do
219 not build the tutorials and examples. Removing the
220 <parameter>-nomake</parameter> lines will create a complete build.
221 </para>
222 </note>
223
224 <note>
225 <para>
226 The BLFS editors do not recommend installing <application>Qt4</application>
227 into the /usr hierarchy because it becomes difficult to find
228 components and to update to a new version. If you do want to install
229 <application>Qt4</application> in /usr, the directories need to
230 be specified explicitly. In this case, set QT4PREFIX=/usr and add
231 the following to the configure arguments below:</para>
232
233 <screen><userinput>-bindir /usr/bin/qt4 \
234-plugindir /usr/lib/qt4/plugins \
235-importdir /usr/lib/qt4/imports \
236-headerdir /usr/include/qt4 \
237-datadir /usr/share/qt4 \
238-docdir /usr/share/doc/qt4 \
239-translationdir /usr/share/qt4/translations \
240-demosdir /usr/share/doc/qt4/demos \
241-examplesdir /usr/share/doc/qt4/examples </userinput></screen>
242 </note>
243
244 <para>
245 Install <application>Qt4</application> by running the following commands:
246 </para>
247
248<screen><userinput>./configure -prefix $QT4PREFIX \
249 -sysconfdir /etc/xdg \
250 -confirm-license \
251 -opensource \
252 -release \
253 -dbus-linked \
254 -openssl-linked \
255 -system-sqlite \
256 -no-phonon \
257 -no-phonon-backend \
258 -no-webkit \
259 -no-openvg \
260 -nomake demos \
261 -nomake examples \
262 -optimized-qmake &amp;&amp;
263make</userinput></screen>
264
265 <para>
266 This package does not come with a test suite.
267 </para>
268
269 <para>
270 Now as the <systemitem class="username">root</systemitem> user:
271 </para>
272
273<screen role="root"><userinput>make install &amp;&amp;
274rm -rf $QT4PREFIX/tests</userinput></screen>
275
276 <para>
277 Remove references to the build directory from the installed
278 <filename class="extension">.pc</filename> files by running
279 the following command:
280 </para>
281
282<screen><userinput>find $QT4PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
283
284 <para>
285 Remove references to the build directory in the installed library
286 dependency (prl) files by running the following command as the
287 <systemitem class="username">root</systemitem> user:
288 </para>
289
290<screen role="root"><userinput>for file in $QT4PREFIX/lib/libQt*.prl; do
291 sed -r -e '/^QMAKE_PRL_BUILD_DIR/d' \
292 -e 's/(QMAKE_PRL_LIBS =).*/\1/' \
293 -i $file
294done</userinput></screen>
295
296 <bridgehead renderas="sect3">Building Qtwebkit</bridgehead>
297
298 <para>
299 The bundled version of qtwebkit in the main package requires an
300 obsolete version of the <application>gstreamer</application> package.
301 To overcome this, we use a more recent version available separately.
302 </para>
303
304 <para>To start, the upstream package is unusual in that it does not come
305 in a directory, so we have to create one before unpacking the tarball.
306 After that, we need to make the package compatable with the latest version
307 of gcc and use an included script to actually complete the build. To do
308 this, run the following instructions:</para>
309
310<screen><userinput>mkdir qtwebkit-&wk-version; &amp;&amp;
311cd qtwebkit-&wk-version; &amp;&amp;
312
313tar -xf ../../qtwebkit-&wk-version;.tar.gz &amp;&amp;
314patch -Np1 -i ../../qtwebkit-&wk-version;-gcc5-1.patch &amp;&amp;
315
316Tools/Scripts/build-webkit --qt --no-webkit2 --prefix=$QT4PREFIX</userinput></screen>
317
318 <para>If desired, the build process can use parallel processors by
319 adding the option <option>--makeargs=-j&lt;number&gt;</option> to
320 the <command>build-webkit</command> instruction above.</para>
321
322 <para>
323 To install the package, as the <systemitem class="username">root</systemitem> user:
324 </para>
325
326<screen role="root"><userinput>make -C WebKitBuild/Release install</userinput></screen>
327
328 <bridgehead renderas="sect3">Installing Auxillary Files</bridgehead>
329
330 <para>
331 Install images and create the menu entries for installed applications.
332 The <envar>QT4BINDIR</envar> variable is used here to point to the
333 directory for the executable programs. If you have changed the bindir
334 above, <envar>QT4BINDIR</envar> will need to be adjusted below. Be sure
335 that the <envar>QT4BINDIR</envar> variable is defined in root's
336 environment and as the <systemitem class="username">root</systemitem>
337 user:
338 </para>
339
340<screen role="root"><userinput>QT4BINDIR=$QT4PREFIX/bin
341
342install -v -Dm644 src/gui/dialogs/images/qtlogo-64.png \
343 /usr/share/pixmaps/qt4logo.png &amp;&amp;
344
345install -v -Dm644 tools/assistant/tools/assistant/images/assistant-128.png \
346 /usr/share/pixmaps/assistant-qt4.png &amp;&amp;
347
348install -v -Dm644 tools/designer/src/designer/images/designer.png \
349 /usr/share/pixmaps/designer-qt4.png &amp;&amp;
350
351install -v -Dm644 tools/linguist/linguist/images/icons/linguist-128-32.png \
352 /usr/share/pixmaps/linguist-qt4.png &amp;&amp;
353
354install -v -Dm644 tools/qdbus/qdbusviewer/images/qdbusviewer-128.png \
355 /usr/share/pixmaps/qdbusviewer-qt4.png &amp;&amp;
356
357install -dm755 /usr/share/applications &amp;&amp;
358
359cat &gt; /usr/share/applications/assistant-qt4.desktop &lt;&lt; EOF
360<literal>[Desktop Entry]
361Name=Qt4 Assistant
362Comment=Shows Qt4 documentation and examples
363Exec=$QT4BINDIR/assistant
364Icon=assistant-qt4.png
365Terminal=false
366Encoding=UTF-8
367Type=Application
368Categories=Qt;Development;Documentation;</literal>
369EOF
370
371cat &gt; /usr/share/applications/designer-qt4.desktop &lt;&lt; EOF
372<literal>[Desktop Entry]
373Name=Qt4 Designer
374Comment=Design GUIs for Qt4 applications
375Exec=$QT4BINDIR/designer
376Icon=designer-qt4.png
377MimeType=application/x-designer;
378Terminal=false
379Encoding=UTF-8
380Type=Application
381Categories=Qt;Development;</literal>
382EOF
383
384cat &gt; /usr/share/applications/linguist-qt4.desktop &lt;&lt; EOF
385<literal>[Desktop Entry]
386Name=Qt4 Linguist
387Comment=Add translations to Qt4 applications
388Exec=$QT4BINDIR/linguist
389Icon=linguist-qt4.png
390MimeType=text/vnd.trolltech.linguist;application/x-linguist;
391Terminal=false
392Encoding=UTF-8
393Type=Application
394Categories=Qt;Development;</literal>
395EOF
396
397cat &gt; /usr/share/applications/qdbusviewer-qt4.desktop &lt;&lt; EOF
398<literal>[Desktop Entry]
399Name=Qt4 QDbusViewer
400GenericName=D-Bus Debugger
401Comment=Debug D-Bus applications
402Exec=$QT4BINDIR/qdbusviewer
403Icon=qdbusviewer-qt4.png
404Terminal=false
405Encoding=UTF-8
406Type=Application
407Categories=Qt;Development;Debugger;</literal>
408EOF
409
410cat &gt; /usr/share/applications/qtconfig-qt4.desktop &lt;&lt; EOF
411<literal>[Desktop Entry]
412Name=Qt4 Config
413Comment=Configure Qt4 behavior, styles, fonts
414Exec=$QT4BINDIR/qtconfig
415Icon=qt4logo.png
416Terminal=false
417Encoding=UTF-8
418Type=Application
419Categories=Qt;Settings;</literal>
420EOF</userinput></screen>
421
422 <para>Some packages such as <xref linkend='vlc'/> look for certain
423 executables with a -qt4 suffix. Run the following command as the root user
424 to create the necessary symlinks:</para>
425
426<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
427 ln -sfrvn $QT4BINDIR/$file /usr/bin/$file-qt4
428done</userinput></screen>
429
430 </sect2>
431
432 <sect2 role="commands">
433 <title>Command Explanations</title>
434
435 <para>
436 <parameter>-confirm-license</parameter>: Accept license
437 without prompting user during configuration.
438 </para>
439
440 <para>
441 <parameter>-opensource</parameter>: Install the opensource
442 version of <application>Qt</application>.
443 </para>
444
445 <para>
446 <parameter>-release</parameter>: This switch disables
447 building with debugging symbols.
448 </para>
449
450 <para>
451 <parameter>-nomake examples -nomake demos</parameter>:
452 These switches disable building programs that are only of
453 interest to a developer using <application>Qt</application>.
454 </para>
455
456 <para>
457 <parameter>-system-sqlite</parameter>: This switch enables use
458 the system version of <application>SQLite</application>.
459 </para>
460
461 <para>
462 <parameter>-no-nis</parameter>: This switch disables support
463 for Network Information Service (NIS) which has been
464 deprecated in recent versions of <application>Glibc</application>.
465 </para>
466
467 <para>
468 <parameter>-no-phonon -no-phonon-backend</parameter>: These
469 switches disable building of the bundled
470 <application>Phonon</application> library. Better version
471 is provided by <xref linkend="phonon"/> package.
472 </para>
473
474 <para>
475 <parameter>-dbus-linked -openssl-linked</parameter>: These
476 switches enable explicit linking of the
477 <application>D-Bus</application> and
478 <application>OpenSSL</application> libraries into
479 <application>Qt</application> libraries instead of
480 <command>dlopen()</command>-ing them.
481 </para>
482
483 <para>
484 <parameter>-no-openvg</parameter>: This switch disables
485 <application>OpenVG</application> support in
486 <application>Qt</application>.
487 </para>
488
489 <para>
490 <parameter>-optimized-qmake</parameter>: This switch enables
491 building of the optimized <command>qmake</command> program.
492 </para>
493
494 <para>
495 <option>-no-dbus</option>: Use this switch if you don't have
496 <application>D-Bus</application> installed.
497 </para>
498
499 </sect2>
500
501 <sect2 role="configuration">
502 <title>Configuring Qt</title>
503
504 <sect3 id="qt4-config">
505 <title>Configuration Information</title>
506
507 <para>
508 If you installed <application>Qt</application> in /usr,
509 create an environment variable needed by certain packages.
510 As the <systemitem class="username">root</systemitem> user:
511 </para>
512
513<screen role="root"><userinput>cat &gt; /etc/profile.d/qt4.sh &lt;&lt; EOF
514<literal># Begin /etc/profile.d/qt4.sh
515
516QT4DIR=/usr
517QTDIR=$QT4DIR
518export QT4DIR QTDIR
519
520# End /etc/profile.d/qt4.sh</literal>
521EOF</userinput></screen>
522
523 <para>
524 If you installed <application>Qt4</application> in a location other
525 than /usr, you need to update the following configuration files so
526 that <application>Qt</application> is correctly found by other packages
527 and system processes.</para>
528
529 <para>As the <systemitem class="username">root</systemitem> user, update
530 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
531 run-time cache file:
532 </para>
533
534<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
535<literal># Begin Qt addition
536
537/opt/qt4/lib
538
539# End Qt addition</literal>
540EOF
541
542ldconfig</userinput></screen>
543
544 <indexterm zone="qt4 qt4-config">
545 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
546 </indexterm>
547
548 <para>
549 As the <systemitem class="username">root</systemitem> user, create
550 the <filename>/etc/profile.d/qt4.sh</filename> file:
551 </para>
552
553<screen role="root"><userinput>cat &gt; /etc/profile.d/qt4.sh &lt;&lt; EOF
554<literal># Begin /etc/profile.d/qt4.sh
555
556QT4DIR=/opt/qt4
557QTDIR=$QT4DIR
558
559pathappend $QT4DIR/bin PATH
560pathappend $QT4DIR/lib/pkgconfig PKG_CONFIG_PATH
561
562export QT4DIR QTDIR
563
564# End /etc/profile.d/qt4.sh</literal>
565EOF</userinput></screen>
566
567
568 </sect3>
569
570 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
571 href="../../xincludes/setqt.xml"/>
572 </sect2>
573
574 <sect2 role="content">
575 <title>Contents</title>
576
577 <segmentedlist>
578 <segtitle>Installed Programs</segtitle>
579 <segtitle>Installed Libraries</segtitle>
580 <segtitle>Installed Directories</segtitle>
581
582 <seglistitem>
583 <seg>
584 assistant, designer, lconvert, linguist,
585 lrelease, lupdate, moc, pixeltool,
586 qcollectiongenerator, qdbuscpp2xml, qdbus,
587 qdbusviewer, qdbusxml2cpp, qdoc3, qhelpconverter,
588 qhelpgenerator, qmake, qmlplugindump, qmlviewer,
589 qt3to4, qtconfig, qttracereplay, rcc, uic3,
590 uic, xmlpatterns, and xmlpatternsvalidator
591 </seg>
592 <seg>
593 libQtUiTools.a, libQt3Support.so, libQtCLucene.so, libQtCore.so,
594 libQtDBus.so, libQtDeclarative.so, libQtDesignerComponents.so,
595 libQtDesigner.so, libQtGui.so, libQtHelp.so, libQtMultimedia.so,
596 libQtNetwork.so, libQtOpenGL.so, libQtScript.so, libQtScriptTools.so,
597 libQtSql.so, libQtSvg.so, libQtTest.so, libQtWebKit.so,
598 libQtXmlPatterns.so, and libQtXml.so, and several plugins under
599 /opt/qt4/imports and /opt/qt4/plugins
600 </seg>
601 <seg>
602 /usr/include/qt4,
603 /usr/lib/qt4,
604 /usr/share/doc/qt4, and
605 /usr/share/qt4
606 OR
607 /opt/qt4 and
608 /opt/qt-&qt4-version;
609 </seg>
610 </seglistitem>
611 </segmentedlist>
612
613 <variablelist>
614 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
615 <?dbfo list-presentation="list"?>
616 <?dbhtml list-presentation="table"?>
617
618 <varlistentry id="assistant-qt4">
619 <term><command>assistant</command></term>
620 <listitem>
621 <para>
622 is a tool for presenting on-line documentation.
623 </para>
624 <indexterm zone="qt4 assistant-qt4">
625 <primary sortas="b-assistant-qt4">assistant</primary>
626 </indexterm>
627 </listitem>
628 </varlistentry>
629
630 <varlistentry id="designer-qt4">
631 <term><command>designer</command></term>
632 <listitem>
633 <para>
634 is a full-fledged GUI builder. It includes
635 powerful features such as preview mode, automatic widget
636 layout, support for custom widgets, and an advanced
637 property editor.
638 </para>
639 <indexterm zone="qt4 designer-qt4">
640 <primary sortas="b-designer-qt4">designer</primary>
641 </indexterm>
642 </listitem>
643 </varlistentry>
644
645 <varlistentry id="linguist-qt4">
646 <term><command>linguist</command></term>
647 <listitem>
648 <para>
649 provides support for translating applications into
650 local languages.
651 </para>
652 <indexterm zone="qt4 linguist-qt4">
653 <primary sortas="b-linguist-qt4">linguist</primary>
654 </indexterm>
655 </listitem>
656 </varlistentry>
657
658 <varlistentry id="lrelease-qt4">
659 <term><command>lrelease</command></term>
660 <listitem>
661 <para>
662 is a simple command line tool. It reads a Qt project
663 file and produces message files used by the application.
664 </para>
665 <indexterm zone="qt4 lrelease-qt4">
666 <primary sortas="b-lrelease-qt4">lrelease</primary>
667 </indexterm>
668 </listitem>
669 </varlistentry>
670
671 <varlistentry id="lupdate-qt4">
672 <term><command>lupdate</command></term>
673 <listitem>
674 <para>
675 reads a Qt project file, finds the translatable
676 strings in the specified source, header and Qt Designer
677 interface files, and produces or updates the translation
678 files listed in the project file.
679 </para>
680 <indexterm zone="qt4 lupdate-qt4">
681 <primary sortas="b-lupdate-qt4">lupdate</primary>
682 </indexterm>
683 </listitem>
684 </varlistentry>
685
686 <varlistentry id="moc-qt4">
687 <term><command>moc</command></term>
688 <listitem>
689 <para>
690 generates Qt meta object support code.
691 </para>
692 <indexterm zone="qt4 moc-qt4">
693 <primary sortas="b-moc-qt4">moc</primary>
694 </indexterm>
695 </listitem>
696 </varlistentry>
697
698 <varlistentry id="pixeltool-qt4">
699 <term><command>pixeltool</command></term>
700 <listitem>
701 <para>
702 is a desktop magnifier and as you move your mouse around
703 the screen it will show the magnified contents in its window.
704 </para>
705 <indexterm zone="qt4 pixeltool-qt4">
706 <primary sortas="b-pixeltool-qt4">pixeltool</primary>
707 </indexterm>
708 </listitem>
709 </varlistentry>
710
711 <varlistentry id="qmake-qt4">
712 <term><command>qmake</command></term>
713 <listitem>
714 <para>
715 uses information stored in project files to
716 determine what should go in the makefiles it
717 generates.
718 </para>
719 <indexterm zone="qt4 qmake-qt4">
720 <primary sortas="b-qmake-qt4">qmake</primary>
721 </indexterm>
722 </listitem>
723 </varlistentry>
724
725 <varlistentry id="qt3to4-qt4">
726 <term><command>qt3to4</command></term>
727 <listitem>
728 <para>
729 qt3to4 is a tool to help update Qt3 code to Qt4.
730 </para>
731 <indexterm zone="qt4 qt3to4-qt4">
732 <primary sortas="b-qt3to4-qt4">qt3to4</primary>
733 </indexterm>
734 </listitem>
735 </varlistentry>
736
737 <varlistentry id="qtconfig-qt4">
738 <term><command>qtconfig</command></term>
739 <listitem>
740 <para>
741 is used to customize the appearance of Qt applications.
742 </para>
743 <indexterm zone="qt4 qtconfig-qt4">
744 <primary sortas="b-qtconfig-qt4">qtconfig</primary>
745 </indexterm>
746 </listitem>
747 </varlistentry>
748
749 <varlistentry id="rcc-qt4">
750 <term><command>rcc</command></term>
751 <listitem>
752 <para>
753 is a resource compiler used in conjunction with designer.
754 </para>
755 <indexterm zone="qt4 rcc-qt4">
756 <primary sortas="b-rcc-qt4">rcc</primary>
757 </indexterm>
758 </listitem>
759 </varlistentry>
760
761 <varlistentry id="uic-qt4">
762 <term><command>uic</command></term>
763 <listitem>
764 <para>
765 is a Qt user interface compiler.
766 </para>
767 <indexterm zone="qt4 uic-qt4">
768 <primary sortas="b-uic-qt4">uic</primary>
769 </indexterm>
770 </listitem>
771 </varlistentry>
772
773 <varlistentry id="uic3-qt4">
774 <term><command>uic3</command></term>
775 <listitem>
776 <para>
777 is a tool to generate Qt4 code out of
778 user interface files generated by the Qt3
779 version of designer.
780 </para>
781 <indexterm zone="qt4 uic3-qt4">
782 <primary sortas="b-uic3-qt4">uic3</primary>
783 </indexterm>
784 </listitem>
785 </varlistentry>
786
787 </variablelist>
788
789 </sect2>
790
791</sect1>
Note: See TracBrowser for help on using the repository browser.