summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml14
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