source: x/lib/qt5.xml@ fe80e96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 fe80e96 was 94486d9c, checked in by Ken Moffat <ken@…>, 5 years ago

Qt-5.11.3 and qtwebengine-5.11.3. To apply the security fixes for qtwebengine, qt itself does not need to be updated from 5.11.2. Time measured on an 8.3 system.

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

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