mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 04:19:40 +01:00
ref-manual: Added qmake* class and three variables.
Variables: EXTRA_QMAKEVARS_POST EXTRA_QMAKEVARS_PRE QMAKE_PROFILES (From yocto-docs rev: 2b9a3d3fc639b859142bf3372334f69029e9f111) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
04823a7b7a
commit
6f9fc443fb
@@ -32,7 +32,7 @@
|
||||
<!-- <link linkend='var-glossary-n'>N</link> -->
|
||||
<link linkend='var-OE_BINCONFIG_EXTRA_MANGLE'>O</link>
|
||||
<link linkend='var-P'>P</link>
|
||||
<!-- <link linkend='var-glossary-q'>Q</link> -->
|
||||
<link linkend='var-QMAKE_PROFILES'>Q</link>
|
||||
<link linkend='var-RCONFLICTS'>R</link>
|
||||
<link linkend='var-S'>S</link>
|
||||
<link linkend='var-T'>T</link>
|
||||
@@ -1803,6 +1803,28 @@
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Configuration variables or options you want to pass to
|
||||
<filename>qmake</filename>.
|
||||
Use this variable when the arguments need to be after the
|
||||
<filename>.pro</filename> file list on the command line.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-EXTRA_QMAKEVARS_PRE'><glossterm>EXTRA_QMAKEVARS_PRE</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Configuration variables or options you want to pass to
|
||||
<filename>qmake</filename>.
|
||||
Use this variable when the arguments need to be before the
|
||||
<filename>.pro</filename> file list on the command line.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-EXTRA_USERS_PARAMS'><glossterm>EXTRA_USERS_PARAMS</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
@@ -4989,8 +5011,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
|
||||
</glossdiv>
|
||||
|
||||
<!-- <glossdiv id='var-glossary-q'><title>Q</title>-->
|
||||
<!-- </glossdiv>-->
|
||||
<glossdiv id='var-glossary-q'><title>Q</title>
|
||||
|
||||
<glossentry id='var-QMAKE_PROFILES'><glossterm>QMAKE_PROFILES</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Specifies your own subset of <filename>.pro</filename>
|
||||
files to be built for use with
|
||||
<filename>qmake</filename>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To use the <filename>QMAKE_PROFILES</filename> variable,
|
||||
set it in a recipe that inherits the
|
||||
<link linkend='ref-classes-qmake*'><filename>qmake_base</filename></link>
|
||||
class.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
</glossdiv>
|
||||
|
||||
<glossdiv id='var-glossary-r'><title>R</title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user