Ticket #4564: qt5.patch

File qt5.patch, 1.5 KB (added by Armin K, 10 years ago)
  • BOOK/x/lib/qt5.xml

     
    9797      <xref linkend="dbus"/>,
    9898      <xref linkend="glib2"/>,
    9999      <xref linkend="gst-plugins-base"/>,
     100      <xref linkend="harfbuzz"/>,
    100101      <xref linkend="icu"/>,
    101102      <xref linkend="libjpeg"/>,
    102103      <xref linkend="libmng"/>,
     
    236237            -opensource        \
    237238            -dbus-linked       \
    238239            -openssl-linked    \
     240            -system-harfbuzz   \
    239241            -system-sqlite     \
    240242            -no-nis            \
    241243            -nomake examples   \
     
    319321            -opensource          \
    320322            -dbus-linked         \
    321323            -openssl-linked      \
     324            -system-harfbuzz     \
    322325            -system-sqlite       \
    323             -plugin-sql-sqlite   \
    324326            -no-nis              \
    325327            -nomake examples     \
    326328            -opengl es2          \
     
    404406    </para>
    405407
    406408    <para>
     409      <parameter>-system-harfbuzz</parameter>: This switch enables use
     410      of the system version of <application>Harfbuzz</application>
     411      which fixes some font rendering issues in
     412      <application>Qt5</application> applications.
     413    </para>
     414
     415    <para>
    407416      <parameter>-system-sqlite</parameter>: This switch enables use
    408417      of the system version of <application>SQLite</application>.
    409418    </para>