From 08c105e9ad544c990664aaa222942803e3bbc519 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 07:03:25 -0600 Subject: [PATCH] ref-manual: Added qt4* classes. (From yocto-docs rev: 468d08f309621045f3e049595ee9aa43baa04d25) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 @@ +
+ <filename>qt4*.bbclass</filename> + + + This family of classes consists of the following: + + qt4e: + Supports building against Qt/Embedded, which uses the + framebuffer for graphical output. + qt4x11: + Supports building against Qt/X11. + + + + + These classes support recipes that need to build software that uses + the Qt development framework version 4.x. + The classes inherit the + qmake2 + class. + +
+
Python Extensions - <filename>distutils.bbclass</filename>