We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87f208 commit e9d267bCopy full SHA for e9d267b
configure.ac
@@ -117,7 +117,7 @@ AS_IF([test "x$enable_qt" = "xyes"], [
117
118
AC_CHECK_PROGS(MOC, [moc-qt5 moc])
119
AC_CHECK_PROGS(UIC, [uic-qt5 uic])
120
- AC_CHECK_PROGS(RCC, [rcc])
+ AC_CHECK_PROGS(RCC, [rcc-qt5 rcc])
121
if test -z "$MOC" || test -z "$UIC" || test -z "$RCC"; then
122
AC_MSG_ERROR([Qt utility programs moc, uic, and rcc are required.])
123
fi
0 commit comments