diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 14:51:45 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:23 +0000 |
commit | 749f0c429b76d3e6c400e045d3fe74ef5ec62e23 (patch) | |
tree | c7fe80effca32d91d73585c0c07f71910c482a78 /documentation | |
parent | 8847fd38dec4314c5f0b7bce2620a667089955e2 (diff) | |
download | poky-749f0c429b76d3e6c400e045d3fe74ef5ec62e23.tar.gz |
ref-manual: Edits to qmake* classes.
(From yocto-docs rev: 7ad0dddd49ce1ccec73ffba26e5d450d78ea1116)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3368c7a3b7..bb07e4c95d 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2187,7 +2187,9 @@ | |||
2187 | <title><filename>qmake*.bbclass</filename></title> | 2187 | <title><filename>qmake*.bbclass</filename></title> |
2188 | 2188 | ||
2189 | <para> | 2189 | <para> |
2190 | This family of classes consists of the following: | 2190 | The <filename>qmake*</filename> classes support recipes that |
2191 | need to build software that uses Qt's <filename>qmake</filename> | ||
2192 | build system and are comprised of the following: | ||
2191 | <itemizedlist> | 2193 | <itemizedlist> |
2192 | <listitem><para><emphasis><filename>qmake_base</filename>:</emphasis> | 2194 | <listitem><para><emphasis><filename>qmake_base</filename>:</emphasis> |
2193 | Provides base functionality for all versions of | 2195 | Provides base functionality for all versions of |
@@ -2199,12 +2201,6 @@ | |||
2199 | </para> | 2201 | </para> |
2200 | 2202 | ||
2201 | <para> | 2203 | <para> |
2202 | The <filename>qmake*</filename> family of classes support recipes that | ||
2203 | need to build software that uses Qt's <filename>qmake</filename> | ||
2204 | build system. | ||
2205 | </para> | ||
2206 | |||
2207 | <para> | ||
2208 | If you need to set any configuration variables or pass any options to | 2204 | If you need to set any configuration variables or pass any options to |
2209 | <filename>qmake</filename>, you can add these to the | 2205 | <filename>qmake</filename>, you can add these to the |
2210 | <link linkend='var-EXTRA_QMAKEVARS_PRE'><filename>EXTRA_QMAKEVARS_PRE</filename></link> | 2206 | <link linkend='var-EXTRA_QMAKEVARS_PRE'><filename>EXTRA_QMAKEVARS_PRE</filename></link> |