/[svn]/qsampler/trunk/configure.ac
ViewVC logotype

Diff of /qsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3612 by capela, Thu Jul 25 10:08:43 2019 UTC revision 3613 by capela, Tue Oct 1 08:35:49 2019 UTC
# Line 276  if test "x$ac_uic" = "xno"; then Line 276  if test "x$ac_uic" = "xno"; then
276  fi  fi
277  AC_SUBST(ac_uic)  AC_SUBST(ac_uic)
278    
279    
280  # Check for Qt lupdate utility.  # Check for Qt lupdate utility.
281  AC_PATH_TOOL(ac_lupdate, lupdate, [no], $ac_path)  AC_PATH_TOOL(ac_lupdate, lupdate, [no], $ac_path)
282  if test "x$ac_lupdate" = "xno"; then  if test "x$ac_lupdate" = "xno"; then
283     AC_MSG_ERROR([lupdate $ac_errmsg])     AC_PATH_TOOL(ac_cv_lupdate, lupdate-qt5, [no], $ac_path)
284       if test "x$ac_cv_lupdate" = "xno"; then
285          AC_MSG_ERROR([lupdate $ac_errmsg (qt5-linguist)])
286       else
287          ac_lupdate=$ac_cv_lupdate;
288       fi
289  fi  fi
290  AC_SUBST(ac_lupdate)  AC_SUBST(ac_lupdate)
291    
292  # Check for Qt lrelease utility.  # Check for Qt lrelease utility.
293  AC_PATH_TOOL(ac_lrelease, lrelease, [no], $ac_path)  AC_PATH_TOOL(ac_lrelease, lrelease, [no], $ac_path)
294  if test "x$ac_release" = "xno"; then  if test "x$ac_lrelease" = "xno"; then
295     AC_MSG_ERROR([lrelease $ac_errmsg])     AC_PATH_TOOL(ac_cv_lrelease, lrelease-qt5, [no], $ac_path)
296       if test "x$ac_cv_lrelease" = "xno"; then
297          AC_MSG_ERROR([lrelease $ac_errmsg (qt5-linguist)])
298       else
299          ac_lrelease=$ac_cv_lrelease;
300       fi
301  fi  fi
302  AC_SUBST(ac_lrelease)  AC_SUBST(ac_lrelease)
303    

Legend:
Removed from v.3612  
changed lines
  Added in v.3613

  ViewVC Help
Powered by ViewVC