From: Michael Lauer Date: Sat, 22 Apr 2006 21:18:26 +0000 (+0000) Subject: documentation.conf: document PALMTOP_USE_MULTITHREADED_QT X-Git-Tag: Release-2010-05/1~9453^2~1898^2~8^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7388ac14353275f4dbf76a78df55afc75f9e9c9c;p=openembedded.git documentation.conf: document PALMTOP_USE_MULTITHREADED_QT --- diff --git a/conf/documentation.conf b/conf/documentation.conf index 57ca4fe237..cd189b6f2b 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -91,3 +91,6 @@ GROUP_locale[doc] = "Locale generation of the GNU libc implementation" ENABLE_BINARY_LOCALE_GENERATION[doc] = "Enable the use of qemu to generate locale information during build time on the host instead of runtime on the target. If you have trouble with qemu-native you should make this an empty var. @group locale" PCMCIA_MANAGER[doc] = "Specify which package(s) to install to handle PCMCIA slots (usually pcmcia-cs or pcmciautils)." + +# palmtop build class +PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread"