Changeset 0d7900a for x/lib/qt.xml


Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt.xml

    ra161de9 r0d7900a  
    3030    <title>Introduction to Qt</title>
    3131
    32     <para><application>Qt</application> is a cross-platform application 
    33     framework that is widely used for developing application software 
    34     with a graphical user interface (GUI) (in which cases Qt is classified 
    35     as a widget toolkit), and also used for developing non-GUI programs such 
    36     as command-line tools and consoles for servers. One of the major users 
     32    <para><application>Qt</application> is a cross-platform application
     33    framework that is widely used for developing application software
     34    with a graphical user interface (GUI) (in which cases Qt is classified
     35    as a widget toolkit), and also used for developing non-GUI programs such
     36    as command-line tools and consoles for servers. One of the major users
    3737    of <application>Qt</application> is <application>KDE</application>.</para>
    3838
     
    7171    </itemizedlist>
    7272-->
    73    
     73
    7474    <bridgehead renderas="sect3">Qt Dependencies</bridgehead>
    7575
     
    126126    also be installed in an arbitrary directory.</para>
    127127
    128     <para>The advantage of installing in 
     128    <para>The advantage of installing in
    129129    <filename class='directory'>/usr</filename> is that no updates to the
    130130    <filename>/etc/ld.so.conf</filename> or
     
    162162    class='directory'>/opt/qt-&qt-version;/</filename>
    163163    and then creates a symbolic link to <filename>/opt/qt/</filename>.</para>
    164    
     164
    165165    <para>Configure <application>Qt</application> by running the
    166166    following commands:</para>
     
    175175            -confirm-license &amp;&amp;
    176176make</userinput></screen>
    177    
     177
    178178    <note><title>Phonon</title>
    179179    <para>If <application>KDE</application> is intended to be installed, add
     
    182182    <application>Phonon</application> libraries will be installed which better
    183183    matches the needs of the <application>KDE</application> desktop.</para></note>
    184            
     184
    185185    <para>This package does not come with a test suite.</para>
    186186
     
    199199  <sect2 role="commands">
    200200    <title>Command Explanations</title>
    201    
     201
    202202    <para><parameter>-release</parameter>:
    203203    This switch disables building with debugging symbols.</para>
    204    
     204
    205205    <para><parameter>-nomake examples, -nomake demos</parameter>:
    206206    These switches disable building programs that are only of interest
    207207    to a <application>Qt</application> developer.</para>
    208    
     208
    209209    <para><parameter>-system-sqlite</parameter>:
    210210    Use the system version of <application>SQLite</application>.</para>
    211    
     211
    212212    <para><parameter>-no-nis</parameter>:
    213213    Disable support for Network Information Service (NIS).</para>
    214    
     214
    215215    <para><parameter>-opensource</parameter>:
    216216    Install the opensource version of <application>Qt</application>.</para>
    217    
     217
    218218    <para><parameter>-confirm-license</parameter>:
    219219    Accept license without prompting user during configuration.</para>
     
    230230      <command>configure</command> parameters.</para>
    231231    </note>
    232    
     232
    233233    <para>There are several optional directories that can be specified in the
    234234    <command>./configure</command> line.  These include
     
    258258# End /etc/profile.d/qt.sh</literal>
    259259EOF</userinput></screen>
    260      
     260
    261261      <para>If you installed <application>Qt</application> in a location other
    262262      than /usr, you need to update the following configuration files so
     
    281281      </indexterm>
    282282
    283       <para>As the <systemitem class="username">root</systemitem> user, create 
     283      <para>As the <systemitem class="username">root</systemitem> user, create
    284284      the <filename>/etc/profile.d/qt.sh</filename> file:</para>
    285285
     
    296296# End /etc/profile.d/qt.sh</literal>
    297297EOF</userinput></screen>
    298      
     298
    299299    </sect3>
    300300  </sect2>
Note: See TracChangeset for help on using the changeset viewer.