source: x/lib/qt6.xml@ cda5f277

trunk
Last change on this file since cda5f277 was 3ef6534e, checked in by Thomas Trepl <thomas@…>, 6 weeks ago

Fix a conflicting decl in QT6 for i686

  • Property mode set to 100644
File size: 38.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 qt6-major "6.7">
8 <!ENTITY qt6-url "https://download.qt.io/archive/qt/&qt6-major;/&qt6-version;/single">
9
10 <!ENTITY qt6-download-http "&qt6-url;/qt-everywhere-src-&qt6-version;.tar.xz">
11 <!ENTITY qt6-download-ftp " ">
12 <!ENTITY qt6-md5sum "dfe73333c2fa22582ad76a679f0ab1e1">
13 <!ENTITY qt6-size "892 MB">
14 <!ENTITY qt6-buildsize "38 GB (376 MB installed)">
15 <!ENTITY qt6-time "11 SBU (using parallelism=8)">
16]>
17
18<sect1 id="qt6" xreflabel="Qt-&qt6-version;">
19 <?dbhtml filename="qt6.html" ?>
20
21
22 <title>Qt-&qt6-version;</title>
23
24 <indexterm zone="qt6">
25 <primary sortas="a-Qt6">Qt6</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Qt6</title>
30
31 <para>
32 <application>Qt6</application> is a cross-platform application framework
33 that is widely used for developing application software with a graphical
34 user interface (GUI) (in which cases <application>Qt6</application> is
35 classified as a widget toolkit), and also used for developing non-GUI
36 programs such as command-line tools and consoles for servers. <!--Two of the
37 major users of <application>Qt</application> are <application>KDE
38 Frameworks 5 (KF5)</application> and <application>LXQt</application>.-->
39 </para>
40
41 &lfs121_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&qt6-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&qt6-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &qt6-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &qt6-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &qt6-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &qt6-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76<!--
77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing="compact">
79 <listitem>
80 <para>
81 Now that <application>Qt5</application> updates are restricted to
82 commercial customers, upstream patches for the various modules are
83 being curated at kde.
84 Patches for the modules required by packages in BLFS have been
85 aggregated for the non-modular Qt5 build we use.
86 </para>
87 <para>
88 Required patch:
89 <ulink url="&patch-root;/qt-everywhere-opensource-src-&qt6-version;-kf5-1.patch"/>
90 </para>
91 <para>
92 Details of the kde curation can be found at
93 <ulink url="https://dot.kde.org/2021/04/06/announcing-kdes-qt-5-patch-collection"/>
94 and <ulink url="https://community.kde.org/Qt5PatchCollection"/>.
95 </para>
96 </listitem>
97 </itemizedlist>
98-->
99 <bridgehead renderas="sect3">Qt6 Dependencies</bridgehead>
100
101 <bridgehead renderas="sect4">Required</bridgehead>
102 <para role="required">
103 <xref linkend="xorg7-lib"/>
104 </para>
105
106 <bridgehead renderas="sect4">Recommended</bridgehead>
107 <para role="recommended">
108 <xref linkend="alsa-lib"/>,
109 <xref linkend="make-ca"/>,
110 <xref linkend="cups"/>,
111 <phrase revision='sysv'><xref linkend="dbus"/>,</phrase>
112 <xref linkend="double-conversion"/>,
113 <xref linkend="glib2"/>,
114 <xref linkend="gst10-plugins-base"/> (QtMultimedia backend),
115 <xref linkend="harfbuzz"/>,
116 <xref linkend="icu"/>,
117 <xref linkend="jasper"/>,
118 <xref linkend="libjpeg"/>,
119 <xref linkend="libinput"/>,
120 <xref linkend="libmng"/>,
121 <xref linkend="libpng"/>,
122 <xref linkend="libtiff"/>,
123 <xref linkend="libwebp"/>,
124 <xref linkend="libxkbcommon"/>,
125 <xref linkend="mesa"/>,
126 <xref linkend="mtdev"/>,
127 <xref linkend="pcre2"/>,
128 <xref linkend="sqlite"/>,
129 <xref linkend="wayland"/> (<application>Mesa</application>
130 must be built with <application>Wayland</application> EGL
131 backend),
132 <xref linkend="xcb-util-cursor"/>,
133 <xref linkend="xcb-util-image"/>,
134 <xref linkend="xcb-util-keysyms"/>,
135 <xref linkend="xcb-util-renderutil"/>, and
136 <xref linkend="xcb-util-wm"/>
137 </para>
138
139 <bridgehead renderas="sect4">Optional</bridgehead>
140 <para role="optional">
141 <xref role="runtime" linkend="bluez"/> (for sdpscanner, and at runtime for
142 QtConnectivity module),
143 <xref linkend="gtk3"/>,
144 <xref linkend="ibus"/>,
145 <xref linkend="mariadb"/>
146 or <ulink url="https://www.mysql.com/">MySQL</ulink>,
147 <xref linkend="mitkrb"/>,
148 <xref linkend="pciutils"/>,
149 <xref linkend="postgresql"/>,
150 <xref linkend="pulseaudio"/>,
151 <xref linkend="sdl2"/>,
152 <xref linkend="unixodbc"/>,
153 <ulink url="https://www.assimp.org/">assimp</ulink>,
154 <ulink url="https://github.com/festvox/flite">Flite</ulink>,
155 <ulink url="https://www.firebirdsql.org/">Firebird</ulink>,
156 <ulink url="https://www.freetds.org/">FreeTDS</ulink>,
157 <ulink url="https://libproxy.github.io/libproxy/">libproxy</ulink>,
158 <ulink url="https://openal.org/">OpenAL</ulink>,
159 <ulink url="https://freebsoft.org/speechd/">speech-dispatcher</ulink>, and
160 <ulink url="http://www.tslib.org/">tslib</ulink>
161 <!--<ulink url="https://vulkan.lunarg.com/sdk/home/">Vulkan</ulink>-->
162 </para>
163
164 <!-- Many of the dependencies in the qmake/configure output do not apply
165 to Linux-based platforms. I've selected the ones that do and put
166 them in as optional dependencies. Not checked yet for Qt6 -->
167
168 </sect2>
169
170 <sect2 role="qt6-prefix">
171 <title>Setting the installation prefix</title>
172
173 <bridgehead renderas="sect3">Installing in /opt/qt6</bridgehead>
174
175 <para>
176 The BLFS editors recommend installing <application>Qt6</application> in a
177 directory other than <filename class="directory">/usr</filename>, ie
178 <filename class="directory">/opt/qt6</filename>. This is needed
179 to avoid conflicts with Qt5. To do this, set the
180 following environment variable:
181 </para>
182
183<screen><userinput>export QT6PREFIX=/opt/qt6</userinput></screen>
184
185 <tip>
186 <para>
187 Sometimes the installation paths are hardcoded into installed files.
188 This is the reason why <filename class="directory">/opt/qt6</filename>
189 is used as installation prefix instead of <filename
190 class="directory">/opt/qt-&qt6-version;</filename>. To create a
191 versioned <application>Qt6</application> directory,
192 you may rename the directory and create a symlink:
193 </para>
194
195<screen role="root"><userinput>mkdir -pv /opt/qt-&qt6-version;
196ln -sfnv qt-&qt6-version; /opt/qt6</userinput></screen>
197
198 <para>
199 Later on, you may want to install other versions of
200 <application>Qt6</application>. To do that, just remove the symlink,
201 create the new versioned directory, and recreate the
202 <filename class="directory">/opt/qt6</filename> symlink again before
203 building the new version.
204 Which version of <application>Qt6</application> you
205 use depends only on where the symlink points.
206 </para>
207 </tip>
208
209 <note>
210 <para>
211 If <xref linkend="qca"/> has been installed and you are
212 reinstalling or updating this package, then
213 <application>qca</application> will need to be reinstalled.
214 </para>
215 </note>
216
217 </sect2>
218
219 <sect2 role="installation">
220 <title>Installation of Qt6</title>
221
222 <warning>
223 <para>
224 If <application>Qt6</application> is being reinstalled into the
225 same directory as an existing instance, run the commands done by
226 &root;, such as
227 <command>make install</command>, from a console or non-Qt6 based
228 window manager. It overwrites <application>Qt6</application>
229 libraries that should not be in use during the install process.
230 </para>
231 </warning>
232
233 <caution>
234 <para>
235 If you did not install some of the recommended dependencies, examine
236 <command>./configure --help</command> output to check how to disable
237 them or use internal versions bundled in the source tarball.
238 </para>
239 </caution>
240
241 <note>
242 <para>
243 The build time and space required for the full
244 <application>Qt6</application> is quite long. The instructions below
245 do not build the tutorials and examples. Removing the
246 <parameter>-nomake</parameter> line will create additional resources..
247 </para>
248 </note>
249
250 <note>
251 <para>
252 The BLFS editors do not recommend installing <application>Qt6</application>
253 into the /usr hierarchy because it becomes difficult to find
254 components and to update to a new version. There are also some programs
255 that conflict with those installed by Qt5.
256 <!--If you do want to install
257 <application>Qt5</application> in /usr, the directories need to
258 be specified explicitly. In this case, set QT5PREFIX=/usr and add
259 the following to the configure arguments below:
260 </para>
261
262<screen role="nodump"><userinput> -archdatadir /usr/lib/qt6 \
263 -bindir /usr/bin \
264 -plugindir /usr/lib/qt6/plugins \
265 -importdir /usr/lib/qt6/imports \
266 -headerdir /usr/include/qt6 \
267 -datadir /usr/share/qt6 \
268 -docdir /usr/share/doc/qt6 \
269 -translationdir /usr/share/qt6/translations \
270 -examplesdir /usr/share/doc/qt6/examples</userinput></screen>-->
271 </para>
272 </note>
273
274 <para>
275 Disable a conflicting declaration on i686 systems:
276 </para>
277<screen><userinput>if [ "$(uname -m)" == "i686" ]; then
278 sed -e "/^#elif defined(Q_CC_GNU_ONLY)/s/.*/&amp; \&amp;\&amp; 0/" \
279 -i qtbase/src/corelib/global/qtypes.h
280fi</userinput></screen>
281
282 <para>
283 Install <application>Qt6</application> by running the following commands:
284 </para>
285
286<screen revision="sysv"><userinput>./configure -prefix $QT6PREFIX \
287 -sysconfdir /etc/xdg \
288 -dbus-linked \
289 -openssl-linked \
290 -system-sqlite \
291 -nomake examples \
292 -no-rpath \
293 -syslog \
294 -skip qt3d \
295 -skip qtquick3dphysics \
296 -skip qtwebengine \
297 -Wno-dev &amp;&amp;
298ninja</userinput></screen>
299
300<screen revision="systemd"><userinput>./configure -prefix $QT6PREFIX \
301 -sysconfdir /etc/xdg \
302 -dbus-linked \
303 -openssl-linked \
304 -system-sqlite \
305 -nomake examples \
306 -no-rpath \
307 -journald \
308 -skip qt3d \
309 -skip qtquick3dphysics \
310 -skip qtwebengine \
311 -Wno-dev &amp;&amp;
312ninja</userinput></screen>
313
314 <para>
315 This package does not come with a test suite.
316 </para>
317
318 <para>
319 Now, as the &root; user:
320 </para>
321
322<screen role="root"><userinput>ninja install</userinput></screen>
323
324 <para>
325 Remove references to the build directory from installed library
326 dependency (prl) <!--and profile include (pri)--> files by running the following
327 command as the &root; user:
328 </para>
329
330<screen role="root"><userinput>find $QT6PREFIX/ -name \*.prl \
331 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
332
333 <para>
334 Install images and create the menu entries for installed applications.
335 <!--The <envar>QT6BINDIR</envar> variable is used here to point to the
336 directory for the executable programs. If you have changed the bindir
337 above, <envar>QT5BINDIR</envar> will need to be adjusted below. Be sure
338 that the <envar>QT5BINDIR</envar> variable is defined in root's
339 environment and as the &root; user:-->
340 Again as the &root; user:
341 </para>
342
343<screen role="root"><userinput>pushd qttools/src &amp;&amp;
344
345install -v -Dm644 assistant/assistant/images/assistant-128.png \
346 /usr/share/pixmaps/assistant-qt6.png &amp;&amp;
347
348install -v -Dm644 designer/src/designer/images/designer.png \
349 /usr/share/pixmaps/designer-qt6.png &amp;&amp;
350
351install -v -Dm644 linguist/linguist/images/icons/linguist-128-32.png \
352 /usr/share/pixmaps/linguist-qt6.png &amp;&amp;
353
354install -v -Dm644 qdbus/qdbusviewer/images/qdbusviewer-128.png \
355 /usr/share/pixmaps/qdbusviewer-qt6.png &amp;&amp;
356popd &amp;&amp;
357
358
359cat &gt; /usr/share/applications/assistant-qt6.desktop &lt;&lt; EOF
360<literal>[Desktop Entry]
361Name=Qt6 Assistant
362Comment=Shows Qt6 documentation and examples
363Exec=$QT6PREFIX/bin/assistant
364Icon=assistant-qt6.png
365Terminal=false
366Encoding=UTF-8
367Type=Application
368Categories=Qt;Development;Documentation;</literal>
369EOF
370
371cat &gt; /usr/share/applications/designer-qt6.desktop &lt;&lt; EOF
372<literal>[Desktop Entry]
373Name=Qt6 Designer
374GenericName=Interface Designer
375Comment=Design GUIs for Qt6 applications
376Exec=$QT6PREFIX/bin/designer
377Icon=designer-qt6.png
378MimeType=application/x-designer;
379Terminal=false
380Encoding=UTF-8
381Type=Application
382Categories=Qt;Development;</literal>
383EOF
384
385cat &gt; /usr/share/applications/linguist-qt6.desktop &lt;&lt; EOF
386<literal>[Desktop Entry]
387Name=Qt6 Linguist
388Comment=Add translations to Qt6 applications
389Exec=$QT6PREFIX/bin/linguist
390Icon=linguist-qt6.png
391MimeType=text/vnd.trolltech.linguist;application/x-linguist;
392Terminal=false
393Encoding=UTF-8
394Type=Application
395Categories=Qt;Development;</literal>
396EOF
397
398cat &gt; /usr/share/applications/qdbusviewer-qt6.desktop &lt;&lt; EOF
399<literal>[Desktop Entry]
400Name=Qt6 QDbusViewer
401GenericName=D-Bus Debugger
402Comment=Debug D-Bus applications
403Exec=$QT6PREFIX/bin/qdbusviewer
404Icon=qdbusviewer-qt6.png
405Terminal=false
406Encoding=UTF-8
407Type=Application
408Categories=Qt;Development;Debugger;</literal>
409EOF</userinput></screen>
410
411<!--
412 <para>
413 Some packages such as <xref linkend='vlc'/> look for certain
414 executables with a -qt6 suffix. Run the following command as the
415 <systemitem class="username">root</systemitem> user
416 to create the necessary symlinks:
417 </para>
418
419<screen role="root"><userinput>for file in moc uic rcc qmake lconvert lrelease lupdate; do
420 ln -sfvn $QT5BINDIR/$file /usr/bin/$file-qt6
421done</userinput></screen>
422-->
423 </sect2>
424
425 <sect2 role="commands">
426 <title>Command Explanations</title>
427 <!--
428 <para>
429 <command>sed ...</command>: Allows using
430 <application>Python 3</application> instead of <application>Python
431 2</application>. This command destroys the build for QtWebEngine, so do
432 not use it if you remove the <parameter>-skip qtwebengine</parameter>
433 switch.
434 </para>
435
436 Ignored
437 <para>
438 <parameter>-confirm-license</parameter>: Accept license
439 without prompting user during configuration.
440 </para>
441
442 Ignored
443 <para>
444 <parameter>-opensource</parameter>: Install the opensource
445 version of <application>Qt</application>.
446 </para>
447 -->
448 <para>
449 <parameter>-nomake examples</parameter>: This switch
450 disables building of the example programs included
451 in the source tarball. Remove it if you want to build
452 them.
453 </para>
454
455 <para>
456 <parameter>-skip qt3d</parameter>: This switch
457 disables building qt3d support. There is a problem
458 building these files without an external library
459 and no packages in BLFS use qt3d.
460 </para>
461<!-- Auto: not for me [pierre 2023/11/20]-->
462 <para>
463 <parameter>-system-sqlite</parameter>: This switch enables use
464 of the system version of <application>SQLite</application>.
465 </para>
466
467 <para>
468 <parameter>-dbus-linked</parameter>
469 <parameter>-openssl-linked</parameter>: These
470 switches enable explicit linking of the
471 <application>D-Bus</application> and
472 <application>OpenSSL</application> libraries into
473 <application>Qt6</application> libraries instead of
474 <command>dlopen()</command>-ing them.
475 </para>
476
477 <para revision="sysv">
478 <parameter>-syslog</parameter>: This switch allows to send Qt messages
479 to the <command>syslog</command> logging system.
480 </para>
481
482 <para revision="systemd">
483 <parameter>-journald</parameter>: This switch allows to send Qt messages
484 to the <command>journald</command> logging system.
485 </para>
486
487 <para>
488 <parameter>-skip qtwebengine</parameter>: This switch disables building
489 the QtWebEngine. The BLFS editors have chosen to build <xref
490 linkend="qtwebengine"/> separately.
491 </para>
492
493 <para>
494 <parameter>-skip qtquick3dphysics</parameter>: This switch disables
495 building the Qt Quick 3D Physics submodule. On 32-bit systems, this will
496 cause the build process to fail with an inlining error in Qt6's bundled
497 copy of the PhysX SDK.
498 </para>
499
500<!-- Auto
501 <para>
502 <parameter>-system-harfbuzz</parameter>: This switch enables use
503 of the system version of <application>Harfbuzz</application>.
504 </para>
505-->
506 </sect2>
507
508 <sect2 role="configuration">
509 <title>Configuring Qt6</title>
510
511 <sect3 id="qt6-config">
512 <title>Configuration Information</title>
513
514 <para>
515 If <xref linkend="sudo"/> is installed, QT6DIR should be available to
516 the super user as well. Execute the following commands as the
517 &root; user:
518 </para>
519
520<screen role="root"><userinput>cat &gt; /etc/sudoers.d/qt &lt;&lt; "EOF"
521<literal>Defaults env_keep += QT6DIR</literal>
522EOF</userinput></screen>
523<!--
524 <bridgehead renderas="sect4">If you installed Qt5 in /usr</bridgehead>
525
526 <para>
527 If you installed <application>Qt5</application> in
528 <filename class="directory">/usr</filename>, create an
529 environment variable needed by certain packages.
530 As the <systemitem class="username">root</systemitem> user:
531 </para>
532
533<screen role="nodump"><userinput>cat &gt; /etc/profile.d/qt6.sh &lt;&lt; "EOF"
534<literal># Begin /etc/profile.d/qt6.sh
535
536QT5DIR=/usr
537export QT5DIR
538
539# End /etc/profile.d/qt6.sh</literal>
540EOF</userinput></screen>
541
542 <bridgehead renderas="sect4">If you did not install Qt5 in /usr</bridgehead>
543i-->
544 <para>
545 You now need to update the
546 following configuration files so that <application>Qt6</application> is
547 correctly found by other packages and system processes.
548 </para>
549
550 <para>
551 As the &root; user, update
552 the <filename>/etc/ld.so.conf</filename> file and the dynamic linker's
553 run-time cache file:
554 </para>
555
556<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
557<literal># Begin Qt addition
558
559/opt/qt6/lib
560
561# End Qt addition</literal>
562EOF
563
564ldconfig</userinput></screen>
565
566 <indexterm zone="qt6 qt6-config">
567 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
568 </indexterm>
569
570 <para>
571 As the &root; user, create
572 the <filename>/etc/profile.d/qt6.sh</filename> file:
573 </para>
574
575<screen role="root"><userinput>cat &gt; /etc/profile.d/qt6.sh &lt;&lt; "EOF"
576<literal># Begin /etc/profile.d/qt6.sh
577
578QT6DIR=/opt/qt6
579
580pathappend $QT6DIR/bin PATH
581pathappend $QT6DIR/lib/pkgconfig PKG_CONFIG_PATH
582
583export QT6DIR
584
585# End /etc/profile.d/qt6.sh</literal>
586EOF</userinput></screen>
587
588 </sect3>
589
590 </sect2>
591
592 <sect2 role="content">
593 <title>Contents</title>
594
595 <segmentedlist>
596 <segtitle>Installed Programs</segtitle>
597 <segtitle>Installed Libraries</segtitle>
598 <segtitle>Installed Directories</segtitle>
599
600 <seglistitem>
601 <seg>
602 androiddeployqt (hard link to androiddeployqt6),
603 androiddeployqt6,
604 androidtestrunner,
605 assistant,
606 balsam,
607 balsamui,
608 canbusutil,
609 cooker,
610 designer,
611 instancer,
612 lconvert,
613 linguist,
614 lrelease,
615 lupdate,
616 materialeditor,
617 meshdebug,
618 pixeltool,
619 qdbus,
620 qdbuscpp2xml,
621 qdbusviewer,
622 qdbusxml2cpp,
623 qdistancefieldgenerator,
624 qdoc,
625 qmake (hard link to qmake6),
626 qmake6,
627 qml,
628 qmldom,
629 qmleasing,
630 qmlformat,
631 qmllint,
632 qmlls,
633 qmlplugindump,
634 qmlpreview,
635 qmlprofiler,
636 qmlscene,
637 qmltc,
638 qmltestrunner,
639 qmltime,
640 qqem,
641 qsb,
642 qtdiag (hard link to qtdiag6),
643 qtdiag6,
644 qtpaths (hard link to qtpaths6),
645 qtpaths6,
646 qtplugininfo,
647 qt-cmake,
648 qt-cmake-create,
649 qt-configure-module,
650 shadergen, and
651 shapegen
652
653 </seg>
654 <seg>
655 libQt6Bluetooth.so,
656 libQt6Bodymovin.so,
657 libQt6BundledEmbree.a,
658 libQt6BundledPhysX.a,
659 libQt6BundledResonanceAudio.a,
660 libQt6Charts.so,
661 libQt6ChartsQml.so,
662 libQt6Coap.so,
663 libQt6Concurrent.so,
664 libQt6Core.so,
665 libQt6Core5Compat.so,
666 libQt6DBus.so,
667 libQt6DataVisualization.so,
668 libQt6DataVisualizationQml.so,
669 libQt6DeclarativeOpcua.so,
670 libQt6Designer.so,
671 libQt6DesignerComponents.so,
672 libQt6DeviceDiscoverySupport.a,
673 libQt6EglFSDeviceIntegration.so,
674 libQt6EglFsKmsGbmSupport.so,
675 libQt6EglFsKmsSupport.so,
676 libQt6ExampleIcons.a,
677 libQt6FbSupport.a,
678 libQt6Graphs.so,
679 libQt6Grpc.so,
680 libQt6Gui.so,
681 libQt6Help.so,
682 libQt6HttpServer.so,
683 libQt6InputSupport.a,
684 libQt6JsonRpc.so,
685 libQt6KmsSupport.a,
686 libQt6LabsAnimation.so,
687 libQt6LabsFolderListModel.so,
688 libQt6LabsQmlModels.so,
689 libQt6LabsSettings.so,
690 libQt6LabsSharedImage.so,
691 libQt6LabsWavefrontMesh.so,
692 libQt6LanguageServer.so,
693 libQt6Location.so,
694 libQt6Mqtt.so,
695 libQt6Multimedia.so,
696 libQt6MultimediaQuick.so,
697 libQt6MultimediaWidgets.so,
698 libQt6Network.so,
699 libQt6NetworkAuth.so,
700 libQt6Nfc.so,
701 libQt6OpcUa.so,
702 libQt6OpenGL.so,
703 libQt6OpenGLWidgets.so,
704 libQt6PacketProtocol.a,
705 libQt6Positioning.so,
706 libQt6PositioningQuick.so,
707 libQt6PrintSupport.so,
708 libQt6Protobuf.so,
709 libQt6Qml.so,
710 libQt6QmlCompiler.so,
711 libQt6QmlCore.so,
712 libQt6QmlDebug.a,
713 libQt6QmlDom.a,
714 libQt6QmlLocalStorage.so,
715 libQt6QmlLS.a,
716 libQt6QmlModels.so,
717 libQt6QmlToolingSettings.a,
718 libQt6QmlTypeRegistrar.a,
719 libQt6QmlWorkerScript.so,
720 libQt6QmlXmlListModel.so,
721 libQt6Quick.so,
722 libQt6Quick3D.so,
723 libQt6Quick3DAssetImport.so,
724 libQt6Quick3DAssetUtils.so,
725 libQt6Quick3DEffects.so,
726 libQt6Quick3DGlslParser.so,
727 libQt6Quick3DHelpers.so,
728 libQt6Quick3DHelpersImpl.so,
729 libQt6Quick3DIblBaker.so,
730 libQt6Quick3DParticleEffects.so,
731 libQt6Quick3DParticles.so,
732 libQt6Quick3DPhysics.so,
733 libQt6Quick3DPhysicsHelpers.so,
734 libQt6Quick3DRuntimeRender.so,
735 libQt6Quick3DSpatialAudio.so,
736 libQt6Quick3DUtils.so,
737 libQt6QuickControls2.so,
738 libQt6QuickControls2Impl.so,
739 libQt6QuickControlsTestUtils.a,
740 libQt6QuickDialogs2.so,
741 libQt6QuickDialogs2QuickImpl.so,
742 libQt6QuickDialogs2Utils.so,
743 libQt6QuickEffects.so,
744 libQt6QuickLayouts.so,
745 libQt6QuickParticles.so,
746 libQt6QuickShapes.so,
747 libQt6QuickTemplates2.so,
748 libQt6QuickTest.so,
749 libQt6QuickTestUtils.a,
750 libQt6QuickTimeline.so,
751 libQt6QuickWidgets.so,
752 libQt6RemoteObjects.so,
753 libQt6RemoteObjectsQml.so,
754 libQt6Scxml.so,
755 libQt6ScxmlQml.so,
756 libQt6Sensors.so,
757 libQt6SensorsQuick.so,
758 libQt6SerialBus.so,
759 libQt6SerialPort.so,
760 libQt6ShaderTools.so,
761 libQt6SpatialAudio.so,
762 libQt6Sql.so,
763 libQt6StateMachine.so,
764 libQt6StateMachineQml.so,
765 libQt6Svg.so,
766 libQt6SvgWidgets.so,
767 libQt6TextToSpeech.so,
768 libQt6UiTools.so,
769 libQt6VirtualKeyboard.so,
770 libQt6WaylandClient.so,
771 libQt6WaylandCompositor.so,
772 libQt6WaylandEglClientHwIntegration.so,
773 libQt6WaylandEglCompositorHwIntegration.so,
774 libQt6WebChannel.so,
775 libQt6WebChannelQuick.so,
776 libQt6WebSockets.so,
777 libQt6WebView.so,
778 libQt6WebViewQuick.so,
779 libQt6Widgets.so,
780 libQt6WlShellIntegration.so,
781 libQt6XcbQpa.so, and
782 libQt6Xml.so
783 </seg>
784 <seg>
785 <!--/usr/include/qt6,
786 /usr/lib/qt6,
787 /usr/share/doc/qt6, and
788 /usr/share/qt6
789 OR-->
790 /opt/qt6 and
791 /opt/qt-&qt6-version;
792 </seg>
793 </seglistitem>
794 </segmentedlist>
795
796 <variablelist id='qt6-descriptions' xreflabel="Qt6 Short Descriptions">
797 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
798 <?dbfo list-presentation="list"?>
799 <?dbhtml list-presentation="table"?>
800
801 <varlistentry id="assistant-qt6">
802 <term><command>assistant</command></term>
803 <listitem>
804 <para>
805 is a tool for presenting on-line documentation
806 </para>
807 <indexterm zone="qt6 assistant-qt6">
808 <primary sortas="b-assistant-qt6">assistant</primary>
809 </indexterm>
810 </listitem>
811 </varlistentry>
812
813 <varlistentry id="balsam-qt6">
814 <term><command>balsam</command></term>
815 <listitem>
816 <para>
817 is a tool to convert 3D scenes from various creation tools
818 to QML format, for use by the new QtQuick 3D library
819 </para>
820 <indexterm zone="qt6 balsam-qt6">
821 <primary sortas="b-balsam-qt6">balsam</primary>
822 </indexterm>
823 </listitem>
824 </varlistentry>
825
826 <varlistentry id="canbusutil-qt6">
827 <term><command>canbustil</command></term>
828 <listitem>
829 <para>
830 is a tool to deal with arbitrary CAN bus frames.
831 A Controller Area Network (CAN) is a vehicle bus standard designed
832 to allow microcontrollers and devices to communicate with each other
833 in applications without a host computer
834 </para>
835 <indexterm zone="qt6 canbusutil-qt6">
836 <primary sortas="b-canbusutil-qt6">canbusutil</primary>
837 </indexterm>
838 </listitem>
839 </varlistentry>
840
841 <varlistentry id="designer-qt6">
842 <term><command>designer</command></term>
843 <listitem>
844 <para>
845 is a full-fledged GUI builder. It includes
846 powerful features such as preview mode, automatic widget
847 layout, support for custom widgets, and an advanced
848 property editor
849 </para>
850 <indexterm zone="qt6 designer-qt6">
851 <primary sortas="b-designer-qt6">designer</primary>
852 </indexterm>
853 </listitem>
854 </varlistentry>
855
856 <varlistentry id="lconvert-qt6">
857 <term><command>lconvert</command></term>
858 <listitem>
859 <para>
860 is part of Qt6's Linguist tool chain. It can be used as a
861 standalone tool to convert and filter translation data files
862 </para>
863 <indexterm zone="qt6 lconvert-qt6">
864 <primary sortas="b-lconvert-qt6">lconvert</primary>
865 </indexterm>
866 </listitem>
867 </varlistentry>
868
869 <varlistentry id="linguist-qt6">
870 <term><command>linguist</command></term>
871 <listitem>
872 <para>
873 provides support for translating applications into
874 local languages
875 </para>
876 <indexterm zone="qt6 linguist-qt6">
877 <primary sortas="b-linguist-qt6">linguist</primary>
878 </indexterm>
879 </listitem>
880 </varlistentry>
881
882 <varlistentry id="lrelease-qt6">
883 <term><command>lrelease</command></term>
884 <listitem>
885 <para>
886 is a simple command line tool. It reads XML-based translation
887 file in TS format and produces message files used by the
888 application
889 </para>
890 <indexterm zone="qt6 lrelease-qt6">
891 <primary sortas="b-lrelease-qt6">lrelease</primary>
892 </indexterm>
893 </listitem>
894 </varlistentry>
895
896 <varlistentry id="lupdate-qt6">
897 <term><command>lupdate</command></term>
898 <listitem>
899 <para>
900 finds the translatable
901 strings in the specified source, header and Qt Designer
902 interface files, and stores the extracted messages in
903 translation files to be processed by lrelease
904 </para>
905 <indexterm zone="qt6 lupdate-qt6">
906 <primary sortas="b-lupdate-qt6">lupdate</primary>
907 </indexterm>
908 </listitem>
909 </varlistentry>
910
911 <varlistentry id="meshdebug-qt6">
912 <term><command>meshdebug</command></term>
913 <listitem>
914 <para>
915 displays information about qtquick-3d mesh files
916 </para>
917 <indexterm zone="qt6 meshdebug-qt6">
918 <primary sortas="b-meshdebug-qt6">meshdebug</primary>
919 </indexterm>
920 </listitem>
921 </varlistentry>
922
923 <varlistentry id="pixeltool-qt6">
924 <term><command>pixeltool</command></term>
925 <listitem>
926 <para>
927 is a desktop magnifier and as you move your mouse around
928 the screen it will show the magnified contents in its window
929 </para>
930 <indexterm zone="qt6 pixeltool-qt6">
931 <primary sortas="b-pixeltool-qt6">pixeltool</primary>
932 </indexterm>
933 </listitem>
934 </varlistentry>
935
936 <varlistentry id="qdbus-qt6">
937 <term><command>qdbus</command></term>
938 <listitem>
939 <para>
940 lists available services, object paths, methods, signals, and
941 properties of objects on a bus
942 </para>
943 <indexterm zone="qt6 qdbus-qt6">
944 <primary sortas="b-qdbus-qt6">qdbus</primary>
945 </indexterm>
946 </listitem>
947 </varlistentry>
948
949 <varlistentry id="qdbuscpp2xml-qt6">
950 <term><command>qdbuscpp2xml</command></term>
951 <listitem>
952 <para>
953 takes a C++ source file and generates a D-Bus XML definition
954 of the interface
955 </para>
956 <indexterm zone="qt6 qdbuscpp2xml-qt6">
957 <primary sortas="b-qdbuscpp2xml-qt6">qdbuscpp2xml</primary>
958 </indexterm>
959 </listitem>
960 </varlistentry>
961
962 <varlistentry id="qdbusviewer-qt6">
963 <term><command>qdbusviewer</command></term>
964 <listitem>
965 <para>
966 is a graphical D-Bus browser
967 </para>
968 <indexterm zone="qt6 qdbusviewer-qt6">
969 <primary sortas="b-qdbusviewer-qt6">qdbusviewer</primary>
970 </indexterm>
971 </listitem>
972 </varlistentry>
973
974 <varlistentry id="qdbusxml2cpp-qt6">
975 <term><command>qdbusxml2cpp</command></term>
976 <listitem>
977 <para>
978 is a tool that can be used to parse interface descriptions
979 and produce static code representing those interfaces,
980 </para>
981 <indexterm zone="qt6 qdbusxml2cpp-qt6">
982 <primary sortas="b-qdbusxml2cpp-qt6">qdbusxml2cpp</primary>
983 </indexterm>
984 </listitem>
985 </varlistentry>
986
987 <varlistentry id="qdistancefieldgenerator-qt6">
988 <term><command>qdistancefieldgenerator</command></term>
989 <listitem>
990 <para>
991 allows a font cache to be pregenerated for Text.QtRendering to speed
992 up an application's startup if the user interface has a lot of text,
993 or multiple fonts, or a large amount of distinct characters, e.g. in
994 CJK writing systems
995 </para>
996 <indexterm zone="qt6 qdistancefieldgenerator-qt6">
997 <primary sortas="b-qdistancefieldgenerator-qt6">qdistancefieldgenerator</primary>
998 </indexterm>
999 </listitem>
1000 </varlistentry>
1001
1002 <varlistentry id="qdoc-qt6">
1003 <term><command>qdoc</command></term>
1004 <listitem>
1005 <para>
1006 is a tool used by <application>Qt</application> Developers to
1007 generate documentation for software projects
1008 </para>
1009 <indexterm zone="qt6 qdoc-qt6">
1010 <primary sortas="b-qdoc-qt6">qdoc</primary>
1011 </indexterm>
1012 </listitem>
1013 </varlistentry>
1014
1015 <varlistentry id="qmake-qt6">
1016 <term><command>qmake</command></term>
1017 <listitem>
1018 <para>
1019 uses information stored in project files to
1020 determine what should go in the makefiles it
1021 generates
1022 </para>
1023 <indexterm zone="qt6 qmake-qt6">
1024 <primary sortas="b-qmake-qt6">qmake</primary>
1025 </indexterm>
1026 </listitem>
1027 </varlistentry>
1028
1029 <varlistentry id="qml-qt6">
1030 <term><command>qml</command></term>
1031 <listitem>
1032 <para>
1033 executes a QML file
1034 </para>
1035 <indexterm zone="qt6 qml-qt6">
1036 <primary sortas="b-qml-qt6">qml</primary>
1037 </indexterm>
1038 </listitem>
1039 </varlistentry>
1040
1041 <varlistentry id="qmleasing-qt6">
1042 <term><command>qmleasing</command></term>
1043 <listitem>
1044 <para>
1045 is a tool used to define the easing curves using an
1046 interactive curve editor
1047 </para>
1048 <indexterm zone="qt6 qmleasing-qt6">
1049 <primary sortas="b-qmleasing-qt6">qmleasing</primary>
1050 </indexterm>
1051 </listitem>
1052 </varlistentry>
1053
1054 <varlistentry id="qmlformat-qt6">
1055 <term><command>qmlformat</command></term>
1056 <listitem>
1057 <para>
1058 formats QML files according to the QML coding conventions
1059 </para>
1060 <indexterm zone="qt6 qmlformat-qt6">
1061 <primary sortas="b-qmlformat-qt6">qmlformat</primary>
1062 </indexterm>
1063 </listitem>
1064 </varlistentry>
1065
1066 <varlistentry id="qmllint-qt6">
1067 <term><command>qmllint</command></term>
1068 <listitem>
1069 <para>
1070 is a syntax checker for QML files
1071 </para>
1072 <indexterm zone="qt6 qmllint-qt6">
1073 <primary sortas="b-qmllint-qt6">qmllint</primary>
1074 </indexterm>
1075 </listitem>
1076 </varlistentry>
1077
1078 <varlistentry id="qmlplugindump-qt6">
1079 <term><command>qmlplugindump</command></term>
1080 <listitem>
1081 <para>
1082 is a tool to create a qmltypes file
1083 </para>
1084 <indexterm zone="qt6 qmlplugindump-qt6">
1085 <primary sortas="b-qmlplugindump-qt6">qmlplugindump</primary>
1086 </indexterm>
1087 </listitem>
1088 </varlistentry>
1089
1090 <varlistentry id="qmlpreview-qt6">
1091 <term><command>qmlpreview</command></term>
1092 <listitem>
1093 <para>
1094 is a tool used to analyze QML applications
1095 </para>
1096 <indexterm zone="qt6 qmlpreview-qt6">
1097 <primary sortas="b-qmlpreviewr-qt6">qmlpreview</primary>
1098 </indexterm>
1099 </listitem>
1100 </varlistentry>
1101
1102 <varlistentry id="qmlprofiler-qt6">
1103 <term><command>qmlprofiler</command></term>
1104 <listitem>
1105 <para>
1106 is a tool which watches QML and JavaScript files on disk and
1107 updates the application live with any changes
1108 </para>
1109 <indexterm zone="qt6 qmlprofiler-qt6">
1110 <primary sortas="b-qmlprofiler-qt6">qmlprofiler</primary>
1111 </indexterm>
1112 </listitem>
1113 </varlistentry>
1114
1115 <varlistentry id="qmlscene-qt6">
1116 <term><command>qmlscene</command></term>
1117 <listitem>
1118 <para>
1119 is a utility that loads and displays QML documents even before
1120 the application is complete
1121 </para>
1122 <indexterm zone="qt6 qmlscene-qt6">
1123 <primary sortas="b-qmlscene-qt6">qmlscene</primary>
1124 </indexterm>
1125 </listitem>
1126 </varlistentry>
1127
1128 <varlistentry id="qmltestrunner-qt6">
1129 <term><command>qmltestrunner</command></term>
1130 <listitem>
1131 <para>
1132 is a tool used to make tests
1133 </para>
1134 <indexterm zone="qt6 qmltestrunner-qt6">
1135 <primary sortas="b-qmltestrunner-qt6">qmltestrunner</primary>
1136 </indexterm>
1137 </listitem>
1138 </varlistentry>
1139
1140 <varlistentry id="qtdiag-qt6">
1141 <term><command>qtdiag</command></term>
1142 <listitem>
1143 <para>
1144 is a tool for reporting diagnostic information about Qt and its
1145 environment
1146 </para>
1147 <indexterm zone="qt6 qtdiag-qt6">
1148 <primary sortas="b-qtdiag-qt6">qtdiag</primary>
1149 </indexterm>
1150 </listitem>
1151 </varlistentry>
1152
1153 <varlistentry id="qtpaths-qt6">
1154 <term><command>qtpaths</command></term>
1155 <listitem>
1156 <para>
1157 is a tool to query Qt path information
1158 </para>
1159 <indexterm zone="qt6 qtpaths-qt6">
1160 <primary sortas="b-qtpaths-qt6">qtpaths</primary>
1161 </indexterm>
1162 </listitem>
1163 </varlistentry>
1164
1165 <varlistentry id="qtplugininfo-qt6">
1166 <term><command>qtplugininfo</command></term>
1167 <listitem>
1168 <para>
1169 dumps meta-data about Qt plugins in JSON format
1170 </para>
1171 <indexterm zone="qt6 qtplugininfo-qt6">
1172 <primary sortas="b-qtplugininfo-qt6">qtplugininfo</primary>
1173 </indexterm>
1174 </listitem>
1175 </varlistentry>
1176
1177 </variablelist>
1178
1179 </sect2>
1180
1181</sect1>
Note: See TracBrowser for help on using the repository browser.