]> code.ossystems Code Review - openembedded-core.git/commit
cmake: add support for oe qt4 tools names
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 May 2011 15:36:03 +0000 (15:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 May 2011 15:08:39 +0000 (16:08 +0100)
commit6317c91aacf55cd7757a4fad0346cb541e9a1c2b
treeaf27ce65668cb185f537836ad9f161e078e9968e
parentbfb95dc78076ef6f26b8f1378fcb6b5d1b3d8cb9
cmake: add support for oe qt4 tools names

The FindQt4 module looks for Qt4 binaries to be able to gather the
paths used for compilation and also to be using during other processes
(translation update, translation binary generating and like) however
OpenEmbedded has renamed those to allow old QMake to be used in
parallel with the current one. This patch adds support for the
OpenEmbedded specific binary names.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta/recipes-devtools/cmake/cmake-native_2.8.3.bb
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake/support-oe-qt4-tools-names.patch [new file with mode: 0644]