Adds some entries (make variables) to the "Using KDE" section.
Submitted by: lioux
This commit is contained in:
parent
af8ab7492b
commit
b88d2f1133
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13817
1 changed files with 55 additions and 1 deletions
|
@ -2831,7 +2831,61 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
|
||||||
<sect1>
|
<sect1>
|
||||||
<title>Using KDE</title>
|
<title>Using KDE</title>
|
||||||
|
|
||||||
<para></para>
|
<table frame="none">
|
||||||
|
<title>Variables for ports that use KDE</title>
|
||||||
|
|
||||||
|
<tgroup cols="2">
|
||||||
|
<tbody>
|
||||||
|
<row>
|
||||||
|
<entry><makevar>USE_QT_VER</makevar></entry>
|
||||||
|
|
||||||
|
<entry>The port uses Qt toolkit. Possible values are
|
||||||
|
<literal>1</literal>, <literal>2</literal> and
|
||||||
|
<literal>3</literal>; each specify the major version
|
||||||
|
of Qt to use. Sets both <makevar>MOC</makevar> and
|
||||||
|
<makevar>QTCPPFLAGS</makevar>to default appropriate
|
||||||
|
values.</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><makevar>USE_KDELIBS_VER</makevar></entry>
|
||||||
|
|
||||||
|
<entry>The port uses KDE libraries. Possible values are
|
||||||
|
<literal>1</literal>, <literal>2</literal> and
|
||||||
|
<literal>3</literal>; each specify the major version
|
||||||
|
of KDE to use. Implies <makevar>USE_QT_VER</makevar>
|
||||||
|
of the appropriate version.</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><makevar>USE_KDEBASE_VER</makevar></entry>
|
||||||
|
|
||||||
|
<entry>The port uses KDE base. Possible values are
|
||||||
|
<literal>1</literal>, <literal>2</literal> and
|
||||||
|
<literal>3</literal>; each specify the major version
|
||||||
|
of KDE to use. Implies <makevar>USE_KDELIBS_VER</makevar>
|
||||||
|
of the appropriate version.</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><makevar>MOC</makevar></entry>
|
||||||
|
|
||||||
|
<entry>Set to the path of <command>moc</command>.
|
||||||
|
Default set according to <makevar>USE_QT_VER</makevar>
|
||||||
|
value.</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><makevar>QTCPPFLAGS</makevar></entry>
|
||||||
|
|
||||||
|
<entry>Set the <makevar>CPPFLAGS</makevar> to use when
|
||||||
|
processing Qt code. Default set according to
|
||||||
|
<makevar>USE_QT_VER</makevar> value.</entry>
|
||||||
|
</row>
|
||||||
|
</tbody>
|
||||||
|
</tgroup>
|
||||||
|
</table>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1>
|
||||||
|
|
Loading…
Reference in a new issue