diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 13:51:48 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:38 +0000 |
commit | d605e81eebea317d2cc14c5337d2f6163f4297ca (patch) | |
tree | c21e748e7997cce744c007f71cca042039f9399b | |
parent | d60f9b7bb8db06a6d7975e7655b2486cd3a049d7 (diff) | |
download | ast2050-yocto-poky-d605e81eebea317d2cc14c5337d2f6163f4297ca.zip ast2050-yocto-poky-d605e81eebea317d2cc14c5337d2f6163f4297ca.tar.gz |
ref-manual: Edits to QMAKE_PROFILES variable.
(From yocto-docs rev: 6038f2f2e9abc984206f646ebbe8b6d9c42cf704)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f32fafb..fe220c7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5085,18 +5085,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies your own subset of <filename>.pro</filename> files to be built for use with <filename>qmake</filename>. - </para> - - <para> - To use the <filename>QMAKE_PROFILES</filename> variable, - set it in a recipe that inherits the - <link linkend='ref-classes-qmake*'><filename>qmake_base</filename></link> - class. If you do not set this variable, all <filename>.pro</filename> files in the directory pointed to by <link linkend='var-S'><filename>S</filename></link> will be built by default. </para> + + <para> + This variable is used with recipes that inherit the + <link linkend='ref-classes-qmake_base'><filename>qmake_base</filename></link> + class or other classes that inherit + <filename>qmake_base</filename>. + </para> </glossdef> </glossentry> |