don't stop if qt is not found; more elegant way for adding qt rules

master
Marc Wäckerlin 9 years ago
parent 2576499697
commit b868bb9dfc
  1. 2
      m4/ax_check_qt.m4

@ -84,7 +84,7 @@ AC_DEFUN([AX_CXX_CHECK_QT], [
AM_CONDITIONAL(HAVE_$1, test $HAVE_$1 -eq 1)
AC_SUBST(AM_CPPFLAGS)
AC_SUBST(AM_CXXFLAGS)
AX_QT_RULES='
ADDITIONAL_QT_RULES='
%_ui.hxx: %.ui
${UIC} -o [$][@] $<

Loading…
Cancel
Save