diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index b2941b8bf9..2ce927858e 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2869,66 +2869,6 @@ | |||
2869 | </para> | 2869 | </para> |
2870 | </section> | 2870 | </section> |
2871 | 2871 | ||
2872 | <section id='ref-classes-qmake*'> | ||
2873 | <title><filename>qmake*.bbclass</filename></title> | ||
2874 | |||
2875 | <para> | ||
2876 | The <filename>qmake*</filename> classes support recipes that | ||
2877 | need to build software that uses Qt's <filename>qmake</filename> | ||
2878 | build system and are comprised of the following: | ||
2879 | <itemizedlist> | ||
2880 | <listitem><para><emphasis><filename>qmake_base</filename>:</emphasis> | ||
2881 | Provides base functionality for all versions of | ||
2882 | <filename>qmake</filename>.</para></listitem> | ||
2883 | <listitem><para><emphasis><filename>qmake2</filename>:</emphasis> | ||
2884 | Extends base functionality for <filename>qmake</filename> 2.x as | ||
2885 | used by Qt 4.x.</para></listitem> | ||
2886 | </itemizedlist> | ||
2887 | </para> | ||
2888 | |||
2889 | <para> | ||
2890 | If you need to set any configuration variables or pass any options to | ||
2891 | <filename>qmake</filename>, you can add these to the | ||
2892 | <link linkend='var-EXTRA_QMAKEVARS_PRE'><filename>EXTRA_QMAKEVARS_PRE</filename></link> | ||
2893 | or | ||
2894 | <link linkend='var-EXTRA_QMAKEVARS_POST'><filename>EXTRA_QMAKEVARS_POST</filename></link> | ||
2895 | variables, depending on whether the arguments need to be before or | ||
2896 | after the <filename>.pro</filename> file list on the command line, | ||
2897 | respectively. | ||
2898 | </para> | ||
2899 | |||
2900 | <para> | ||
2901 | By default, all <filename>.pro</filename> files are built. | ||
2902 | If you want to specify your own subset of <filename>.pro</filename> | ||
2903 | files to be built, specify them in the | ||
2904 | <link linkend='var-QMAKE_PROFILES'><filename>QMAKE_PROFILES</filename></link> | ||
2905 | variable. | ||
2906 | </para> | ||
2907 | </section> | ||
2908 | |||
2909 | <section id='ref-classes-qt4*'> | ||
2910 | <title><filename>qt4*.bbclass</filename></title> | ||
2911 | |||
2912 | <para> | ||
2913 | The <filename>qt4*</filename> classes support recipes that need to | ||
2914 | build software that uses the Qt development framework version 4.x | ||
2915 | and consist of the following: | ||
2916 | <itemizedlist> | ||
2917 | <listitem><para><emphasis><filename>qt4e</filename>:</emphasis> | ||
2918 | Supports building against Qt/Embedded, which uses the | ||
2919 | framebuffer for graphical output.</para></listitem> | ||
2920 | <listitem><para><emphasis><filename>qt4x11</filename>:</emphasis> | ||
2921 | Supports building against Qt/X11.</para></listitem> | ||
2922 | </itemizedlist> | ||
2923 | </para> | ||
2924 | |||
2925 | <para> | ||
2926 | The classes inherit the | ||
2927 | <link linkend='ref-classes-qmake*'><filename>qmake2</filename></link> | ||
2928 | class. | ||
2929 | </para> | ||
2930 | </section> | ||
2931 | |||
2932 | <section id='ref-classes-recipe_sanity'> | 2872 | <section id='ref-classes-recipe_sanity'> |
2933 | <title><filename>recipe_sanity.bbclass</filename></title> | 2873 | <title><filename>recipe_sanity.bbclass</filename></title> |
2934 | 2874 | ||