mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
ref-manual: Updates to cull out qt4 stuff.
Several areas changed throughout the ref-manual to remove qt4 referencing. (From yocto-docs rev: 9ee721034ceb2bb7b7a9e64f6a6a7a2b3bfd1c82) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bf81969bbc
commit
7814b33b56
@@ -2869,66 +2869,6 @@
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-qmake*'>
|
||||
<title><filename>qmake*.bbclass</filename></title>
|
||||
|
||||
<para>
|
||||
The <filename>qmake*</filename> classes support recipes that
|
||||
need to build software that uses Qt's <filename>qmake</filename>
|
||||
build system and are comprised of the following:
|
||||
<itemizedlist>
|
||||
<listitem><para><emphasis><filename>qmake_base</filename>:</emphasis>
|
||||
Provides base functionality for all versions of
|
||||
<filename>qmake</filename>.</para></listitem>
|
||||
<listitem><para><emphasis><filename>qmake2</filename>:</emphasis>
|
||||
Extends base functionality for <filename>qmake</filename> 2.x as
|
||||
used by Qt 4.x.</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you need to set any configuration variables or pass any options to
|
||||
<filename>qmake</filename>, you can add these to the
|
||||
<link linkend='var-EXTRA_QMAKEVARS_PRE'><filename>EXTRA_QMAKEVARS_PRE</filename></link>
|
||||
or
|
||||
<link linkend='var-EXTRA_QMAKEVARS_POST'><filename>EXTRA_QMAKEVARS_POST</filename></link>
|
||||
variables, depending on whether the arguments need to be before or
|
||||
after the <filename>.pro</filename> file list on the command line,
|
||||
respectively.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
By default, all <filename>.pro</filename> files are built.
|
||||
If you want to specify your own subset of <filename>.pro</filename>
|
||||
files to be built, specify them in the
|
||||
<link linkend='var-QMAKE_PROFILES'><filename>QMAKE_PROFILES</filename></link>
|
||||
variable.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-qt4*'>
|
||||
<title><filename>qt4*.bbclass</filename></title>
|
||||
|
||||
<para>
|
||||
The <filename>qt4*</filename> classes support recipes that need to
|
||||
build software that uses the Qt development framework version 4.x
|
||||
and consist of the following:
|
||||
<itemizedlist>
|
||||
<listitem><para><emphasis><filename>qt4e</filename>:</emphasis>
|
||||
Supports building against Qt/Embedded, which uses the
|
||||
framebuffer for graphical output.</para></listitem>
|
||||
<listitem><para><emphasis><filename>qt4x11</filename>:</emphasis>
|
||||
Supports building against Qt/X11.</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The classes inherit the
|
||||
<link linkend='ref-classes-qmake*'><filename>qmake2</filename></link>
|
||||
class.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-recipe_sanity'>
|
||||
<title><filename>recipe_sanity.bbclass</filename></title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user