Changeset a75063d4 for x/lib/qt/qt-config.xml
- Timestamp:
- 09/27/2003 06:46:10 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, krejzi/svn, lazarus, nosym, perl-modules, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/test-20220226
- Children:
- 0f47226
- Parents:
- 009b52f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/qt/qt-config.xml
r009b52f ra75063d4 1 1 <sect2> 2 <title>Configuring <application> qt</application></title>2 <title>Configuring <application>Qt</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> … … 9 9 shared libraries. The following command will add it if it is missing:</para> 10 10 11 < para><screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"</command>11 <screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"</command> 12 12 # Begin qt addition to /etc/ld.so.conf 13 13 … … 16 16 # End qt addition 17 17 <command>EOF 18 ldconfig</command></userinput></screen> </para>18 ldconfig</command></userinput></screen> 19 19 20 <para>You need to add the path for the <application> qt</application> man pages to the20 <para>You need to add the path for the <application>Qt</application> man pages to the 21 21 <filename>man.conf</filename> 22 22 file. This can be done with the following command:</para> 23 23 24 < para><screen><userinput><command>cat >> /etc/man.conf << "EOF"</command>24 <screen><userinput><command>cat >> /etc/man.conf << "EOF"</command> 25 25 # Begin qt addition to man.conf 26 26 … … 28 28 29 29 # End qt addition to man.conf 30 <command>EOF</command></userinput></screen> </para>30 <command>EOF</command></userinput></screen> 31 31 32 32 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.