Changeset 5a5a41c


Ignore:
Timestamp:
05/01/2023 12:06:35 PM (12 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
qt5new
Children:
f7e12a95
Parents:
33c71a1
Message:

Update configure switches in qtbase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtbase.xml

    r33c71a1 r5a5a41c  
    225225    </para>
    226226
    227 <screen><userinput>./configure -prefix $QT5PREFIX                        \
    228             -sysconfdir /etc/xdg                      \
    229             -confirm-license                          \
    230             -opensource                               \
    231             -dbus-linked                              \
    232             -openssl-linked                           \
    233             -system-sqlite                            \
    234             -nomake examples                          \
    235             -no-rpath                                 &amp;&amp;
     227<screen><userinput>./configure -prefix $QT5PREFIX   \
     228            -sysconfdir /etc/xdg \
     229            -confirm-license     \
     230            -opensource          \
     231            -dbus-linked         \
     232            -openssl-linked      \
     233            -system-sqlite       \
     234            -system-harfbuzz     \
     235            -nomake examples     \
     236            -syslog              \
     237            -no-rpath            &amp;&amp;
    236238make</userinput></screen>
    237239
     
    299301
    300302   <para>
    301       <parameter>-system-sqlite</parameter>: This switch enables use
    302       of the system version of <application>SQLite</application>.
     303      <parameter>-system-harfbuzz</parameter>: This switch enables use
     304      of the system version of <application>Harfbuzz</application>.
    303305    </para>
    304306
     
    310312      <application>Qt5</application> libraries instead of
    311313      <command>dlopen()</command>-ing them.
     314    </para>
     315
     316    <para>
     317      <parameter>-syslog</parameter>: This switch allows to send Qt messages
     318      to the <command>syslog</command> logging system.
    312319    </para>
    313320
Note: See TracChangeset for help on using the changeset viewer.