configure: try harder to find the right Qt5 build tools
authorTim-Philipp Müller <tim@centricular.com>
Fri, 10 Jul 2015 18:05:41 +0000 (19:05 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 10 Jul 2015 18:07:42 +0000 (19:07 +0100)
commit1a59af2e7ebcc6bd2aff28d2baea3fc83ec0fd0f
tree2a81394de5b3ee4b25ea2cab769ee09852ad073d
parent7cb734b1cd2809a301c5a58a664d61ab4347d0a6
configure: try harder to find the right Qt5 build tools

First check for Qt build tools in the host_bins directory
from the Qt5Core pkg-config file. This fixes the situation
where both Qt4 and Qt5 are installed but the global moc/uic/etc.
are the Qt4 version, which would result in build failures.
configure.ac