]> git.sesse.net Git - vlc/commit
Qt: First search host_bins directory for executables
authorUwe L. Korn <uwelk@xhochy.com>
Sat, 24 May 2014 12:07:10 +0000 (13:07 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 29 May 2014 11:39:12 +0000 (19:39 +0800)
commit92f80df449252448f6e50f057d9abe2abc4ee84a
tree23868a3eaac4a097d7e85726815ec889509af1e3
parent29a6c1e1215eb606fddd38ddc3c6f566e2b1b60b
Qt: First search host_bins directory for executables

This fixes the situation where both Qt4 and Qt5 are installed but the
global moc/rcc/uic commands are provided by Qt4 and Qt5's versions are
not globally installed. VLC previously picked up Qt4's moc/.. version
but built against Qt5.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
configure.ac