qmake_base.bbclass: add generate_qt_config_file task
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 23 Feb 2011 21:07:12 +0000 (21:07 +0000)
committerTom Rini <tom_rini@mentor.com>
Wed, 23 Feb 2011 21:08:18 +0000 (14:08 -0700)
commit459110a17e59594c4fd9183a5684413ffa1479dd
tree755034e49a63aa609f5dc10b449b99aa08bc6254
parentd179809da057528a3439c8550757d46829c917a9
qmake_base.bbclass: add generate_qt_config_file task

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 Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/qmake_base.bbclass