Also search for rcc-qt5

This commit is contained in:
luigino
2018-06-21 17:56:10 +02:00
parent c87f208c47
commit e9d267b0b4

View File

@ -117,7 +117,7 @@ AS_IF([test "x$enable_qt" = "xyes"], [
AC_CHECK_PROGS(MOC, [moc-qt5 moc])
AC_CHECK_PROGS(UIC, [uic-qt5 uic])
AC_CHECK_PROGS(RCC, [rcc])
AC_CHECK_PROGS(RCC, [rcc-qt5 rcc])
if test -z "$MOC" || test -z "$UIC" || test -z "$RCC"; then
AC_MSG_ERROR([Qt utility programs moc, uic, and rcc are required.])
fi