Author: ken
Date: Tue Jan  8 10:29:26 2019
New Revision: 20937

Log:
QtWebEngine: fix the syntax error in qmake that I added on 29th December.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/qtwebengine.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan  8 10:07:21 
2019        (r20936)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan  8 10:29:26 
2019        (r20937)
@@ -45,6 +45,10 @@
       <para>January 8th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Correct my syntax error in the qmake command
+          of qtwebengine-5.12.0.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to krb5-1.16.3. Fixes
           <ulink url="&blfs-ticket-root;11527">#11527</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/x/lib/qtwebengine.xml
==============================================================================
--- trunk/BOOK/x/lib/qtwebengine.xml    Tue Jan  8 10:07:21 2019        (r20936)
+++ trunk/BOOK/x/lib/qtwebengine.xml    Tue Jan  8 10:29:26 2019        (r20937)
@@ -166,7 +166,7 @@
 <screen><userinput>mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
-qmake -- -system-ffmpeg -webengine-icu .. &amp;&amp;
+qmake .. -- -system-ffmpeg -webengine-icu &amp;&amp;
 make</userinput></screen>
 <!--
     <para>
@@ -211,8 +211,8 @@
     </para>
 
     <para>
-      <command>-- -system-ffmpeg -webengine-icu ..</command>: If any options 
are
-      passed to qmake ithey must come after '--' and before the '..' which 
points
+      <command>-- -system-ffmpeg -webengine-icu</command>: If any options are
+      passed to qmake ithey must come after '--' which must follow '..' that 
points
       to the main directory. The options here cause it to use system ffmpeg and
       system icu.  If built as part of full Qt5, the system icu is 
automatically
       used (only) by Qt5Core if it is available, but unless this option is used
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to