diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 634c14fe9b..0f35abe2d9 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1637,6 +1637,29 @@ | |||
1637 | </para> | 1637 | </para> |
1638 | </section> | 1638 | </section> |
1639 | 1639 | ||
1640 | <section id='ref-classes-qt4*'> | ||
1641 | <title><filename>qt4*.bbclass</filename></title> | ||
1642 | |||
1643 | <para> | ||
1644 | This family of classes consists of the following: | ||
1645 | <itemizedlist> | ||
1646 | <listitem><para><emphasis><filename>qt4e</filename>:</emphasis> | ||
1647 | Supports building against Qt/Embedded, which uses the | ||
1648 | framebuffer for graphical output.</para></listitem> | ||
1649 | <listitem><para><emphasis><filename>qt4x11</filename>:</emphasis> | ||
1650 | Supports building against Qt/X11.</para></listitem> | ||
1651 | </itemizedlist> | ||
1652 | </para> | ||
1653 | |||
1654 | <para> | ||
1655 | These classes support recipes that need to build software that uses | ||
1656 | the Qt development framework version 4.x. | ||
1657 | The classes inherit the | ||
1658 | <link linkend='ref-classes-qmake*'><filename>qmake2</filename></link> | ||
1659 | class. | ||
1660 | </para> | ||
1661 | </section> | ||
1662 | |||
1640 | <section id='ref-classes-distutils'> | 1663 | <section id='ref-classes-distutils'> |
1641 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> | 1664 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> |
1642 | 1665 | ||