Changeset fded572 for x/lib/qt6.xml


Ignore:
Timestamp:
11/20/2023 05:34:04 PM (6 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
e556b03
Parents:
fb109fd
Message:

Add -system-sqlite for qt6

It does not seem to be found automatically. Also fix a typo and a
switch name in command explanations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt6.xml

    rfb109fd rfded572  
    289289            -dbus-linked         \
    290290            -openssl-linked      \
     291            -system-sqlite       \
    291292            -nomake examples     \
    292293            -no-rpath            \
     
    302303            -dbus-linked         \
    303304            -openssl-linked      \
     305            -system-sqlite       \
    304306            -nomake examples     \
    305307            -no-rpath            \
     
    341343      that the <envar>QT5BINDIR</envar> variable is defined in root's
    342344      environment and as the &root; user:-->
    343       Again as th e&root; user:
     345      Again as the &root; user:
    344346    </para>
    345347
     
    457459
    458460    <para>
    459       <parameter>-nomake qt3d</parameter>: This switch
     461      <parameter>-skip qt3d</parameter>: This switch
    460462      disables building qt3d support. There is a problem
    461463      building these files without an external library
    462464      and no packages in BLFS use qt3d.
    463465    </para>
    464 <!-- Auto
     466<!-- Auto: not for me [pierre 2023/11/20]-->
    465467    <para>
    466468      <parameter>-system-sqlite</parameter>: This switch enables use
    467469      of the system version of <application>SQLite</application>.
    468470    </para>
    469 -->
     471
    470472    <para>
    471473      <parameter>-dbus-linked -openssl-linked</parameter>: These
Note: See TracChangeset for help on using the changeset viewer.