From 7814b33b5678a3a17b6c49e62b5a37958e57f1a3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 7 Jan 2016 18:17:07 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 60 -------------------------------- 1 file changed, 60 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') 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 @@ -
- <filename>qmake*.bbclass</filename> - - - The qmake* classes support recipes that - need to build software that uses Qt's qmake - build system and are comprised of the following: - - qmake_base: - Provides base functionality for all versions of - qmake. - qmake2: - Extends base functionality for qmake 2.x as - used by Qt 4.x. - - - - - If you need to set any configuration variables or pass any options to - qmake, you can add these to the - EXTRA_QMAKEVARS_PRE - or - EXTRA_QMAKEVARS_POST - variables, depending on whether the arguments need to be before or - after the .pro file list on the command line, - respectively. - - - - By default, all .pro files are built. - If you want to specify your own subset of .pro - files to be built, specify them in the - QMAKE_PROFILES - variable. - -
- -
- <filename>qt4*.bbclass</filename> - - - The qt4* classes support recipes that need to - build software that uses the Qt development framework version 4.x - and consist of the following: - - qt4e: - Supports building against Qt/Embedded, which uses the - framebuffer for graphical output. - qt4x11: - Supports building against Qt/X11. - - - - - The classes inherit the - qmake2 - class. - -
-
<filename>recipe_sanity.bbclass</filename> -- cgit v1.2.3-54-g00ecf