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 /documentation/ref-manual | |
| parent | d60f9b7bb8db06a6d7975e7655b2486cd3a049d7 (diff) | |
| download | 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>
Diffstat (limited to 'documentation/ref-manual')
| -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 f32fafbf59..fe220c7c4e 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" | |||
| 5085 | Specifies your own subset of <filename>.pro</filename> | 5085 | Specifies your own subset of <filename>.pro</filename> |
| 5086 | files to be built for use with | 5086 | files to be built for use with |
| 5087 | <filename>qmake</filename>. | 5087 | <filename>qmake</filename>. |
| 5088 | </para> | ||
| 5089 | |||
| 5090 | <para> | ||
| 5091 | To use the <filename>QMAKE_PROFILES</filename> variable, | ||
| 5092 | set it in a recipe that inherits the | ||
| 5093 | <link linkend='ref-classes-qmake*'><filename>qmake_base</filename></link> | ||
| 5094 | class. | ||
| 5095 | If you do not set this variable, all | 5088 | If you do not set this variable, all |
| 5096 | <filename>.pro</filename> files in the directory pointed to | 5089 | <filename>.pro</filename> files in the directory pointed to |
| 5097 | by <link linkend='var-S'><filename>S</filename></link> | 5090 | by <link linkend='var-S'><filename>S</filename></link> |
| 5098 | will be built by default. | 5091 | will be built by default. |
| 5099 | </para> | 5092 | </para> |
| 5093 | |||
| 5094 | <para> | ||
| 5095 | This variable is used with recipes that inherit the | ||
| 5096 | <link linkend='ref-classes-qmake_base'><filename>qmake_base</filename></link> | ||
| 5097 | class or other classes that inherit | ||
| 5098 | <filename>qmake_base</filename>. | ||
| 5099 | </para> | ||
| 5100 | </glossdef> | 5100 | </glossdef> |
| 5101 | </glossentry> | 5101 | </glossentry> |
| 5102 | 5102 | ||
