Ignore:
Timestamp:
07/24/2014 02:37:27 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
23f5584
Parents:
061d252
Message:

Sync Qt4 page with Qt5 one.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13611 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5-systemd.xml

    r061d252 rc65ac49d  
    9898      <xref linkend="gst-plugins-base"/>,
    9999      <xref linkend="harfbuzz"/>,
    100       <xref linkend="icu"/> (required for QtWebKit),
     100      <xref linkend="icu"/> (unicode support, also required for QtWebKit),
    101101      <xref linkend="libjpeg"/>,
    102102      <xref linkend="libmng"/>,
     
    106106      <xref linkend="openssl"/>,
    107107      <xref linkend="pcre"/>,
    108       <xref linkend="sqlite"/> and
    109       <xref linkend="ruby"/> (required for QtWebKit)
     108      <xref linkend="ruby"/> (required for QtWebKit), and
     109      <xref linkend="sqlite"/>
    110110    </para>
    111111
     
    134134  </sect2>
    135135
    136   <sect2 role="qtprefix">
     136  <sect2 role="qt5-prefix">
    137137    <title>Setting the installation prefix</title>
    138138
     
    154154      <filename class="directory">/usr</filename> hierarchy. This is
    155155      the method that most distributions use. The disadvantage for BLFS
    156       users is that this <application>Qt</application> instance cannot
     156      users is that this <application>Qt5</application> instance cannot
    157157      be upgraded while it is in use. It also does not allow reverting
    158158      to an existing, known working instance of
     
    185185  </sect2>
    186186
    187   <sect2 role="multi-install">
     187  <sect2 role="qt5-multi-install">
    188188    <title>Dealing with multiple Qt versions</title>
    189189
     
    313313    </para>
    314314
    315 <screen role="root"><userinput>install -v -dm755 /usr/share/pixmaps &amp;&amp;
    316 
    317 install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
     315<screen role="root"><userinput>install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
    318316                  /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
    319317
     
    521519      <note>
    522520        <para>
    523           If you also have <application>Qt4</application> installed,
     521          If <xref linkend="qtchooser"/> is not installed and you
     522          also have <application>Qt4</application> installed,
    524523          you will need to manually adjust the <envar>PATH</envar>
    525524          variable depending on which <application>Qt</application>
Note: See TracChangeset for help on using the changeset viewer.