source: x/lib/qt5.xml@ d203119

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 d203119 was d203119, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update appropriate kde packages to version 15.12.1.
Includes kdelibs (version 4.14.16), ked-runtime, kde-baseapps,
kmix, libkcddb, and okular.

Remove reference to configure option demosdir in qt5.

Fix some deprecated entries in gsettings-desktop-schemas.

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

  • Property mode set to 100644
File size: 34.1 KB
RevLine 
[104b5bf]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
[0c9592da]7 <!ENTITY qt5-major "5.5">
[3b17049]8 <!ENTITY qt5-url "http://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single">
[104b5bf]9
10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
11 <!ENTITY qt5-download-ftp " ">
[2ea1836]12 <!ENTITY qt5-md5sum "c2a249e8795d45200d997d96860d0353">
13 <!ENTITY qt5-size "306 MB">
14 <!ENTITY qt5-buildsize "7.6 GB (187 MB installed)">
15 <!ENTITY qt5-time "98 SBU">
[104b5bf]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">
[0173357f]33 <title>Introduction to Qt5</title>
[104b5bf]34
35 <para>
[1b0d0188]36 <application>Qt5</application> is a cross-platform application framework
37 that is widely used for developing application software with a graphical
38 user interface (GUI) (in which cases <application>Qt5</application> is
39 classified as a widget toolkit), and also used for developing non-GUI
40 programs such as command-line tools and consoles for servers. One of the
41 major users of <application>Qt</application> is <application>KDE
42 Frameworks 5 (KF5)</application>.
[104b5bf]43 </para>
44
[e1733521]45 &lfs78_checked;
[104b5bf]46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&qt5-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&qt5-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &qt5-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &qt5-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &qt5-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &qt5-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
[0173357f]81 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
[104b5bf]82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
[10f9bb45]85 <xref linkend="python2"/> and
[3686a25]86 <xref linkend="xorg7-lib"/>
[104b5bf]87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
[9a6cd410]91 <xref linkend="alsa-lib"/>,
[104b5bf]92 <xref linkend="cacerts"/>,
93 <xref linkend="cups"/>,
[6bd910e8]94 <xref linkend="dbus"/> (required for QtWebKit),
[104b5bf]95 <xref linkend="glib2"/>,
[d8efa96]96 <xref linkend="gst10-plugins-base"/> (QtWebKit HTML5 Video Support),
[3bf5bc51]97 <xref linkend="icu"/> (required for QtWebKit),
[d3ad2113]98 <xref linkend="jasper"/>,
[104b5bf]99 <xref linkend="libjpeg"/>,
[834937d]100 <xref linkend="libmng"/>,
[104b5bf]101 <xref linkend="libpng"/>,
102 <xref linkend="libtiff"/>,
[d3ad2113]103 <xref linkend="libwebp"/>,
[7a395d1]104 <xref linkend="mesa"/>,
[79904cf]105 <xref linkend="mtdev"/>,
[104b5bf]106 <xref linkend="openssl"/>,
[8e06e6e]107 <xref linkend="pcre"/>,
[9a6cd410]108 <xref linkend="sqlite"/>,
109 <xref linkend="ruby"/> (required for QtWebKit),
110 <xref linkend="xcb-util-image"/>,
111 <xref linkend="xcb-util-keysyms"/>,
112 <xref linkend="xcb-util-renderutil"/>, and
113 <xref linkend="xcb-util-wm"/>
[104b5bf]114 </para>
115
116 <bridgehead renderas="sect4">Optional</bridgehead>
117 <para role="optional">
[79904cf]118 <xref linkend="geoclue"/>,
[104b5bf]119 <xref linkend="gtk2"/> (GTK+ Theme Support),
[17bbaea]120 <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the included one has. -->
[6b241ec]121 <xref linkend="libinput"/>,
[5e0662d]122 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
[104b5bf]123 <xref linkend="postgresql"/>,
[98c79da]124 <xref linkend="pulseaudio"/>,
125 <xref linkend="unixodbc"/>,
[63c5b080]126 <xref linkend="libxkbcommon"/>, and
[f3429309]127 <ulink url="https://github.com/ibus/ibus/wiki">ibus</ulink>
[0173357f]128 </para>
129
[104b5bf]130 <para condition="html" role="usernotes">User Notes:
131 <ulink url="&blfs-wiki;/qt5"/>
132 </para>
133 </sect2>
134
[f3429309]135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[ec7940be]136 href="../../xincludes/qt-alternatives.xml"/>
137
[0dd2bc6]138 <sect2 role="qt5-prefix">
139 <title>Setting the installation prefix</title>
140
141 <bridgehead renderas="sect3">Installing in /opt/qt5</bridgehead>
142
143 <para>
[1b0d0188]144 The BLFS editors recommend installing <application>Qt5</application> in a
145 directory other than <filename class="directory">/usr</filename>, ie
[f3429309]146 <filename class="directory">/opt/qt5</filename>. To do this, set the
[1b0d0188]147 following environment variable:
[0dd2bc6]148 </para>
149
150<screen><userinput>export QT5PREFIX=/opt/qt5</userinput></screen>
151
152 <tip>
153 <para>
154 Sometimes, the installation paths are hardcoded into installed files.
155 This is the reason why <filename class="directory">/opt/qt5</filename>
156 is used as installation prefix instead of <filename
157 class="directory">/opt/qt-&qt5-version;</filename>. To create a
158 versioned <application>Qt5</application> directory, you may rename
159 the directory and create a symlink:
160 </para>
161
162<screen role="root"><userinput>mkdir /opt/qt-&qt5-version;
163ln -sfnv qt-&qt5-version; /opt/qt5</userinput></screen>
164
165 <para>
166 Later on, you may want to install other versions of
[1b0d0188]167 <application>Qt5</application>. To do that, just remove the symlink
[0dd2bc6]168 and use <filename class="directory">/opt/qt5</filename> as the
169 prefix again. Which version of <application>Qt5</application> you
170 use depends only on where the symlink points.
171 </para>
172 </tip>
173
174 </sect2>
175
[104b5bf]176 <sect2 role="installation">
[0173357f]177 <title>Installation of Qt5</title>
[104b5bf]178
[fb28b3b]179 <warning>
180 <para>
[cb48da2]181 If <application>Qt5</application> is being reinstalled into the
[775fbafd]182 same directory as an existing instance, run the commands done by
183 <systemitem class="username">root</systemitem>, such as
[cb48da2]184 <command>make install</command>, from a console or non-Qt5 based
185 window manager. It overwrites <application>Qt5</application>
[775fbafd]186 libraries that should not be in use during the install process.
[fb28b3b]187 </para>
[104b5bf]188 </warning>
[adf64fa0]189
[1b0d0188]190 <caution>
191 <para>
192 If you did not install some of the recommended dependencies, examine
193 <command>./configure --help</command> output to check how to disable
194 them or use internal versions bundled in the source tarball.
195 </para>
196 </caution>
197
198 <note>
199 <para>
200 The build time and space required for the full
201 <application>Qt5</application> is quite long. The instructions below
202 do not build the tutorials and examples. Removing the
203 <parameter>-nomake</parameter> line will create a complete build.
204 </para>
205 </note>
206
207 <note>
208 <para>
209 The BLFS editors do not recommend installing <application>Qt5</application>
210 into the /usr hierarchy because it becomes difficult to find
211 components and to update to a new version. If you do want to install
212 <application>Qt5</application> in /usr, the directories need to
213 be specified explicitly. In this case, set QT5PREFIX=/usr and add
[bc1fb5d]214 the following to the configure arguments below:
215 </para>
[1b0d0188]216
[bc1fb5d]217<screen role="nodump"><userinput>-bindir /usr/bin/qt5 \
[1b0d0188]218-plugindir /usr/lib/qt5/plugins \
219-importdir /usr/lib/qt5/imports \
220-headerdir /usr/include/qt5 \
221-datadir /usr/share/qt5 \
222-docdir /usr/share/doc/qt5 \
223-translationdir /usr/share/qt5/translations \
[bc1fb5d]224-examplesdir /usr/share/doc/qt5/examples \</userinput></screen>
[1b0d0188]225 </note>
226
[104b5bf]227 <para>
[1b0d0188]228 Install <application>Qt5</application> by running the following commands:
[104b5bf]229 </para>
230
[1b0d0188]231<screen><userinput>./configure -prefix $QT5PREFIX \
232 -sysconfdir /etc/xdg \
233 -confirm-license \
234 -opensource \
235 -dbus-linked \
236 -openssl-linked \
237 -system-harfbuzz \
238 -system-sqlite \
239 -nomake examples \
240 -no-rpath \
241 -optimized-qmake \
242 -skip qtwebengine &amp;&amp;
[104b5bf]243make</userinput></screen>
244
[ec7940be]245 <para>
246 This package does not come with a test suite.
247 </para>
248
[104b5bf]249 <para>
[1b0d0188]250 Now, as the <systemitem class="username">root</systemitem> user:
[104b5bf]251 </para>
252
[1b0d0188]253<screen role="root"><userinput>make install</userinput></screen>
[0c9592da]254
[104b5bf]255 <para>
[1b0d0188]256 Remove references to the build directory from the installed
257 <filename class="extension">.pc</filename> files by running
[05060e1]258 the following command as the
259 <systemitem class="username">root</systemitem> user:
[104b5bf]260 </para>
261
[05060e1]262<screen role="root"><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
[104b5bf]263
264 <para>
[21c0f032]265 Remove references to the build directory from installed library
266 dependency (prl) and profile include (pri) files by running the following
267 commands as the <systemitem class="username">root</systemitem> user:
[104b5bf]268 </para>
269
[21c0f032]270<screen role="root"><userinput>find $QT5PREFIX -name qt_lib_bootstrap_private.pri \
271 -exec sed -i -e "s:$PWD/qtbase:/$QT5PREFIX/lib/:g" {} \; &amp;&amp;
[104b5bf]272
[21c0f032]273find $QT5PREFIX -name \*.prl \
274 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
[104b5bf]275
[ec7940be]276 <para>
[1b0d0188]277 Install images and create the menu entries for installed applications.
[e9cdbc56]278 The <envar>QT5BINDIR</envar> variable is used here to point to the
[1b0d0188]279 directory for the executable programs. If you have changed the bindir
[e9cdbc56]280 above, <envar>QT5BINDIR</envar> will need to be adjusted below. Be sure
[1b0d0188]281 that the <envar>QT5BINDIR</envar> variable is defined in root's
282 environment and as the <systemitem class="username">root</systemitem>
283 user:
[ec7940be]284 </para>
285
[1b0d0188]286<screen role="root"><userinput>QT5BINDIR=$QT5PREFIX/bin
287
288install -v -dm755 /usr/share/pixmaps/ &amp;&amp;
[ec7940be]289
290install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
291 /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
292
293install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
294 /usr/share/pixmaps/designer-qt5.png &amp;&amp;
295
296install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
297 /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
298
299install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
300 /usr/share/pixmaps/qdbusviewer-qt5.png &amp;&amp;
301
302install -dm755 /usr/share/applications &amp;&amp;
303
304cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
305<literal>[Desktop Entry]
[f3429309]306Name=Qt5 Assistant
[ec7940be]307Comment=Shows Qt5 documentation and examples
[1b0d0188]308Exec=$QT5BINDIR/assistant
[ec7940be]309Icon=assistant-qt5.png
310Terminal=false
311Encoding=UTF-8
312Type=Application
313Categories=Qt;Development;Documentation;</literal>
314EOF
315
316cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; EOF
317<literal>[Desktop Entry]
318Name=Qt5 Designer
319GenericName=Interface Designer
320Comment=Design GUIs for Qt5 applications
[1b0d0188]321Exec=$QT5BINDIR/designer
[ec7940be]322Icon=designer-qt5.png
323MimeType=application/x-designer;
324Terminal=false
325Encoding=UTF-8
326Type=Application
327Categories=Qt;Development;</literal>
328EOF
329
330cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; EOF
331<literal>[Desktop Entry]
332Name=Qt5 Linguist
333Comment=Add translations to Qt5 applications
[e9cdbc56]334Exec=$QT5BINDIR/linguist
[ec7940be]335Icon=linguist-qt5.png
336MimeType=text/vnd.trolltech.linguist;application/x-linguist;
337Terminal=false
338Encoding=UTF-8
339Type=Application
340Categories=Qt;Development;</literal>
341EOF
342
343cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
344<literal>[Desktop Entry]
[f3429309]345Name=Qt5 QDbusViewer
[ec7940be]346GenericName=D-Bus Debugger
347Comment=Debug D-Bus applications
[1b0d0188]348Exec=$QT5BINDIR/qdbusviewer
[ec7940be]349Icon=qdbusviewer-qt5.png
350Terminal=false
351Encoding=UTF-8
352Type=Application
353Categories=Qt;Development;Debugger;</literal>
354EOF</userinput></screen>
[74d76938]355
[05060e1]356 <para>
357 Some packages such as <xref linkend='vlc'/> look for certain
358 executables with a -qt5 suffix. Run the following command as the
359 <systemitem class="username">root</systemitem> user
360 to create the necessary symlinks:
361 </para>
[1b0d0188]362
363<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
364 ln -sfrvn $QT5BINDIR/$file /usr/bin/$file-qt5
365done</userinput></screen>
366
[74d76938]367 </sect2>
368
[104b5bf]369 <sect2 role="commands">
370 <title>Command Explanations</title>
371
372 <para>
373 <parameter>-confirm-license</parameter>: Accept license
374 without prompting user during configuration.
375 </para>
376
377 <para>
378 <parameter>-opensource</parameter>: Install the opensource
379 version of <application>Qt</application>.
380 </para>
381
[f3a6abc9]382 <para>
383 <parameter>-release</parameter>: This switch disables
384 building with debugging symbols.
385 </para>
[104b5bf]386
387 <para>
[c32e0380]388 <parameter>-nomake examples</parameter>: This switch
389 disables building of the example programs included
390 in the source tarball. Remove it if you want to build
391 them.
[104b5bf]392 </para>
393
394 <para>
395 <parameter>-system-sqlite</parameter>: This switch enables use
[f3a6abc9]396 of the system version of <application>SQLite</application>.
[104b5bf]397 </para>
398
399 <para>
400 <parameter>-no-nis</parameter>: This switch disables support
401 for Network Information Service (NIS) which has been
[c32e0380]402 removed from recent versions of <application>Glibc</application>.
[104b5bf]403 </para>
404
405 <para>
[05dcb8af]406 <parameter>-dbus-linked -openssl-linked</parameter>: These
[104b5bf]407 switches enable explicit linking of the
408 <application>D-Bus</application> and
409 <application>OpenSSL</application> libraries into
[0173357f]410 <application>Qt5</application> libraries instead of
[104b5bf]411 <command>dlopen()</command>-ing them.
412 </para>
413
[47e6b60]414 <para>
415 <parameter>-skip qtwebengine</parameter>: This switch disables
416 building the Qt Web Engine. It is not presently used by
[8e92f401]417 any applications. Note that building the Qt Web Engine increases the
418 build time and the installed size by almost 50%.
[47e6b60]419 </para>
420
[f3a6abc9]421 <para>
422 <parameter>-optimized-qmake</parameter>: This switch enables
423 building of the optimized <command>qmake</command> program.
[104b5bf]424 </para>
425
[17bbaea]426 <para>
427 <option>-system-harfbuzz</option>: This switch enables use
428 of the system version of <application>Harfbuzz</application>
429 which fixes some font rendering issues in
430 <application>Qt5</application> applications but doesn't have all the
431 features that the included one has.
432 </para>
433
[104b5bf]434 </sect2>
435
436 <sect2 role="configuration">
[0173357f]437 <title>Configuring Qt5</title>
[104b5bf]438
439 <sect3 id="qt5-config">
440 <title>Configuration Information</title>
441
[0173357f]442 <para>
443 If you installed <application>Qt5</application> in
444 <filename class="directory">/usr</filename>, create an
445 environment variable needed by certain packages.
446 As the <systemitem class="username">root</systemitem> user:
447 </para>
448
449<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; EOF
450<literal># Begin /etc/profile.d/qt5.sh
451
[49d3336]452QT5DIR=/usr
[0173357f]453export QT5DIR
454
455# End /etc/profile.d/qt5.sh</literal>
456EOF</userinput></screen>
457
458 <para>
459 If you installed <application>Qt5</application> in a location other
460 than <filename class="directory">/usr</filename>, you need to update the
461 following configuration files so that <application>Qt5</application> is
462 correctly found by other packages and system processes.
463 </para>
464
465 <para>
466 As the <systemitem class="username">root</systemitem> user, update
467 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
468 run-time cache file:
469 </para>
470
471<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
472<literal># Begin Qt addition
473
474/opt/qt5/lib
475
476# End Qt addition</literal>
477EOF
478
479ldconfig</userinput></screen>
480
481 <indexterm zone="qt5 qt5-config">
482 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
483 </indexterm>
484
485 <para>
486 As the <systemitem class="username">root</systemitem> user, create
487 the <filename>/etc/profile.d/qt5.sh</filename> file:
488 </para>
489
[57a6033]490<screen role="root"><userinput>cat &gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
[0173357f]491<literal># Begin /etc/profile.d/qt5.sh
492
493QT5DIR=/opt/qt5
494
[1b0d0188]495pathappend $QT5DIR/bin PATH
496pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH
[0173357f]497
498export QT5DIR
499
500# End /etc/profile.d/qt5.sh</literal>
501EOF</userinput></screen>
502
[104b5bf]503 </sect3>
504
[f3429309]505 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[ec7940be]506 href="../../xincludes/setqt.xml"/>
[104b5bf]507 </sect2>
508
509 <sect2 role="content">
510 <title>Contents</title>
511
512 <segmentedlist>
513 <segtitle>Installed Programs</segtitle>
514 <segtitle>Installed Libraries</segtitle>
515 <segtitle>Installed Directories</segtitle>
516
517 <seglistitem>
518 <seg>
[ec7940be]519 assistant, designer, lconvert, linguist, lrelease,
520 lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
521 qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
[3b17049]522 qhelpgenerator, qlalr, qmake, qml1plugindump, qmlbundle, qmleasing,
523 qmlimportscanner, qmllint, qmlmin, qmlplugindump, qmlprofiler, qml,
[3bf5bc51]524 qmlscene, qmltestrunner, qmlviewer, qtdiag, qtpaths, rcc,
[ec7940be]525 syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
[104b5bf]526 </seg>
527 <seg>
[3bf5bc51]528 libEnginio.so, libqgsttools_p.so, libQt5Bluetooth.so,
529 libQt5Bootstrap.a, libQt5CLucene.so, libQt5Concurrent.so,
530 libQt5Core.so, libQt5DBus.so, libQt5Declarative.so,
531 libQt5DesignerComponents.so, libQt5Designer.so, libQt5Gui.so,
[3b17049]532 libQt5Help.so, libQt5Location.so, libQt5MultimediaQuick_p.so,
533 libQt5Multimedia.so, libQt5MultimediaWidgets.so, libQt5Network.so,
534 libQt5Nfc.so, libQt5OpenGLExtensions.a, libQt5OpenGL.so,
535 libQt5PlatformSupport.a, libQt5Positioning.so, libQt5PrintSupport.so,
536 libQt5QmlDevTools.a, libQt5Qml.so, libQt5QuickParticles.so,
[98c79da]537 libQt5Quick.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
[3b17049]538 libQt5Script.so, libQt5ScriptTools.so, libQt5Sensors.so,
539 libQt5SerialPort.so, libQt5Sql.so, libQt5Svg.so, libQt5Test.so,
[98c79da]540 libQt5UiTools.a, libQt5WebChannel.so, libQt5WebEngineCore.so,
541 libQt5WebEngine.so, libQt5WebEngineWidgets.so, libQt5WebKit.so,
[3b17049]542 libQt5WebKitWidgets.so, libQt5WebSockets.so, libQt5Widgets.so,
[98c79da]543 libQt5X11Extras.so, libQt5XmlPatterns.so, libQt5Xml.so, and several
544 plugins under /opt/qt5/{imports,plugins,qml}
[104b5bf]545 </seg>
546 <seg>
547 /usr/include/qt5,
548 /usr/lib/qt5,
[fb28b3b]549 /usr/share/doc/qt5, and
[104b5bf]550 /usr/share/qt5
[ec7940be]551 OR
[43bb741]552 /opt/qt5 and
[ec7940be]553 /opt/qt-&qt5-version;
[104b5bf]554 </seg>
555 </seglistitem>
556 </segmentedlist>
557
558 <variablelist>
559 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
560 <?dbfo list-presentation="list"?>
561 <?dbhtml list-presentation="table"?>
562
563 <varlistentry id="assistant-qt5">
[ec7940be]564 <term><command>assistant</command></term>
[104b5bf]565 <listitem>
566 <para>
567 is a tool for presenting on-line documentation.
568 </para>
569 <indexterm zone="qt5 assistant-qt5">
[ec7940be]570 <primary sortas="b-assistant-qt5">assistant</primary>
[104b5bf]571 </indexterm>
572 </listitem>
573 </varlistentry>
574
575 <varlistentry id="designer-qt5">
[ec7940be]576 <term><command>designer</command></term>
[104b5bf]577 <listitem>
578 <para>
579 is a full-fledged GUI builder. It includes
580 powerful features such as preview mode, automatic widget
581 layout, support for custom widgets, and an advanced
582 property editor.
583 </para>
584 <indexterm zone="qt5 designer-qt5">
[ec7940be]585 <primary sortas="b-designer-qt5">designer</primary>
[104b5bf]586 </indexterm>
587 </listitem>
588 </varlistentry>
589
[3b17049]590 <varlistentry id="lconvert-qt5">
591 <term><command>lconvert</command></term>
592 <listitem>
593 <para>
594 is part of Qt5's Linguist tool chain. It can be used as a
595 standalone tool to convert and filter translation data files.
596 </para>
597 <indexterm zone="qt5 lconvert-qt5">
598 <primary sortas="b-lconvert-qt5">lconvert</primary>
599 </indexterm>
600 </listitem>
601 </varlistentry>
602
[104b5bf]603 <varlistentry id="linguist-qt5">
[ec7940be]604 <term><command>linguist</command></term>
[104b5bf]605 <listitem>
606 <para>
607 provides support for translating applications into
608 local languages.
609 </para>
610 <indexterm zone="qt5 linguist-qt5">
[ec7940be]611 <primary sortas="b-linguist-qt5">linguist</primary>
[104b5bf]612 </indexterm>
613 </listitem>
614 </varlistentry>
615
616 <varlistentry id="lrelease-qt5">
[ec7940be]617 <term><command>lrelease</command></term>
[104b5bf]618 <listitem>
619 <para>
620 is a simple command line tool. It reads a Qt project
621 file and produces message files used by the application.
622 </para>
623 <indexterm zone="qt5 lrelease-qt5">
[ec7940be]624 <primary sortas="b-lrelease-qt5">lrelease</primary>
[104b5bf]625 </indexterm>
626 </listitem>
627 </varlistentry>
628
629 <varlistentry id="lupdate-qt5">
[ec7940be]630 <term><command>lupdate</command></term>
[104b5bf]631 <listitem>
632 <para>
633 reads a Qt project file, finds the translatable
634 strings in the specified source, header and Qt Designer
635 interface files, and produces or updates the translation
636 files listed in the project file.
637 </para>
638 <indexterm zone="qt5 lupdate-qt5">
[ec7940be]639 <primary sortas="b-lupdate-qt5">lupdate</primary>
[104b5bf]640 </indexterm>
641 </listitem>
642 </varlistentry>
643
644 <varlistentry id="moc-qt5">
[ec7940be]645 <term><command>moc</command></term>
[104b5bf]646 <listitem>
647 <para>
648 generates Qt meta object support code.
649 </para>
650 <indexterm zone="qt5 moc-qt5">
[ec7940be]651 <primary sortas="b-moc-qt5">moc</primary>
[104b5bf]652 </indexterm>
653 </listitem>
654 </varlistentry>
655
656 <varlistentry id="pixeltool-qt5">
[ec7940be]657 <term><command>pixeltool</command></term>
[104b5bf]658 <listitem>
659 <para>
660 is a desktop magnifier and as you move your mouse around
661 the screen it will show the magnified contents in its window.
662 </para>
663 <indexterm zone="qt5 pixeltool-qt5">
[ec7940be]664 <primary sortas="b-pixeltool-qt5">pixeltool</primary>
[104b5bf]665 </indexterm>
666 </listitem>
667 </varlistentry>
668
[8b9ad6e]669 <varlistentry id="qcollectiongenerator-qt5">
670 <term><command>qcollectiongenerator</command></term>
671 <listitem>
672 <para>
673 is a tool used to create a Qt Help Collection.
674 </para>
675 <indexterm zone="qt5 qcollectiongenerator-qt5">
676 <primary sortas="b-qcollectiongenerator-qt5">qcollectiongenerator</primary>
677 </indexterm>
678 </listitem>
679 </varlistentry>
680
681 <varlistentry id="qdbuscpp2xml-qt5">
682 <term><command>qdbuscpp2xml</command></term>
683 <listitem>
684 <para>
685 takes a C++ source file and generates a D-Bus XML definition
[f3429309]686 of the interface.
[8b9ad6e]687 </para>
688 <indexterm zone="qt5 qdbuscpp2xml-qt5">
689 <primary sortas="b-qdbuscpp2xml-qt5">qdbuscpp2xml</primary>
690 </indexterm>
691 </listitem>
692 </varlistentry>
693
[3b17049]694 <varlistentry id="qdbus-qt5">
695 <term><command>qdbus</command></term>
696 <listitem>
697 <para>
698 lists available services, object paths, methods, signals, and
699 properties of objects on a bus.
700 </para>
701 <indexterm zone="qt5 qdbus-qt5">
702 <primary sortas="b-qdbus-qt5">qdbus</primary>
703 </indexterm>
704 </listitem>
705 </varlistentry>
706
[8b9ad6e]707 <varlistentry id="qdbusviewer-qt5">
708 <term><command>qdbusviewer</command></term>
709 <listitem>
710 <para>
711 is a graphical D-Bus browser.
712 </para>
713 <indexterm zone="qt5 qdbusviewer-qt5">
714 <primary sortas="b-qdbusviewer-qt5">qdbusviewer</primary>
715 </indexterm>
716 </listitem>
717 </varlistentry>
718
719 <varlistentry id="qdbusxml2cpp-qt5">
720 <term><command>qdbusxml2cpp</command></term>
721 <listitem>
722 <para>
723 is a tool that can be used to parse interface descriptions
724 and produce static code representing those interfaces,
725 </para>
726 <indexterm zone="qt5 qdbusxml2cpp-qt5">
727 <primary sortas="b-qdbusxml2cpp-qt5">qdbusxml2cpp</primary>
728 </indexterm>
729 </listitem>
730 </varlistentry>
[f3429309]731
[8b9ad6e]732 <varlistentry id="qdoc-qt5">
733 <term><command>qdoc</command></term>
734 <listitem>
735 <para>
736 is a tool used by <application>Qt</application> Developers to
737 generate documentation for software projects.
738 </para>
739 <indexterm zone="qt5 qdoc-qt5">
740 <primary sortas="b-qdoc-qt5">qdoc</primary>
741 </indexterm>
742 </listitem>
743 </varlistentry>
744
745 <varlistentry id="qhelpconverter-qt5">
746 <term><command>qhelpconverter</command></term>
747 <listitem>
748 <para>
749 is a tool used to convert files to <application>Qt</application>
750 help format.
751 </para>
752 <indexterm zone="qt5 qhelpconverter-qt5">
753 <primary sortas="b-qhelpconverter-qt5">qhelpconverter</primary>
754 </indexterm>
755 </listitem>
756 </varlistentry>
757
758 <varlistentry id="qhelpgenerator-qt5">
759 <term><command>qhelpgenerator</command></term>
760 <listitem>
761 <para>
762 is a tool used to generate a <application>Qt</application>
[f3429309]763 compressed help file.
[8b9ad6e]764 </para>
765 <indexterm zone="qt5 qhelpgenerator-qt5">
766 <primary sortas="b-qhelpgenerator-qt5">qhelpgenerator</primary>
767 </indexterm>
768 </listitem>
769 </varlistentry>
770
771 <varlistentry id="qlalr-qt5">
772 <term><command>qlalr</command></term>
773 <listitem>
774 <para>
775 is a tool used to generate code from grammar specifications.
776 </para>
777 <indexterm zone="qt5 qlalr-qt5">
778 <primary sortas="b-qlalr-qt5">qlalr</primary>
779 </indexterm>
780 </listitem>
781 </varlistentry>
782
[104b5bf]783 <varlistentry id="qmake-qt5">
[ec7940be]784 <term><command>qmake</command></term>
[104b5bf]785 <listitem>
786 <para>
787 uses information stored in project files to
788 determine what should go in the makefiles it
789 generates.
790 </para>
791 <indexterm zone="qt5 qmake-qt5">
[ec7940be]792 <primary sortas="b-qmake-qt5">qmake</primary>
[104b5bf]793 </indexterm>
794 </listitem>
795 </varlistentry>
796
[8b9ad6e]797 <varlistentry id="qml1plugindump-qt5">
798 <term><command>qml1plugindump</command></term>
799 <listitem>
800 <para>
801 is a symlink to <application>qtchooser</application>.
802 </para>
803 <indexterm zone="qt5 qml1plugindump-qt5">
804 <primary sortas="b-qml1plugindump-qt5">qml1plugindump</primary>
805 </indexterm>
806 </listitem>
807 </varlistentry>
808
809 <varlistentry id="qmlbundle-qt5">
810 <term><command>qmlbundle</command></term>
811 <listitem>
812 <para>
813 is a tool used to manage QML bundle.
814 </para>
815 <indexterm zone="qt5 qmlbundle-qt5">
816 <primary sortas="b-qmlbundle-qt5">qmlbundle</primary>
817 </indexterm>
818 </listitem>
819 </varlistentry>
820
821 <varlistentry id="qmleasing-qt5">
822 <term><command>qmleasing</command></term>
823 <listitem>
824 <para>
825 is a tool used to define the easing curves using an
826 interactive curve editor.
827 </para>
828 <indexterm zone="qt5 qmleasing-qt5">
829 <primary sortas="b-qmleasing-qt5">qmleasing</primary>
830 </indexterm>
831 </listitem>
832 </varlistentry>
833
834 <varlistentry id="qmlimportscanner-qt5">
835 <term><command>qmlimportscanner</command></term>
836 <listitem>
837 <para>
838 is a tool used to import QML files from a directory.
839 </para>
840 <indexterm zone="qt5 qmlimportscanner-qt5">
841 <primary sortas="b-qmlimportscanner-qt5">qmlimportscanner</primary>
842 </indexterm>
843 </listitem>
844 </varlistentry>
845
846 <varlistentry id="qmllint-qt5">
847 <term><command>qmllint</command></term>
848 <listitem>
849 <para>
850 is a syntax checker for QML files.
851 </para>
852 <indexterm zone="qt5 qmllint-qt5">
853 <primary sortas="b-qmllint-qt5">qmllint</primary>
854 </indexterm>
855 </listitem>
856 </varlistentry>
857
858 <varlistentry id="qmlmin-qt5">
859 <term><command>qmlmin</command></term>
860 <listitem>
861 <para>
862 removes comments and layout characters from a QML file.
863 </para>
864 <indexterm zone="qt5 qmlmin-qt5">
865 <primary sortas="b-qmlmin-qt5">qmlmin</primary>
866 </indexterm>
867 </listitem>
868 </varlistentry>
869
870 <varlistentry id="qmlplugindump-qt5">
871 <term><command>qmlplugindump</command></term>
872 <listitem>
873 <para>
874 is a tool to create a qmltypes file.
875 </para>
876 <indexterm zone="qt5 qmlplugindump-qt5">
877 <primary sortas="b-qmlplugindump-qt5">qmlplugindump</primary>
878 </indexterm>
879 </listitem>
880 </varlistentry>
881
882 <varlistentry id="qmlprofiler-qt5">
883 <term><command>qmlprofiler</command></term>
884 <listitem>
885 <para>
886 is a tool used to analyze QML applications.
887 </para>
888 <indexterm zone="qt5 qmlprofiler-qt5">
889 <primary sortas="b-qmlprofiler-qt5">qmlprofiler</primary>
890 </indexterm>
891 </listitem>
892 </varlistentry>
893
894<!--
895 <varlistentry id="qml-qt5">
896 <term><command>qml</command></term>
897 <listitem>
898 <para>
899 do something.......
900 </para>
901 <indexterm zone="qt5 qml-qt5">
902 <primary sortas="b-qml-qt5">qml</primary>
903 </indexterm>
904 </listitem>
905 </varlistentry>
906-->
907
908 <varlistentry id="qmlscene-qt5">
909 <term><command>qmlscene</command></term>
910 <listitem>
911 <para>
912 is a utility that loads and displays QML documents even before
913 the application is complete.
914 </para>
915 <indexterm zone="qt5 qmlscene-qt5">
916 <primary sortas="b-qmlscene-qt5">qmlscene</primary>
917 </indexterm>
918 </listitem>
919 </varlistentry>
920
921 <varlistentry id="qmltestrunner-qt5">
922 <term><command>qmltestrunner</command></term>
923 <listitem>
924 <para>
925 is a tool used to make tests.
926 </para>
927 <indexterm zone="qt5 qmltestrunner-qt5">
928 <primary sortas="b-qmltestrunner-qt5">qmltestrunner</primary>
929 </indexterm>
930 </listitem>
931 </varlistentry>
932
933 <varlistentry id="qmlviewer-qt5">
934 <term><command>qmlviewer</command></term>
935 <listitem>
936 <para>
937 is a tool for loading QML documents that makes it easy to quickly
938 develop and debug QML applications.
939 </para>
940 <indexterm zone="qt5 qmlviewer-qt5">
941 <primary sortas="b-qmlviewer-qt5">qmlviewer</primary>
942 </indexterm>
943 </listitem>
944 </varlistentry>
945
946 <varlistentry id="qtdiag-qt5">
947 <term><command>qtdiag</command></term>
948 <listitem>
949 <para>
950 is a tool for reporting diagnostic information about Qt and its
951 environment.
952 </para>
953 <indexterm zone="qt5 qtdiag-qt5">
954 <primary sortas="b-qtdiag-qt5">qtdiag</primary>
955 </indexterm>
956 </listitem>
957 </varlistentry>
958
959 <varlistentry id="qtpaths-qt5">
960 <term><command>qtpaths</command></term>
961 <listitem>
962 <para>
963 is a tool to query Qt path information.
964 </para>
965 <indexterm zone="qt5 qtpaths-qt5">
966 <primary sortas="b-qtpaths-qt5">qtpaths</primary>
967 </indexterm>
968 </listitem>
969 </varlistentry>
970
[104b5bf]971 <varlistentry id="rcc-qt5">
[ec7940be]972 <term><command>rcc</command></term>
[104b5bf]973 <listitem>
974 <para>
975 is a resource compiler used in conjunction with designer.
976 </para>
977 <indexterm zone="qt5 rcc-qt5">
[ec7940be]978 <primary sortas="b-rcc-qt5">rcc</primary>
[104b5bf]979 </indexterm>
980 </listitem>
981 </varlistentry>
982
[8b9ad6e]983 <varlistentry id="syncqt.pl-qt5">
984 <term><command>syncqt.pl</command></term>
985 <listitem>
986 <para>
987 is a script to create the forwarding headers in the include
988 directories. It is an internal development tool.
989 </para>
990 <indexterm zone="qt5 syncqt.pl-qt5">
991 <primary sortas="b-syncqt.pl-qt5">syncqt.pl</primary>
992 </indexterm>
993 </listitem>
994 </varlistentry>
995
[104b5bf]996 <varlistentry id="uic-qt5">
[ec7940be]997 <term><command>uic</command></term>
[104b5bf]998 <listitem>
999 <para>
1000 is a Qt user interface compiler.
1001 </para>
1002 <indexterm zone="qt5 uic-qt5">
[ec7940be]1003 <primary sortas="b-uic-qt5">uic</primary>
[104b5bf]1004 </indexterm>
1005 </listitem>
1006 </varlistentry>
1007
[8b9ad6e]1008 <varlistentry id="xmlpatterns-qt5">
1009 <term><command>xmlpatterns</command></term>
1010 <listitem>
1011 <para>
1012 provides support for XPath, XQuery, XSLT, and XML Schema
1013 validation.
1014 </para>
1015 <indexterm zone="qt5 xmlpatterns-qt5">
1016 <primary sortas="b-xmlpatterns-qt5">xmlpatterns</primary>
1017 </indexterm>
1018 </listitem>
1019 </varlistentry>
1020
1021 <varlistentry id="xmlpatternsvalidator-qt5">
1022 <term><command>xmlpatternsvalidator</command></term>
1023 <listitem>
1024 <para>
1025 is a tool used to validate XML documents.
1026 </para>
1027 <indexterm zone="qt5 xmlpatternsvalidator-qt5">
1028 <primary sortas="b-xmlpatternsvalidator-qt5">xmlpatternsvalidator</primary>
1029 </indexterm>
1030 </listitem>
1031 </varlistentry>
1032
[104b5bf]1033 </variablelist>
1034
1035 </sect2>
1036
1037</sect1>
Note: See TracBrowser for help on using the repository browser.