Changeset 5281c342 for x/lib/qt6.xml


Ignore:
Timestamp:
09/24/2024 10:26:18 AM (6 hours ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Parents:
2ec98b3
Message:

qt6: Disable clang for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt6.xml

    r2ec98b3 r5281c342  
    255255            -skip qtquick3dphysics  \
    256256            -skip qtwebengine       \
     257            -no-feature-clang       \
    257258            -W no-dev               &amp;&amp;
    258259ninja</userinput></screen>
     
    418419      cause the build process to fail with an inlining error in Qt6's bundled
    419420      copy of the PhysX SDK.
     421    </para>
     422
     423    <!-- https://wiki.linuxfromscratch.org/blfs/ticket/20435 -->
     424    <para>
     425      <parameter>-no-feature-clang</parameter>: This switch prevents Qt
     426      from using <systemitem class='library'>libclang</systemitem>.  As
     427      Qt isn't adapted yet for Clang 19.1.0 or later, using
     428      <systemitem class='library'>libclang</systemitem> will cause a build
     429      failure.
    420430    </para>
    421431
Note: See TracChangeset for help on using the changeset viewer.