Re: [OE-core] [PATCH 26/30] qmake_base.bbclass: add generate_qt_config_file task

2011-05-10 Thread Koen Kooi
Op 10 mei 2011, om 10:43 heeft Richard Purdie het volgende geschreven: On Mon, 2011-05-09 at 22:26 -0700, Saul Wold wrote: From: Otavio Salvador ota...@ossystems.com.br This writes a qt.conf inside WORKDIR to properly configure projects based on CMake. This is required since qmake

Re: [OE-core] [PATCH 26/30] qmake_base.bbclass: add generate_qt_config_file task

2011-05-10 Thread Otavio Salvador
On Tue, May 10, 2011 at 06:20, Koen Kooi k...@dominion.thruhere.net wrote: And consider the case of building without MACHINE and distros having a different staging layout. I know angstrom has one to enable parallel builds of uclibc and eglibc. In this case what we ought to use? -- Otavio

[OE-core] [PATCH 26/30] qmake_base.bbclass: add generate_qt_config_file task

2011-05-09 Thread Saul Wold
From: Otavio Salvador ota...@ossystems.com.br This writes a qt.conf inside WORKDIR to properly configure projects based on CMake. This is required since qmake variables (returned by -query command) are fixed into the binary and can only be changed using a qt.conf file. Signed-off-by: Otavio