From 87f3c552369dea9552d4cb54702b69331356464b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Dec 2013 13:51:48 -0600 Subject: [PATCH] ref-manual: Edits to QMAKE_PROFILES variable. (From yocto-docs rev: 781f18ca3948ead3f3153f593f63e06f4a7501af) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 +++++++------- 1 file 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" Specifies your own subset of .pro files to be built for use with qmake. - - - - To use the QMAKE_PROFILES variable, - set it in a recipe that inherits the - qmake_base - class. If you do not set this variable, all .pro files in the directory pointed to by S will be built by default. + + + This variable is used with recipes that inherit the + qmake_base + class or other classes that inherit + qmake_base. +