Author: bdubbs
Date: 2007-04-21 21:31:15 -0600 (Sat, 21 Apr 2007)
New Revision: 6750

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/qt.xml
Log:
Expanded note on building database support into qt.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-04-20 04:05:24 UTC (rev 6749)
+++ trunk/BOOK/general.ent      2007-04-22 03:31:15 UTC (rev 6750)
@@ -3,11 +3,11 @@
 $Date$
 -->
 
-<!ENTITY day          "20">                   <!-- Always 2 digits -->
+<!ENTITY day          "21">                   <!-- Always 2 digits -->
 <!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2007">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "April &day;th, &year;">
+<!ENTITY releasedate  "April &day;st, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-04-20 04:05:24 UTC 
(rev 6749)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-04-22 03:31:15 UTC 
(rev 6750)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>April 21st, 2007</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Expanded note on building database support
+          into qt.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 20th, 2007</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/qt.xml
===================================================================
--- trunk/BOOK/x/lib/qt.xml     2007-04-20 04:05:24 UTC (rev 6749)
+++ trunk/BOOK/x/lib/qt.xml     2007-04-22 03:31:15 UTC (rev 6750)
@@ -260,14 +260,6 @@
 ln -v -s libqt-mt.so /opt/qt/lib/libqt.so &amp;&amp;
 cp -v -r doc/man examples /opt/qt/doc</userinput></screen>
 
-      <note>
-        <para>If you pass the
-        <option>-plugin-sql-<replaceable>&lt;driver&gt;</replaceable></option>
-        switch to the <command>configure</command> command, you must also pass
-        
<option>-I<replaceable>&lt;/path/to/sql/headers&gt;</replaceable></option>
-        so <command>make</command> can find the appropriate header 
files.</para>
-      </note>
-
     </sect3>
 
   </sect2>
@@ -305,6 +297,23 @@
     -plugin-imgfmt-mng</parameter>: These switches enable run-time linking of
     the referenced libraries.</para>
 
+    <note>
+      <para>If you pass the
+      <option>-plugin-sql-<replaceable>&lt;driver&gt;</replaceable></option>
+      or <option>-qt-sql-<replaceable>&lt;driver&gt;</replaceable></option>
+      switch to the <command>configure</command> command, you must also pass
+      
<option>-I<replaceable>&lt;/path/to/sql/headers&gt;</replaceable></option>
+      so <command>make</command> can find the appropriate header files.
+      For instance, adding <application>mysql</application> support will 
require
+      <option>-I/usr/include/mysql -qt-sql-mysql</option>.</para>
+
+      <para>To check if <application>mysql</application> is autotetected
+      properly, examine the output of <command>./configure -I/usr/include/mysql
+      -help</command>. Other database support will require similar
+      <command>configure</command> parameters.</para>
+
+    </note>
+
     <para><parameter>-no-exceptions</parameter>: This switch disables
     the exceptions coding generated by the <application>C++</application>
     compiler.</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to