Changeset eb3dbe3
- Timestamp:
- 06/05/2016 04:17:47 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- f586237
- Parents:
- 67b1a0a
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r67b1a0a reb3dbe3 49 49 <listitem> 50 50 <para>[bdubbs] - Remove references to qt4 in poppler, cmake, 51 doxygen, qca, and pinentry.</para> 51 doxygen, qca, pinentry, obconf-qt, qscintilla, qtermwidget, 52 gst10-plugins-base, v4l-utils, wpa_supplicant, wireshark, 53 and transmission.</para> 52 54 </listitem> 53 55 <listitem> -
kde/libdbusmenuqt.xml
r67b1a0a reb3dbe3 31 31 32 32 <para>This library provides a <application>Qt</application> implementation 33 of the DBusMenu specification that exposes menus via DBus.<!-- Its 34 libraries are used by both KDE4 and KF5, but they must be linked to <xref 35 linkend='qt4'/> and <xref linkend='qt5'/> respectively. The two versions do 36 not conflict with each other.--> </para> 33 of the DBusMenu specification that exposes menus via DBus.</para> 37 34 38 35 &lfs79_checked;&gcc6_checked; -
lxqt/apps/obconf-qt.xml
r67b1a0a reb3dbe3 34 34 <application>OpenBox</application> Qt based configuration tool.</para> 35 35 36 &lfs79_checked; 36 &lfs79_checked;&gcc6_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> … … 82 82 <para role="required"> 83 83 <xref linkend="cmake"/>, 84 <xref linkend="openbox"/> and 85 <xref linkend="qt5"/> or 86 <xref linkend="qt4"/> 84 <xref linkend="openbox"/>, and 85 <xref linkend="qt5"/> 87 86 </para> 88 87 … … 108 107 -DCMAKE_INSTALL_PREFIX=/usr \ 109 108 .. && 110 111 109 make</userinput></screen> 112 110 -
lxqt/apps/qscintilla.xml
r67b1a0a reb3dbe3 42 42 </para> 43 43 44 &lfs79_checked; 44 &lfs79_checked;&gcc6_checked; 45 45 46 46 <bridgehead renderas="sect3">Package Information</bridgehead> … … 84 84 <para role="required"> 85 85 <xref linkend="chrpath"/> and 86 <xref linkend="qt5"/> (recommended) or 87 <xref linkend="qt4"/> 86 <xref linkend="qt5"/> 88 87 </para> 89 88 … … 103 102 <sect2 role="installation"> 104 103 <title>Installation of QScintilla</title> 105 106 <para>107 If <application>Qt4</application> and <application>Qt5</application> are108 installed, choose which one you prefer, by running <command>source109 setqt4</command> or <command>source setqt5</command>, respectivelly.110 </para>111 104 112 105 <note> … … 150 143 $QT5DIR/share/doc/QScintilla-&qscintilla-version;/html</userinput></screen> 151 144 152 <para>153 When building with154 <application>Qt4</application>, replace <envar>QT5DIR</envar> with155 <envar>QT4DIR</envar>.156 </para>157 158 145 </sect2> 159 146 <sect2 role="commands"> … … 180 167 </seg> 181 168 <seg> 182 $QT5DIR/lib/libqt5scintilla2.so or $QT4DIR/lib/libqtscintilla2.so169 $QT5DIR/lib/libqt5scintilla2.so 183 170 </seg> 184 171 <seg> 185 172 $QT5DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;}/html 186 or187 $QT4DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;}/html188 173 </seg> 189 174 </seglistitem> -
lxqt/apps/qtermwidget.xml
r67b1a0a reb3dbe3 35 35 </para> 36 36 37 &lfs79_checked; 37 &lfs79_checked;&gcc6_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 75 75 <bridgehead renderas="sect4">Required</bridgehead> 76 76 <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"/> 80 79 81 80 </para> … … 90 89 91 90 <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: 101 93 </para> 102 94 … … 137 129 <parameter>-DBUILD_DESIGNER_PLUGIN=0</parameter>: This switch is 138 130 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. 141 132 </para> 142 133 143 134 <para> 144 135 <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>. 148 137 </para> 149 138 … … 163 152 </seg> 164 153 <seg> 165 libqtermwidget5.so or 166 libqtermwidget4.so and 167 /usr/lib/qt4/plugins/designer/libqtermwidget4plugin.so 154 libqtermwidget5.so 168 155 </seg> 169 156 <seg> 170 /usr/{include,share{/cmake,}}/qtermwidget5 or 171 /usr/{include,share{/cmake,}}/qtermwidget4 157 /usr/{include,share{/cmake,}}/qtermwidget5 172 158 </seg> 173 159 </seglistitem> … … 190 176 </listitem> 191 177 </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 <!-- 205 179 <varlistentry id="libqtermwidget4plugin-lib"> 206 180 <term><filename class="libraryfile">libqtermwidget4plugin.so</filename></term> … … 214 188 </listitem> 215 189 </varlistentry> 216 190 --> 217 191 </variablelist> 218 192 -
multimedia/libdriv/gst10-plugins-base.xml
r67b1a0a reb3dbe3 105 105 <xref linkend="gtk3"/>, 106 106 <xref linkend="gtk-doc"/>, 107 <xref linkend="qt 4"/>,107 <xref linkend="qt5"/>, 108 108 <xref linkend="valgrind"/>, 109 109 <ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>, -
multimedia/libdriv/v4l-utils.xml
r67b1a0a reb3dbe3 36 36 </para> 37 37 38 &lfs79_checked; 38 &lfs79_checked;&gcc6_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 84 84 <para role="optional"> 85 85 <xref linkend="alsa-lib"/> and 86 <xref linkend="qt4"/> or87 86 <xref linkend="qt5"/> 88 87 </para> … … 100 99 <sect2 role="installation"> 101 100 <title>Installation of v4l-utils</title> 102 103 <para>104 If both Qt4 and Qt5 are installed, Qt5 will be used. If you choose to105 build against Qt4, temporarily hide it from106 <envar>PKG_CONFIG_PATH</envar>, issuing:107 </para>108 109 <screen><userinput>SAVEPATH=$PKG_CONFIG_PATH &&110 PKG_CONFIG_PATH="\111 `echo $PKG_CONFIG_PATH | sed 's@:/opt/qt5/lib/pkgconfig@@'`"</userinput></screen>112 101 113 102 <para> … … 120 109 --disable-static && 121 110 make</userinput></screen> 122 123 <para>124 Again, if both Qt4 and 5 are installed and you chose to build against Qt4,125 restore <envar>PKG_CONFIG_PATH</envar>:126 </para>127 128 <screen><userinput>PKG_CONFIG_PATH=$SAVEPATH &&129 unset SAVEPATH</userinput></screen>130 111 131 112 <para> -
networking/netprogs/wpa_supplicant.xml
r67b1a0a reb3dbe3 41 41 </para> 42 42 43 &lfs79_checked; 43 &lfs79_checked;&gcc6_checked; 44 44 45 45 <bridgehead renderas="sect3">Package Information</bridgehead> … … 89 89 <xref linkend="dbus"/>, 90 90 <xref linkend="libxml2"/>, and 91 <xref linkend="qt 4"/>91 <xref linkend="qt5"/> 92 92 </para> 93 93 … … 190 190 191 191 <para> 192 If you have installed <xref linkend="qt 4"/> and wish to build192 If you have installed <xref linkend="qt5"/> and wish to build 193 193 the <application>WPA Supplicant</application> GUI program, run 194 194 the following commands: 195 195 </para> 196 197 <note><para>The following directory name is labelled qt4, but 198 is compatible with <xref linkend="qt5"/>.</para></note> 196 199 197 200 <screen><userinput>pushd wpa_gui-qt4 && -
networking/netutils/wireshark.xml
r67b1a0a reb3dbe3 44 44 </para> 45 45 46 &lfs79_checked; 46 &lfs79_checked;&gcc6_checked; 47 47 48 48 <bridgehead renderas="sect3">Package Information</bridgehead> … … 123 123 </bridgehead> 124 124 <para role="optional"> 125 <xref linkend="gtk2"/>, or 126 <xref linkend="qt4"/>, 125 <xref linkend="gtk2"/> 127 126 </para> 128 127 … … 135 134 136 135 <para> 137 The <application>Qt</application> GUI needs one of <xref linkend= 138 "qt4"/> or <xref linkend="qt5"/>. If both are installed, Qt5 139 is used by default. 136 The <application>Qt</application> GUI needs <xref linkend="qt5"/>. 140 137 </para> 141 138 … … 273 270 <para> 274 271 <option>--with-qt=[yes/no/4/5]</option>: For the Qt GUI. Default is yes. 275 If both Qt4 and 5 are installed, Qt5 is chosen by default. Notice that the276 GUI for only one Qt version (either 4 or 5) can be built.277 272 </para> 278 273 -
xsoft/other/transmission.xml
r67b1a0a reb3dbe3 37 37 </para> 38 38 39 &lfs79_checked; 39 &lfs79_checked;&gcc6_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead> … … 84 84 <bridgehead renderas="sect4">Recommended (to build a GUI)</bridgehead> 85 85 <para role="recommended"> 86 <xref linkend="gtk3"/> and either 87 <xref linkend="qt4"/> or 86 <xref linkend="gtk3"/> and 88 87 <xref linkend="qt5"/> 89 88 </para> … … 109 108 <screen><userinput>./configure --prefix=/usr && 110 109 make</userinput></screen> 111 112 <para>113 The following commands are used if you have installed Qt and would like114 to compile the Qt GUI. If <application>Qt4</application> and115 <application>Qt5</application> are installed in116 <filename class="directory">/opt</filename>, use117 <command>source setqt4</command> or <command>source setqt5</command> to118 choose which one will be used to build the Qt GUI.119 </para>120 110 121 111 <para>
Note:
See TracChangeset
for help on using the changeset viewer.