Changeset 21552cf for xsoft/graphweb


Ignore:
Timestamp:
05/27/2020 05:08:18 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 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:
f4327ad9
Parents:
ae44cab
Message:

Update to Qt and QtWebEngine 5.15.0
Adapt Falkon to build with Qt5-5.15.0
OpenSSH tests: Remove some text that was invalid, which I entered in my last build

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23206 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/falkon.xml

    rae44cab r21552cf  
    130130
    131131<screen><userinput>sed -i '/#include &lt;QSettings&gt;/a#include &lt;QFile&gt;' \
    132   src/plugins/VerticalTabs/verticaltabsplugin.cpp</userinput></screen>
     132   src/plugins/VerticalTabs/verticaltabsplugin.cpp</userinput></screen>
     133   
     134    <para>
     135      Fix a build problem introduced in Qt-5.15:
     136    </para>
     137<screen><userinput remap="pre">sed -i '/#include &lt;QPainter&gt;/a #include &lt;QPainterPath&gt;' \
     138   src/lib/tools/qztools.cpp</userinput></screen>
    133139
    134140    <para>
Note: See TracChangeset for help on using the changeset viewer.