Mercurial > hg > octave-lyh
changeset 16324:c130939b0d1c
* configure.ac: look for lrelease and lrelease-qt4/-qt5
author | Torsten <ttl@justmail.de> |
---|---|
date | Sat, 16 Mar 2013 09:22:11 +0100 |
parents | e769440b39db |
children | fc565603ccbb |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -2578,7 +2578,7 @@ AC_CHECK_PROGS(MOC, [moc-qt5 moc-qt4 moc]) AC_CHECK_PROGS(UIC, [uic-qt5 uic-qt4 uic]) AC_CHECK_PROGS(RCC, [rcc]) - AC_CHECK_PROGS(LRELEASE, [lrelease]) + AC_CHECK_PROGS(LRELEASE, [lrelease-qt5 lrelease-qt4 lrelease]) if test -n "$MOC" && test -n "$UIC" && test -n "$RCC" && test -n "$LRELEASE"; then AC_DEFINE(HAVE_QT, 1, [Define to 1 if Qt is available (libraries, developer header files, utility programs (moc, uic, rcc, and lrelease))])