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/qtermwidget.xml

    r52bb921 r8137b30  
    9090
    9191    <para>
    92       For compilation with <application>Qt4</application>, see <quote>Command
    93       Explanations</quote>, below. Install
    94       <application>qtermwidget</application> by running the following commands:
     92      If you have <application>Qt4</application> and
     93      <application>Qt5</application> installed, run <command>source
     94      setqt4</command> or <command>source setqt5</command>, respectively, in
     95      order to link <application>qtermwidget</application> to the one of your
     96      choice. Following instructions are for <application>Qt5</application>
     97      linking. For compilation with <application>Qt4</application>, see
     98      <quote>Command Explanations</quote>, below. Install
     99      <application>qtermwidget</application> by running the following
     100      commands:
    95101    </para>
    96102
     
    130136    <para>
    131137      <parameter>-DBUILD_DESIGNER_PLUGIN=0</parameter>: This switch is
    132       necessary because the option has not yet been implemented.
    133     </para>
    134 
    135     <para>
    136       <parameter>-DUSE_QT5=true</parameter>: Use this switch, if you prefer to
     138      necessary, because building the Qt designer plugin is not supported for
     139      <application>Qt5</application> yet. Toggle to 1 or remove, if you prefer
     140      to use <application>Qt4</application>.
     141    </para>
     142
     143    <para>
     144      <parameter>-DUSE_QT5=true</parameter>: This switch is used in order to
    137145      build this application linked to <application>Qt5</application>. Toggle
    138146      to <quote>false</quote>, if you prefer to use
    139       <application>Qt4</application> (not tested by BLFS editors).
     147      <application>Qt4</application>.
    140148    </para>
    141149
     
    155163        </seg>
    156164        <seg>
    157           libqtermwidget5.so
     165          libqtermwidget5.so or
     166          libqtermwidget4.so and
     167          /usr/lib/qt4/plugins/designer/libqtermwidget4plugin.so
    158168        </seg>
    159169        <seg>
    160           /usr/{include,share{/cmake,}}/qtermwidget5
     170          /usr/{include,share{/cmake,}}/qtermwidget5 or
     171          /usr/{include,share{/cmake,}}/qtermwidget4
    161172        </seg>
    162173      </seglistitem>
     
    180191      </varlistentry>
    181192
     193      <varlistentry id="libqtermwidget4-lib">
     194        <term><filename class="libraryfile">libqtermwidget4.so</filename></term>
     195        <listitem>
     196          <para>
     197            contains the <application>libqtermwidget4</application> API functions.
     198          </para>
     199          <indexterm zone="qtermwidget libqtermwidget4-lib">
     200            <primary sortas="c-libqtermwidget4">libqtermwidget4.so</primary>
     201          </indexterm>
     202        </listitem>
     203      </varlistentry>
     204
     205      <varlistentry id="libqtermwidget4plugin-lib">
     206        <term><filename class="libraryfile">libqtermwidget4plugin.so</filename></term>
     207        <listitem>
     208          <para>
     209            contains the <application>qtermwidget Qt4 designer plugin</application>.
     210          </para>
     211          <indexterm zone="qtermwidget libqtermwidget4plugin-lib">
     212            <primary sortas="c-libqtermwidget4plugin">libqtermwidget4plugin.so</primary>
     213          </indexterm>
     214        </listitem>
     215      </varlistentry>
    182216
    183217    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.