source: x/lib/qt5-systemd.xml@ 23f5584

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

Sync Qt4 page with Qt5 one.

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

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