Changeset cc25f73


Ignore:
Timestamp:
04/22/2007 03:31:15 AM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c6b7bd5
Parents:
f5a29d4
Message:

Expanded note on building database support into qt.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf5a29d4 rcc25f73  
    44-->
    55
    6 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     6<!ENTITY day          "21">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "April &day;th, &year;">
     10<!ENTITY releasedate  "April &day;st, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rf5a29d4 rcc25f73  
    4343
    4444    <listitem>
     45      <para>April 21st, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Expanded note on building database support
     49          into qt.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>April 20th, 2007</para>
    4656      <itemizedlist>
  • x/lib/qt.xml

    rf5a29d4 rcc25f73  
    261261cp -v -r doc/man examples /opt/qt/doc</userinput></screen>
    262262
    263       <note>
    264         <para>If you pass the
    265         <option>-plugin-sql-<replaceable>&lt;driver&gt;</replaceable></option>
    266         switch to the <command>configure</command> command, you must also pass
    267         <option>-I<replaceable>&lt;/path/to/sql/headers&gt;</replaceable></option>
    268         so <command>make</command> can find the appropriate header files.</para>
    269       </note>
    270 
    271263    </sect3>
    272264
     
    305297    -plugin-imgfmt-mng</parameter>: These switches enable run-time linking of
    306298    the referenced libraries.</para>
     299
     300    <note>
     301      <para>If you pass the
     302      <option>-plugin-sql-<replaceable>&lt;driver&gt;</replaceable></option>
     303      or <option>-qt-sql-<replaceable>&lt;driver&gt;</replaceable></option>
     304      switch to the <command>configure</command> command, you must also pass
     305      <option>-I<replaceable>&lt;/path/to/sql/headers&gt;</replaceable></option>
     306      so <command>make</command> can find the appropriate header files.
     307      For instance, adding <application>mysql</application> support will require
     308      <option>-I/usr/include/mysql -qt-sql-mysql</option>.</para>
     309
     310      <para>To check if <application>mysql</application> is autotetected
     311      properly, examine the output of <command>./configure -I/usr/include/mysql
     312      -help</command>. Other database support will require similar
     313      <command>configure</command> parameters.</para>
     314
     315    </note>
    307316
    308317    <para><parameter>-no-exceptions</parameter>: This switch disables
Note: See TracChangeset for help on using the changeset viewer.