ref-manual: Edits to QMAKE_PROFILES variable.

(From yocto-docs rev: 781f18ca3948ead3f3153f593f63e06f4a7501af)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-10 13:51:48 -06:00 committed by Richard Purdie
parent b49a8ed1c9
commit 87f3c55236
1 changed files with 7 additions and 7 deletions

View File

@ -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>