diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 75 |
1 files changed, 1 insertions, 74 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 56dffc001c..673e4314c4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | <!-- <link linkend='var-glossary-n'>N</link> --> | 32 | <!-- <link linkend='var-glossary-n'>N</link> --> |
| 33 | <link linkend='var-OBJCOPY'>O</link> | 33 | <link linkend='var-OBJCOPY'>O</link> |
| 34 | <link linkend='var-P'>P</link> | 34 | <link linkend='var-P'>P</link> |
| 35 | <link linkend='var-QMAKE_PROFILES'>Q</link> | 35 | <!-- <link linkend='var-glossary-q'>Q</link> --> |
| 36 | <link linkend='var-RANLIB'>R</link> | 36 | <link linkend='var-RANLIB'>R</link> |
| 37 | <link linkend='var-S'>S</link> | 37 | <link linkend='var-S'>S</link> |
| 38 | <link linkend='var-T'>T</link> | 38 | <link linkend='var-T'>T</link> |
| @@ -3943,50 +3943,6 @@ | |||
| 3943 | </glossdef> | 3943 | </glossdef> |
| 3944 | </glossentry> | 3944 | </glossentry> |
| 3945 | 3945 | ||
| 3946 | <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST</glossterm> | ||
| 3947 | <info> | ||
| 3948 | EXTRA_QMAKEVARS_POST[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be after the .pro file list on the command line." | ||
| 3949 | </info> | ||
| 3950 | <glossdef> | ||
| 3951 | <para role="glossdeffirst"> | ||
| 3952 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
| 3953 | Configuration variables or options you want to pass to | ||
| 3954 | <filename>qmake</filename>. | ||
| 3955 | Use this variable when the arguments need to be after the | ||
| 3956 | <filename>.pro</filename> file list on the command line. | ||
| 3957 | </para> | ||
| 3958 | |||
| 3959 | <para> | ||
| 3960 | This variable is used with recipes that inherit the | ||
| 3961 | <filename>qmake_base</filename> | ||
| 3962 | class or other classes that inherit | ||
| 3963 | <filename>qmake_base</filename>. | ||
| 3964 | </para> | ||
| 3965 | </glossdef> | ||
| 3966 | </glossentry> | ||
| 3967 | |||
| 3968 | <glossentry id='var-EXTRA_QMAKEVARS_PRE'><glossterm>EXTRA_QMAKEVARS_PRE</glossterm> | ||
| 3969 | <info> | ||
| 3970 | EXTRA_QMAKEVARS_PRE[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be before the .pro file list on the command line." | ||
| 3971 | </info> | ||
| 3972 | <glossdef> | ||
| 3973 | <para role="glossdeffirst"> | ||
| 3974 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
| 3975 | Configuration variables or options you want to pass to | ||
| 3976 | <filename>qmake</filename>. | ||
| 3977 | Use this variable when the arguments need to be before the | ||
| 3978 | <filename>.pro</filename> file list on the command line. | ||
| 3979 | </para> | ||
| 3980 | |||
| 3981 | <para> | ||
| 3982 | This variable is used with recipes that inherit the | ||
| 3983 | <filename>qmake_base</filename> | ||
| 3984 | class or other classes that inherit | ||
| 3985 | <filename>qmake_base</filename>. | ||
| 3986 | </para> | ||
| 3987 | </glossdef> | ||
| 3988 | </glossentry> | ||
| 3989 | |||
| 3990 | <glossentry id='var-EXTRA_USERS_PARAMS'><glossterm>EXTRA_USERS_PARAMS</glossterm> | 3946 | <glossentry id='var-EXTRA_USERS_PARAMS'><glossterm>EXTRA_USERS_PARAMS</glossterm> |
| 3991 | <info> | 3947 | <info> |
| 3992 | EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." | 3948 | EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." |
| @@ -9854,35 +9810,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 9854 | 9810 | ||
| 9855 | </glossdiv> | 9811 | </glossdiv> |
| 9856 | 9812 | ||
| 9857 | <glossdiv id='var-glossary-q'><title>Q</title> | ||
| 9858 | |||
| 9859 | <glossentry id='var-QMAKE_PROFILES'><glossterm>QMAKE_PROFILES</glossterm> | ||
| 9860 | <info> | ||
| 9861 | QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake." | ||
| 9862 | </info> | ||
| 9863 | <glossdef> | ||
| 9864 | <para role="glossdeffirst"> | ||
| 9865 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
| 9866 | Specifies your own subset of <filename>.pro</filename> | ||
| 9867 | files to be built for use with | ||
| 9868 | <filename>qmake</filename>. | ||
| 9869 | If you do not set this variable, all | ||
| 9870 | <filename>.pro</filename> files in the directory pointed to | ||
| 9871 | by <link linkend='var-S'><filename>S</filename></link> | ||
| 9872 | will be built by default. | ||
| 9873 | </para> | ||
| 9874 | |||
| 9875 | <para> | ||
| 9876 | This variable is used with recipes that inherit the | ||
| 9877 | <filename>qmake_base</filename> | ||
| 9878 | class or other classes that inherit | ||
| 9879 | <filename>qmake_base</filename>. | ||
| 9880 | </para> | ||
| 9881 | </glossdef> | ||
| 9882 | </glossentry> | ||
| 9883 | |||
| 9884 | </glossdiv> | ||
| 9885 | |||
| 9886 | <glossdiv id='var-glossary-r'><title>R</title> | 9813 | <glossdiv id='var-glossary-r'><title>R</title> |
| 9887 | 9814 | ||
| 9888 | <glossentry id='var-RANLIB'><glossterm>RANLIB</glossterm> | 9815 | <glossentry id='var-RANLIB'><glossterm>RANLIB</glossterm> |
