Changeset ec7940be for x/lib/qt5.xml


Ignore:
Timestamp:
02/25/2014 07:00:30 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
13103ed
Parents:
014d750f
Message:

Rewrite Qt pages
Add corrections for some paths (e.g. man pages)
Tags

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r014d750f rec7940be  
    3939      <application>Qt5</application> is classified as a widget toolkit), and
    4040      also used for developing non-GUI programs such as command-line tools
    41       and consoles for servers. One of the major users of
    42       <application>Qt5</application> is <application>KDE Frameworks 5</application>.
    43     </para>
    44 
    45     &lfs74_checked;
     41      and consoles for servers.
     42    </para>
     43
     44    &lfs75_checked;
    4645
    4746    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9897      <xref linkend="glib2"/>,
    9998      <xref linkend="gst-plugins-base"/>,<!--
    100       <xref linkend="harfbuzz"/>, Doesn't have all the features that the shipped one has. -->
     99      <xref linkend="harfbuzz"/>, Doesn't have all the features that the included one has. -->
    101100      <xref linkend="icu"/>,
    102101      <xref linkend="libjpeg"/>,
     
    123122    </para>
    124123
    125     <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    126     <para role="required">
    127       <xref linkend="qtchooser"/> (if installing both
    128       <application>Qt4</application> and <application>Qt5</application>
    129       and installing in <filename class="directory">/usr</filename>)
    130     </para>
    131 
    132124    <para condition="html" role="usernotes">User Notes:
    133125      <ulink url="&blfs-wiki;/qt5"/>
     
    135127  </sect2>
    136128
     129   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     130               href="../../xincludes/qt-alternatives.xml"/>
     131
    137132  <sect2 role="installation">
    138133    <title>Installation of Qt5</title>
    139134
    140     <para>
    141        There are several ways to install a complicated package such as
    142        <application>Qt5</application>. The files are not completely position
    143        independent. Installation procedures execute the program
    144        <command>pkg-config</command> to determine the location of package
    145        executables, libraries, headers, and other files. For
    146        <application>Qt5</application>, <command>pkg-config</command> will look
    147        for the appropriate <filename>lib/pkgconfig/Qt5*.pc</filename> files
    148        which must be modified if relocating the package. These files are set up
    149        correctly by the build process.
    150     </para>
    151 
    152     <para>
    153        The default installation places the files in <filename
    154        class="directory">/usr/local/qt</filename>. Many
    155        distributions place the files in the system's <filename
    156        class="directory">/usr</filename> hierarchy. The package can
    157        also be installed in an arbitrary directory.
    158     </para>
    159 
    160     <para>
    161        The advantage of installing in <filename
    162        class="directory">/usr</filename> is that no updates to the
    163        <filename>/etc/ld.so.conf</filename> or
    164        <filename>/etc/man_db.conf</filename> files are required. The package
    165        files are distributed within several subdirectories of the <filename
    166        class="directory">/usr</filename> hierarchy. This is the method that
    167        most distributions use.
    168     </para>
    169 
    170     <para>
    171        The disadvantage of installing in <filename
    172        class="directory">/usr</filename> is that the executable filenames
    173        for  <application>Qt4</application> and <application>Qt5</application>
    174        conflict if both packages are installed in the
    175        same directory. The instructions below give a workaround for
    176        this problem using the helper programs from <xref linkend="qtchooser"/>.
    177        <!-- renaming is not required because of this, only using a different
    178        bindir is -->
    179     </para>
    180 
    181     <para>
    182        The advantage of installing <application>Qt5</application> in a custom
    183        directory such as <filename
    184        class="directory">/opt/qt-&qt5-version;</filename> is that it keeps all
    185        the package files consolidated in a dedicated directory hierarchy. By
    186        using this method, an update can be made without overwriting a previous
    187        installation and users can easily revert to a previous version by
    188        changing one symbolic link or merely changing the <envar>PATH</envar>
    189        variable.  It also allows a developer to maintain multiple versions of
    190        <application>Qt4</application> or <application>Qt5</application>
    191        for testing.
    192     </para>
    193  
    194135    <caution>
    195136      <para>
     
    209150      </para>
    210151    </warning>
    211  
     152<!-- ==== Method 1 ====== -->
    212153    <bridgehead renderas="sect3">Method 1: Installing in /usr</bridgehead>
    213154
     
    218159
    219160    <!-- This is rather a bad idea. Most apps that I've seen using Qt5 look for -qt5
    220          suffixed programs.
     161         suffixed programs.  On the other hand, the developer is used to running
     162         qmake, linguist, etc from the command line. 
    221163
    222164    <note>
     
    227169    </note> -->
    228170
    229 <screen><userinput>./configure -prefix         /usr               \
     171<screen><userinput>export QTLINK=/usr
     172
     173./configure -prefix         /usr               \
    230174            -sysconfdir     /etc/xdg           \
    231             -bindir         /usr/lib/qt5/bin   \
     175            -bindir         /usr/bin           \
    232176            -headerdir      /usr/include/qt5   \
    233177            -archdatadir    /usr/lib/qt5       \
     
    249193
    250194    <para>
     195      This package does not come with a test suite.
     196    </para>
     197
     198    <para>
    251199      Remove references to the build directory from the
    252200      <filename class="extension">.pc</filename> files by running
     
    257205
    258206    <para>
    259       This package does not come with a test suite.
    260     </para>
    261 
    262     <para>
    263207      Now, as the <systemitem class="username">root</systemitem> user:
    264208    </para>
    265209
    266 <screen role="root"><userinput>make install &amp;&amp;
    267 install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
    268                   /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
    269 install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
    270                   /usr/share/pixmaps/designer-qt5.png &amp;&amp;
    271 install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
    272                   /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
    273 install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
    274                   /usr/share/pixmaps/qdbusviewer-qt5.png</userinput></screen>
     210<screen role="root"><userinput>make install</userinput></screen>
    275211
    276212    <para>
     
    280216    </para>
    281217
    282 <screen role="root"><userinput>sed -i -e "s:$PWD/qtbase:/usr/lib/qt5:g" \
    283     /usr/lib/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri &amp;&amp;
    284 find /usr/lib/lib{qgsttools_p,Qt5*}.prl -exec sed -i -e \
    285      '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} \;</userinput></screen>
    286 
    287     <para>
    288       <!-- If you didn't modify the -bindir switch above, -->Symlink the
    289       <application>Qt5</application> executables into
    290       <filename class="directory">/usr/bin</filename> by running the
    291       following commands as the
    292       <systemitem class="username">root</systemitem> user:
    293     </para>
    294 
    295 <screen role="root"><userinput>for file in /usr/lib/qt5/bin/*
    296 do
    297   ln -sfv ../lib/qt5/bin/$(basename $file) /usr/bin/$(basename $file)-qt5
    298 done</userinput></screen>
     218<screen role="root"><userinput>
     219sed -e "s:$PWD/qtbase:/usr/lib/qt5:g" \
     220    -i /usr/lib/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri &amp;&amp;
     221
     222find /usr/lib/lib{qgsttools_p,Qt5*}.prl -exec sed -i -r \
     223     '/^QMAKE_PRL_BUILD_DIR/d;s/(QMAKE_PRL_LIBS =).*/\1/' {} \;</userinput></screen>
     224
     225<!-- ==== Method 2 ====== -->
    299226
    300227  <bridgehead renderas="sect3">Method 2: Installing in /opt/qt-&qt5-version;</bridgehead>
    301228
    302     <para>
    303       This section provides an alternate way to install <application>Qt5</application>
    304       by installing  almost all of the files in the <filename
    305       class="directory">/opt</filename> directory. This allows management of all
    306       <application>Qt5</application> related files in one unit. For instance, a new
    307       version of <application>Qt5</application> can be installed without over-writing
    308       the existing installation and entire <application>Qt5</application> instances can
    309       be easily removed. However, it has the disadvantage of needing some extra
    310       configuration and you need to switch manually between <application>Qt4</application>
    311       and <application>Qt5</application> executables when needed.
    312     </para>
    313 
    314 <screen><userinput>export QT5DIR=/opt/qt-&qt5-version;
     229  <para>
     230        This section provides for installing Qt4 almost all of the files in the
     231        <filename class="directory">/opt</filename> directory.
     232   </para>
     233
     234<screen><userinput>export QT5DIR=/opt/qt-&qt5-version; &amp;&amp;
     235export QTLINK=/opt/qt5 &amp;&amp;
    315236
    316237./configure -prefix     $QT5DIR  \
     
    333254
    334255<screen role="root"><userinput>make install &amp;&amp;
    335 
    336 install -v -dm755 /usr/share/pixmaps/                  &amp;&amp;
    337 install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
    338                   /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
    339 install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
    340                   /usr/share/pixmaps/designer-qt5.png  &amp;&amp;
    341 install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
    342                   /usr/share/pixmaps/linguist-qt5.png  &amp;&amp;
    343 install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
    344                   /usr/share/pixmaps/qdbusviewer-qt5.png</userinput></screen>
     256ln -svfn $QT5DIR /opt/qt5</userinput></screen>
    345257
    346258    <para>
     
    356268   -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
    357269
    358 <!-- This is useful for packages looking explicitly for Qt apps with -qt5 suffix,
    359      and is *required* for the desktop files below to work correctly. -->
     270<!-- This is useful for packages looking explicitly for Qt apps with -qt5 suffix.
    360271
    361272    <para>
     
    370281for file in /opt/qt5/bin/*; do
    371282  ln -sfv $file /usr/bin/$(basename $file)-qt5
    372 done</userinput></screen>
     283done</userinput></screen> -->
     284
     285<!-- ==== Common  ====== -->
     286    <bridgehead renderas="sect3">Continuing for Both Methods</bridgehead>
     287
     288    <para>
     289      For all methods, install images and create the menu entries
     290      for installed applications.  Be sure that the <envar>QTLINK</envar>
     291      variable is defined in root's environment and
     292      as the <systemitem class="username">root</systemitem> user:
     293    </para>
     294
     295<screen role="root"><userinput>install -v -dm755 /usr/share/pixmaps/                  &amp;&amp;
     296
     297install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
     298                  /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
     299
     300install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
     301                  /usr/share/pixmaps/designer-qt5.png  &amp;&amp;
     302
     303install -v -Dm644 qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
     304                  /usr/share/pixmaps/linguist-qt5.png  &amp;&amp;
     305
     306install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
     307                  /usr/share/pixmaps/qdbusviewer-qt5.png &amp;&amp;
     308
     309install -dm755 /usr/share/applications &amp;&amp;
     310
     311cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; EOF
     312<literal>[Desktop Entry]
     313Name=Qt5 Assistant
     314Comment=Shows Qt5 documentation and examples
     315Exec=$QTLINK/bin/assistant
     316Icon=assistant-qt5.png
     317Terminal=false
     318Encoding=UTF-8
     319Type=Application
     320Categories=Qt;Development;Documentation;</literal>
     321EOF
     322
     323cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; EOF
     324<literal>[Desktop Entry]
     325Name=Qt5 Designer
     326GenericName=Interface Designer
     327Comment=Design GUIs for Qt5 applications
     328Exec=$QTLINK/bin/designer
     329Icon=designer-qt5.png
     330MimeType=application/x-designer;
     331Terminal=false
     332Encoding=UTF-8
     333Type=Application
     334Categories=Qt;Development;</literal>
     335EOF
     336
     337cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; EOF
     338<literal>[Desktop Entry]
     339Name=Qt5 Linguist
     340Comment=Add translations to Qt5 applications
     341Exec=$QTLINK/bin/linguist
     342Icon=linguist-qt5.png
     343MimeType=text/vnd.trolltech.linguist;application/x-linguist;
     344Terminal=false
     345Encoding=UTF-8
     346Type=Application
     347Categories=Qt;Development;</literal>
     348EOF
     349
     350cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; EOF
     351<literal>[Desktop Entry]
     352Name=Qt5 QDbusViewer
     353GenericName=D-Bus Debugger
     354Comment=Debug D-Bus applications
     355Exec=$QTLINK/bin/qdbusviewer
     356Icon=qdbusviewer-qt5.png
     357Terminal=false
     358Encoding=UTF-8
     359Type=Application
     360Categories=Qt;Development;Debugger;</literal>
     361EOF</userinput></screen>
    373362
    374363  </sect2>
     
    456445      </para>
    457446
    458 <screen role="root"><userinput>install -dm755 /usr/share/applications
    459 cat &gt; /usr/share/applications/assistant-qt5.desktop &lt;&lt; "EOF"
    460 <literal>[Desktop Entry]
    461 Name=Qt5 Assistant
    462 Comment=Shows Qt5 documentation and examples
    463 Exec=assistant-qt5
    464 Icon=assistant-qt5
    465 Terminal=false
    466 Encoding=UTF-8
    467 Type=Application
    468 Categories=Qt;Development;Documentation;</literal>
    469 EOF
    470 cat &gt; /usr/share/applications/designer-qt5.desktop &lt;&lt; "EOF"
    471 <literal>[Desktop Entry]
    472 Name=Qt5 Designer
    473 GenericName=Interface Designer
    474 Comment=Design GUIs for Qt5 applications
    475 Exec=designer-qt5
    476 Icon=designer-qt5
    477 MimeType=application/x-designer;
    478 Terminal=false
    479 Encoding=UTF-8
    480 Type=Application
    481 Categories=Qt;Development;</literal>
    482 EOF
    483 cat &gt; /usr/share/applications/linguist-qt5.desktop &lt;&lt; "EOF"
    484 <literal>[Desktop Entry]
    485 Name=Qt5 Linguist
    486 Comment=Add translations to Qt5 applications
    487 Exec=linguist-qt5
    488 Icon=linguist-qt5
    489 MimeType=text/vnd.trolltech.linguist;application/x-linguist;
    490 Terminal=false
    491 Encoding=UTF-8
    492 Type=Application
    493 Categories=Qt;Development;</literal>
    494 EOF
    495 cat &gt; /usr/share/applications/qdbusviewer-qt5.desktop &lt;&lt; "EOF"
    496 <literal>[Desktop Entry]
    497 Name=Qt5 QDbusViewer
    498 GenericName=D-Bus Debugger
    499 Comment=Debug D-Bus applications
    500 Exec=qdbusviewer-qt5
    501 Icon=qdbusviewer-qt5
    502 Terminal=false
    503 Encoding=UTF-8
    504 Type=Application
    505 Categories=Qt;Development;Debugger;</literal>
    506 EOF</userinput></screen>
    507 
    508 <!-- No package uses this at the moment.
    509 
    510447      <para>
    511448        If you installed <application>Qt5</application> in
     
    519456
    520457QTDIR=/usr
    521 
    522458export QT5DIR
    523459
    524460# End /etc/profile.d/qt5.sh</literal>
    525461EOF</userinput></screen>
    526 
    527 -->
    528 
    529       <note>
    530         <para>
    531           If you have installed <application>Qt5</application> in
    532           <filename class="directory">/usr</filename>, you can skip
    533           rest of this section.
    534         </para>
    535       </note>
    536462
    537463      <para>
     
    580506EOF</userinput></screen>
    581507
    582       <note>
    583         <para>
    584           If you also installed <application>Qt4</application> and need to use
    585           the <application>Qt5</application> version of an executable such as
    586           <command>qmake</command> for building a program, make sure that
    587           the <application>Qt5</application> bin directory is listed prior to
    588           the <application>Qt5</application> bin directory in the
    589           <envar>PATH</envar> variable.
    590         </para>
    591       </note>
    592 
    593508    </sect3>
    594509
     510   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     511               href="../../xincludes/setqt.xml"/>
    595512  </sect2>
    596513
     
    605522      <seglistitem>
    606523        <seg>
    607           assistant-qt5, designer-qt5, lconvert-qt5, linguist-qt5, lrelease-qt5,
    608           lupdate-qt5, moc-qt5, pixeltool-qt5, qcollectiongenerator-qt5, qdbuscpp2xml-qt5,
    609           qdbus-qt5, qdbusviewer-qt5, qdbusxml2cpp-qt5, qdoc-qt5, qhelpconverter-qt5,
    610           qhelpgenerator-qt5, qmake-qt5, qml1plugindump-qt5, qmlbundle-qt5,
    611           qmlimportscanner-qt5, qmlmin-qt5, qmlplugindump-qt5, qmlprofiler-qt5, qml-qt5,
    612           qmlscene-qt5, qmltestrunner-qt5, qmlviewer-qt5, qtpaths-qt5, rcc-qt5,
    613           syncqt.pl-qt5, uic-qt5, xmlpatterns-qt5, and xmlpatternsvalidator-qt5
     524          assistant, designer, lconvert, linguist, lrelease,
     525          lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
     526          qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qhelpconverter,
     527          qhelpgenerator, qmake, qml1plugindump, qmlbundle,
     528          qmlimportscanner, qmlmin, qmlplugindump, qmlprofiler, qml,
     529          qmlscene, qmltestrunner, qmlviewer, qtpaths, rcc,
     530          syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
    614531        </seg>
    615532        <seg>
     
    631548          /usr/share/doc/qt5, and
    632549          /usr/share/qt5
     550          OR
     551          /opy/qt5 and
     552          /opt/qt-&qt5-version;
    633553        </seg>
    634554      </seglistitem>
     
    641561
    642562      <varlistentry id="assistant-qt5">
    643         <term><command>assistant-qt5</command></term>
     563        <term><command>assistant</command></term>
    644564        <listitem>
    645565          <para>
     
    647567          </para>
    648568          <indexterm zone="qt5 assistant-qt5">
    649             <primary sortas="b-assistant-qt5">assistant-qt5</primary>
     569            <primary sortas="b-assistant-qt5">assistant</primary>
    650570          </indexterm>
    651571        </listitem>
     
    653573
    654574      <varlistentry id="designer-qt5">
    655         <term><command>designer-qt5</command></term>
     575        <term><command>designer</command></term>
    656576        <listitem>
    657577          <para>
     
    662582          </para>
    663583          <indexterm zone="qt5 designer-qt5">
    664             <primary sortas="b-designer-qt5">designer-qt5</primary>
     584            <primary sortas="b-designer-qt5">designer</primary>
    665585          </indexterm>
    666586        </listitem>
     
    668588
    669589      <varlistentry id="linguist-qt5">
    670         <term><command>linguist-qt5</command></term>
     590        <term><command>linguist</command></term>
    671591        <listitem>
    672592          <para>
     
    675595          </para>
    676596          <indexterm zone="qt5 linguist-qt5">
    677             <primary sortas="b-linguist-qt5">linguist-qt5</primary>
     597            <primary sortas="b-linguist-qt5">linguist</primary>
    678598          </indexterm>
    679599        </listitem>
     
    681601
    682602      <varlistentry id="lrelease-qt5">
    683         <term><command>lrelease-qt5</command></term>
     603        <term><command>lrelease</command></term>
    684604        <listitem>
    685605          <para>
     
    688608          </para>
    689609          <indexterm zone="qt5 lrelease-qt5">
    690             <primary sortas="b-lrelease-qt5">lrelease-qt5</primary>
     610            <primary sortas="b-lrelease-qt5">lrelease</primary>
    691611          </indexterm>
    692612        </listitem>
     
    694614
    695615      <varlistentry id="lupdate-qt5">
    696         <term><command>lupdate-qt5</command></term>
     616        <term><command>lupdate</command></term>
    697617        <listitem>
    698618          <para>
     
    703623          </para>
    704624          <indexterm zone="qt5 lupdate-qt5">
    705             <primary sortas="b-lupdate-qt5">lupdate-qt5</primary>
     625            <primary sortas="b-lupdate-qt5">lupdate</primary>
    706626          </indexterm>
    707627        </listitem>
     
    709629
    710630      <varlistentry id="moc-qt5">
    711         <term><command>moc-qt5</command></term>
     631        <term><command>moc</command></term>
    712632        <listitem>
    713633          <para>
     
    715635          </para>
    716636          <indexterm zone="qt5 moc-qt5">
    717             <primary sortas="b-moc-qt5">moc-qt5</primary>
     637            <primary sortas="b-moc-qt5">moc</primary>
    718638          </indexterm>
    719639        </listitem>
     
    721641
    722642      <varlistentry id="pixeltool-qt5">
    723         <term><command>pixeltool-qt5</command></term>
     643        <term><command>pixeltool</command></term>
    724644        <listitem>
    725645          <para>
     
    728648          </para>
    729649          <indexterm zone="qt5 pixeltool-qt5">
    730             <primary sortas="b-pixeltool-qt5">pixeltool-qt5</primary>
     650            <primary sortas="b-pixeltool-qt5">pixeltool</primary>
    731651          </indexterm>
    732652        </listitem>
     
    734654
    735655      <varlistentry id="qmake-qt5">
    736         <term><command>qmake-qt5</command></term>
     656        <term><command>qmake</command></term>
    737657        <listitem>
    738658          <para>
     
    742662          </para>
    743663          <indexterm zone="qt5 qmake-qt5">
    744             <primary sortas="b-qmake-qt5">qmake-qt5</primary>
     664            <primary sortas="b-qmake-qt5">qmake</primary>
    745665          </indexterm>
    746666        </listitem>
     
    748668
    749669      <varlistentry id="rcc-qt5">
    750         <term><command>rcc-qt5</command></term>
     670        <term><command>rcc</command></term>
    751671        <listitem>
    752672          <para>
     
    754674          </para>
    755675          <indexterm zone="qt5 rcc-qt5">
    756             <primary sortas="b-rcc-qt5">rcc-qt5</primary>
     676            <primary sortas="b-rcc-qt5">rcc</primary>
    757677          </indexterm>
    758678        </listitem>
     
    760680
    761681      <varlistentry id="uic-qt5">
    762         <term><command>uic-qt5</command></term>
     682        <term><command>uic</command></term>
    763683        <listitem>
    764684          <para>
     
    766686          </para>
    767687          <indexterm zone="qt5 uic-qt5">
    768             <primary sortas="b-uic-qt5">uic-qt5</primary>
     688            <primary sortas="b-uic-qt5">uic</primary>
    769689          </indexterm>
    770690        </listitem>
Note: See TracChangeset for help on using the changeset viewer.