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