Ignore:
Timestamp:
07/19/2015 05:26:23 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
6c40c5ef
Parents:
52bb921
Message:
  • LXQt applications: More fixes, including some for building with Qt4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qterminal.xml

    r52bb921 r8137b30  
    105105
    106106    <para>
    107       The choice of <filename class="directory">/usr</filename> for prefix is
    108       due to the general characteristics of this program, which can be used
     107      The choice of <filename class="directory">/usr</filename> prefix is due
     108      to the general characteristics of this program, which can be used
    109109      without <application>LXQt</application>.
    110110    </para>
     
    127127    <para>
    128128      <parameter>-DUSE_SYSTEM_QXT=OFF</parameter>: This switch is necessary
    129       because the option has not yet been implemented.
     129      because the option has not been implemented if linking with
     130      <application>Qt5</application>. However, use it also if you choose
     131      linking to <application>Qt4</application>, because <ulink
     132      url="https://bitbucket.org/libqxt/libqxt/wiki/Home">libqxt</ulink> is
     133      required, but is no longer maintained.
    130134    </para>
    131135
    132136    <para>
    133       <parameter>-DUSE_QT5=true</parameter>: Use this switch, if you prefer to
     137      <parameter>-DUSE_QT5=true</parameter>: This switch is used in order to
    134138      build this application linked to <application>Qt5</application>. Toggle
    135139      to <quote>false</quote>, if you prefer to use
    136       <application>Qt4</application> (not tested by BLFS editors).
     140      <application>Qt4</application>.
    137141    </para>
    138142
Note: See TracChangeset for help on using the changeset viewer.