it works; closes #8
This commit is contained in:
@@ -73,6 +73,7 @@ AM_PATH_CPPUNIT([1.0.0], [have_cppunit="yes"], [have_cppunit="no"])
|
||||
# Special Options
|
||||
AC_CHECK_PROGS([QMAKE], [qmake-qt4 qmake-mac qmake])
|
||||
test -n "$QMAKE" || AC_MSG_ERROR([qmake for Qt 4 not found!])
|
||||
AC_MSG_NOTICE([QMAKE IS: $QMAKE])
|
||||
AC_SUBST(QMAKE)
|
||||
AC_CHECK_PROGS([LRELEASE], [lrelease-qt4 lrelease-mac lrelease])
|
||||
test -n "$LRELEASE" || AC_MSG_ERROR([lrelease for Qt 4 not found!])
|
||||
|
Reference in New Issue
Block a user