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:18:33 +0000 |
commit | 87f3c552369dea9552d4cb54702b69331356464b (patch) | |
tree | a751af4980cd5a775295748162af7e7aa8cad365 /documentation | |
parent | b49a8ed1c982ef8115ce98522263c197b575c420 (diff) | |
download | poky-87f3c552369dea9552d4cb54702b69331356464b.tar.gz |
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>
Diffstat (limited to 'documentation')
-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 | ||