Ignore:
Timestamp:
12/30/2018 03:21:39 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
7626db56
Parents:
81a2d06d
Message:

Qt-5.12.0 and corresponding QtWebEngine. Thanks to Waleed Hamra for clarifying the linkage problem to me. Unfortunately, the new version of gn in webengine uses Python2 to create one of the headers.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/falkon.xml

    r81a2d06d r55a55f1  
    128128<screen><userinput>rm -rf po/</userinput></screen>
    129129
    130     <para>
     130<!--<para>
    131131      In case you wish to run the tests, fix one of them so that it will
    132132      work correctly with both Qt-5.10 and Qt-5.11:
     
    134134
    135135<screen><userinput>sed -i 's/"5.11.", 5) == 0 ? 1 : 2/"5.10.", 5) &gt;= 0 ? 2 : 1/' \
    136   autotests/webviewtest.cpp</userinput></screen>
     136  autotests/webviewtest.cpp</userinput></screen>-->
    137137
    138138    <para>
     
    173173    <title>Command Explanations</title>
    174174
    175     <para>
     175<!--<para>
    176176      <command>sed -i 's/"5.11.", 5) == 0 ? 1 : 2/"5.10.", 5) &gt;= 0 ? 2 : 1/' ...</command>:
    177177      This test previously looked for QtWebengine-5.10 which had changed its
     
    179179      was bumped but the results were swapped. Change it to examine if the version
    180180      is <emphasis>at least 5.10</emphasis>, and to swap the expected results back.
    181     </para>
    182 
    183     <para>
    184       <option>-DBUILD_TESTING=OFF</option>: This will save some time and space by
     181    </para>-->
     182
     183    <para>
     184      <option>-DBUILD_TESTING=OFF</option>: This will save a little time and space by
    185185      not building the test programs, use this if you do not wish to run the test.
    186186    </para>
Note: See TracChangeset for help on using the changeset viewer.