From 9cfdf988dc6dc6444b33f04bab98d76e82d4d4a7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Dec 2013 16:57:40 -0600 Subject: [PATCH] ref-manual: Edits to the EXTRA_QMAKEVARS_* variables. (From yocto-docs rev: 7465b0b439bfe7f524e74d86f166c176031acfdc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5661a86907..5556e56cba 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1855,6 +1855,13 @@ Use this variable when the arguments need to be after the .pro file list on the command line. + + + This variable is is used with recipes that inherit the + qmake_base + class or other classes that inherit + qmake_base. + @@ -1866,6 +1873,13 @@ Use this variable when the arguments need to be before the .pro file list on the command line. + + + This variable is is used with recipes that inherit the + qmake_base + class or other classes that inherit + qmake_base. +