Changeset 9e04432 for kde/polkit-qt.xml
- Timestamp:
- 03/24/2016 12:23:12 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d0a06208
- Parents:
- 79f3af4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/polkit-qt.xml
r79f3af4 r9e04432 31 31 32 32 <para><application>Polkit-Qt</application> provides an API to PolicyKit in 33 the Qt environment. Its libraries are used by both KDE4 and KF5, but they33 the Qt environment. <!--Its libraries are used by both KDE4 and KF5, but they 34 34 must be linked to <xref linkend='qt4'/> and <xref linkend='qt5'/> 35 respectively. The two versions do not conflict with each other. </para>35 respectively. The two versions do not conflict with each other.--> </para> 36 36 37 37 &lfs79_checked; … … 74 74 <xref linkend="cmake"/>, 75 75 <xref linkend="polkit"/>, and 76 < xref linkend="qt4"/> or <xref linkend="qt5"/>76 <!--<xref linkend="qt4"/>--> or <xref linkend="qt5"/> 77 77 </para> 78 78 … … 84 84 <sect2 role="installation"> 85 85 <title>Installation of Polkit-Qt</title> 86 86 <!-- 87 87 <para>Install the Qt4 based version of <application>Polkit-Qt</application> 88 88 by running the following commands:</para> … … 107 107 108 108 <screen role="root"><userinput>make install</userinput></screen> 109 110 <para>Install the Qt5 based version of<application>Polkit-Qt</application>109 --> 110 <para>Install <!--the Qt5 based version of --><application>Polkit-Qt</application> 111 111 by running the following commands:</para> 112 112 … … 146 146 class="directory">&kde-dir;/lib64</filename> on a 64 bit system. 147 147 </para> 148 148 <!-- 149 149 <para> 150 150 <parameter>-DUSE_QT4=TRUE</parameter>: This switch is used to ensure … … 152 152 built even if <application>Qt5</application> is present. 153 153 </para> 154 154 --> 155 155 </sect2> 156 156 … … 165 165 <seglistitem> 166 166 <seg>none</seg> 167 <seg> libpolkit-qt-agent-1.so,167 <seg> 168 168 libpolkit-qt5-agent-1.so, 169 libpolkit-qt-core-1.so, 170 libpolkit-qt5-core-1.so, 171 libpolkit-qt-gui-1.so, and 169 libpolkit-qt5-core-1.so, and 172 170 libpolkit-qt5-gui-1.so</seg> 173 <seg>/usr/include/polkit-qt-1, 174 /usr/include/polkit-qt5-1, 175 /usr/lib/cmake/PolkitQt-1, and 171 <seg> 172 /usr/include/polkit-qt5-1 and 176 173 /usr/lib/cmake/PolkitQt5-1 177 174 </seg> 178 175 </seglistitem> 179 176 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.