Changeset 05b6446c for x


Ignore:
Timestamp:
06/17/2021 09:08:24 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6b06d8bc
Parents:
dd15f54a
Message:

Add another qt header file that needs <limits>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    rdd15f54a r05b6446c  
    250250    </para>
    251251
    252 <screen><userinput>sed -i '/string/a #include&lt;limits&gt;'      qtbase/src/corelib/global/qfloat16.h &amp;&amp;
    253 sed -i '/qbytearray/a #include&lt;limits&gt;'  qtbase/src/corelib/text/qbytearraymatcher.h &amp;&amp;
    254 sed -i '/type_traits/a #include&lt;limits&gt;' qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h</userinput></screen>
     252<screen><userinput>sed -i '/utility/a #include &lt;limits&gt;'     qtbase/src/corelib/global/qglobal.h         &amp;&amp;
     253sed -i '/string/a #include &lt;limits&gt;'      qtbase/src/corelib/global/qfloat16.h        &amp;&amp;
     254sed -i '/qbytearray/a #include &lt;limits&gt;'  qtbase/src/corelib/text/qbytearraymatcher.h &amp;&amp;
     255sed -i '/type_traits/a #include &lt;limits&gt;' qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h</userinput></screen>
    255256
    256257    <para>
Note: See TracChangeset for help on using the changeset viewer.