summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 14:53:20 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:23 +0000
commit035caad7b0ec0861c920a50122d18df50ef526de (patch)
tree642549fd15af8f3859a659d65f47888cae8c03c0 /documentation/ref-manual/ref-classes.xml
parent749f0c429b76d3e6c400e045d3fe74ef5ec62e23 (diff)
downloadpoky-035caad7b0ec0861c920a50122d18df50ef526de.tar.gz
ref-manual: Edits to classes-qt4* classes.
(From yocto-docs rev: 51ae480cdc62b4820641e8423c4e5aac0d4ef75a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index bb07e4c95d..f24f5946b4 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2224,7 +2224,9 @@
2224 <title><filename>qt4*.bbclass</filename></title> 2224 <title><filename>qt4*.bbclass</filename></title>
2225 2225
2226 <para> 2226 <para>
2227 This family of classes consists of the following: 2227 The <filename>qt4*</filename> classes support recipes that need to
2228 build software that uses the Qt development framework version 4.x
2229 and consist of the following:
2228 <itemizedlist> 2230 <itemizedlist>
2229 <listitem><para><emphasis><filename>qt4e</filename>:</emphasis> 2231 <listitem><para><emphasis><filename>qt4e</filename>:</emphasis>
2230 Supports building against Qt/Embedded, which uses the 2232 Supports building against Qt/Embedded, which uses the
@@ -2235,8 +2237,6 @@
2235 </para> 2237 </para>
2236 2238
2237 <para> 2239 <para>
2238 These classes support recipes that need to build software that uses
2239 the Qt development framework version 4.x.
2240 The classes inherit the 2240 The classes inherit the
2241 <link linkend='ref-classes-qmake*'><filename>qmake2</filename></link> 2241 <link linkend='ref-classes-qmake*'><filename>qmake2</filename></link>
2242 class. 2242 class.