ref-manual: Added qt4* classes.

(From yocto-docs rev: 468d08f309621045f3e049595ee9aa43baa04d25)

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-04 07:03:25 -06:00 committed by Richard Purdie
parent 6f9fc443fb
commit 08c105e9ad
1 changed files with 23 additions and 0 deletions

View File

@ -1637,6 +1637,29 @@
</para>
</section>
<section id='ref-classes-qt4*'>
<title><filename>qt4*.bbclass</filename></title>
<para>
This family of classes consists of the following:
<itemizedlist>
<listitem><para><emphasis><filename>qt4e</filename>:</emphasis>
Supports building against Qt/Embedded, which uses the
framebuffer for graphical output.</para></listitem>
<listitem><para><emphasis><filename>qt4x11</filename>:</emphasis>
Supports building against Qt/X11.</para></listitem>
</itemizedlist>
</para>
<para>
These classes support recipes that need to build software that uses
the Qt development framework version 4.x.
The classes inherit the
<link linkend='ref-classes-qmake*'><filename>qmake2</filename></link>
class.
</para>
</section>
<section id='ref-classes-distutils'>
<title>Python Extensions - <filename>distutils.bbclass</filename></title>