Search the path for moc-tqt

r14.0.x
Timothy Pearson 12 years ago
parent 18173187de
commit 7b10d93d32

@ -490,7 +490,7 @@ if test "x$HAVE_TQT" = "xyes" ; then
AC_SUBST(QT3_LIBS) AC_SUBST(QT3_LIBS)
QT3_PREFIX="`$PKG_CONFIG --variable=prefix qt-mt`/bin" QT3_PREFIX="`$PKG_CONFIG --variable=prefix qt-mt`/bin"
]) ])
AC_PATH_PROGS(MOC_QT3, [moc-tqt], no, [$QT3_PREFIX]) AC_PATH_PROGS(MOC_QT3, [moc-tqt], no, [$QT3_PREFIX:$PATH])
if test "$MOC_QT3" = no; then if test "$MOC_QT3" = no; then
AC_MSG_ERROR([Could not find moc-tqt]) AC_MSG_ERROR([Could not find moc-tqt])
fi fi

Loading…
Cancel
Save