ref-manual: Edits to qmake* classes.

(From yocto-docs rev: ea57971614689ea70a9ba74da70435b03e6d6158)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-05 14:51:45 -06:00 committed by Richard Purdie
parent 28a93a5ce9
commit e9131310ab
1 changed files with 3 additions and 7 deletions

View File

@ -2187,7 +2187,9 @@
<title><filename>qmake*.bbclass</filename></title> <title><filename>qmake*.bbclass</filename></title>
<para> <para>
This family of classes consists of the following: The <filename>qmake*</filename> classes support recipes that
need to build software that uses Qt's <filename>qmake</filename>
build system and are comprised of the following:
<itemizedlist> <itemizedlist>
<listitem><para><emphasis><filename>qmake_base</filename>:</emphasis> <listitem><para><emphasis><filename>qmake_base</filename>:</emphasis>
Provides base functionality for all versions of Provides base functionality for all versions of
@ -2198,12 +2200,6 @@
</itemizedlist> </itemizedlist>
</para> </para>
<para>
The <filename>qmake*</filename> family of classes support recipes that
need to build software that uses Qt's <filename>qmake</filename>
build system.
</para>
<para> <para>
If you need to set any configuration variables or pass any options to If you need to set any configuration variables or pass any options to
<filename>qmake</filename>, you can add these to the <filename>qmake</filename>, you can add these to the