Changeset bc1fb5d


Ignore:
Timestamp:
09/20/2015 01:28:32 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
05060e1
Parents:
2f8e65bc
Message:

Cosmetics on qt libraries

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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt4.xml

    r2f8e65bc rbc1fb5d  
    229229        <application>Qt4</application> in /usr, the directories need to
    230230        be specified explicitly.  In this case, set QT4PREFIX=/usr and add
    231         the following to the configure arguments below:</para>
    232 
    233         <screen><userinput>-bindir         /usr/bin/qt4                \
     231        the following to the configure arguments below:
     232      </para>
     233
     234<screen role="nodump"><userinput>-bindir         /usr/bin/qt4                \
    234235-plugindir      /usr/lib/qt4/plugins        \
    235236-importdir      /usr/lib/qt4/imports        \
     
    239240-translationdir /usr/share/qt4/translations \
    240241-demosdir       /usr/share/doc/qt4/demos    \
    241 -examplesdir    /usr/share/doc/qt4/examples </userinput></screen>
     242-examplesdir    /usr/share/doc/qt4/examples \</userinput></screen>
    242243    </note>
    243244
  • x/lib/qt5.xml

    r2f8e65bc rbc1fb5d  
    210210        <application>Qt5</application> in /usr, the directories need to
    211211        be specified explicitly.  In this case, set QT5PREFIX=/usr and add
    212         the following to the configure arguments below:</para>
    213 
    214         <screen><userinput>-bindir         /usr/bin/qt5                \
     212        the following to the configure arguments below:
     213      </para>
     214
     215<screen role="nodump"><userinput>-bindir         /usr/bin/qt5                \
    215216-plugindir      /usr/lib/qt5/plugins        \
    216217-importdir      /usr/lib/qt5/imports        \
     
    220221-translationdir /usr/share/qt5/translations \
    221222-demosdir       /usr/share/doc/qt5/demos    \
    222 -examplesdir    /usr/share/doc/qt5/examples </userinput></screen>
     223-examplesdir    /usr/share/doc/qt5/examples \</userinput></screen>
    223224    </note>
    224225
Note: See TracChangeset for help on using the changeset viewer.