Changeset 13ab68e for x


Ignore:
Timestamp:
08/26/2024 07:22:38 PM (3 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk
Children:
f418b2f
Parents:
5f6411f
git-author:
Douglas R. Reno <renodr@…> (08/26/2024 07:22:20 PM)
git-committer:
Douglas R. Reno <renodr@…> (08/26/2024 07:22:38 PM)
Message:

qt6: minor text fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt6.xml

    r5f6411f r13ab68e  
    151151    <para>
    152152      The BLFS editors recommend installing <application>Qt6</application> in a
    153       directory other than <filename class="directory">/usr</filename>, ie
     153      directory other than <filename class="directory">/usr</filename>, i.e.
    154154      <filename class="directory">/opt/qt6</filename>.  This is needed
    155155      to avoid conflicts with Qt5. To do this, set the
     
    249249
    250250    <para>
    251         Disable a conflicting declaration on i686 systems:
    252     </para>
     251      Disable a conflicting declaration on i686 systems:
     252    </para>
     253
    253254<screen><userinput>if [ "$(uname -m)" == "i686" ]; then
    254255    sed -e "/^#elif defined(Q_CC_GNU_ONLY)/s/.*/&amp; \&amp;\&amp; 0/" \
     
    414415
    415416    <para revision="sysv">
    416       <parameter>-syslog</parameter>: This switch allows to send Qt messages
     417      <parameter>-syslog</parameter>: This switch allows sending Qt messages
    417418      to the <command>syslog</command> logging system.
    418419    </para>
    419420
    420421    <para revision="systemd">
    421       <parameter>-journald</parameter>: This switch allows to send Qt messages
     422      <parameter>-journald</parameter>: This switch allows sending Qt messages
    422423      to the <command>journald</command> logging system.
    423424    </para>
     
    798799          <para>
    799800            is a simple command line tool. It reads XML-based translation
    800             file in TS format and produces message files used by the
     801            files in TS format and produces message files used by the
    801802            application
    802803          </para>
     
    838839        <listitem>
    839840          <para>
    840             is a desktop magnifier and as you move your mouse around
    841             the screen it will show the magnified contents in its window
     841            is a desktop magnifier - as you move your mouse around
     842            the screen, it will show the magnified contents in its window
    842843          </para>
    843844          <indexterm zone="qt6 pixeltool-qt6">
     
    851852        <listitem>
    852853          <para>
    853             lists available services, object paths,  methods, signals, and
     854            lists available services, object paths, methods, signals, and
    854855            properties of objects on a bus
    855856          </para>
Note: See TracChangeset for help on using the changeset viewer.