Ignore:
Timestamp:
06/05/2016 04:17:47 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
f586237
Parents:
67b1a0a
Message:

Remove references to qt4 from obconf-qt, qscintilla, qtermwidget,
gst10-plugins-base, v4l-utils, wpa_supplicant, wireshark,
and transmission.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qtermwidget.xml

    r67b1a0a reb3dbe3  
    3535    </para>
    3636
    37     &lfs79_checked;
     37    &lfs79_checked;&gcc6_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="cmake"/> and
    78       <xref linkend="qt5"/> or
    79       <xref linkend="qt4"/>
     77      <xref linkend="cmake"/>, and
     78      <xref linkend="qt5"/>
    8079
    8180    </para>
     
    9089
    9190    <para>
    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:
     91      Install <application>qtermwidget</application> by running the
     92      following commands:
    10193    </para>
    10294
     
    137129      <parameter>-DBUILD_DESIGNER_PLUGIN=0</parameter>: This switch is
    138130      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>.
     131      <application>Qt5</application> yet.
    141132    </para>
    142133
    143134    <para>
    144135      <parameter>-DUSE_QT5=true</parameter>: This switch is used in order to
    145       build this application linked to <application>Qt5</application>. Toggle
    146       to <quote>false</quote>, if you prefer to use
    147       <application>Qt4</application>.
     136      build this application linked to <application>Qt5</application>.
    148137    </para>
    149138
     
    163152        </seg>
    164153        <seg>
    165           libqtermwidget5.so or
    166           libqtermwidget4.so and
    167           /usr/lib/qt4/plugins/designer/libqtermwidget4plugin.so
     154          libqtermwidget5.so
    168155        </seg>
    169156        <seg>
    170           /usr/{include,share{/cmake,}}/qtermwidget5 or
    171           /usr/{include,share{/cmake,}}/qtermwidget4
     157          /usr/{include,share{/cmake,}}/qtermwidget5
    172158        </seg>
    173159      </seglistitem>
     
    190176        </listitem>
    191177      </varlistentry>
    192 
    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 
     178<!--
    205179      <varlistentry id="libqtermwidget4plugin-lib">
    206180        <term><filename class="libraryfile">libqtermwidget4plugin.so</filename></term>
     
    214188        </listitem>
    215189      </varlistentry>
    216 
     190-->
    217191    </variablelist>
    218192
Note: See TracChangeset for help on using the changeset viewer.