/[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 3512 by capela, Tue Apr 23 22:13:08 2019 UTC revision 3516 by capela, Tue Jun 18 07:49:48 2019 UTC
# Line 183  done Line 183  done
183  # A common error message:  # A common error message:
184  ac_errmsg="not found in current PATH. Maybe QT development environment isn't available."  ac_errmsg="not found in current PATH. Maybe QT development environment isn't available."
185    
186    # Check for qtchooser availability.
187    AC_PATH_TOOL(ac_qtchooser, qtchooser, [no], $ac_path)
188    if test -x $ac_qtchooser; then
189       export QT_SELECT=5
190    fi
191    
192  # Check for proper qmake path/version alternatives.  # Check for proper qmake path/version alternatives.
193  AC_PATH_TOOL(ac_qmake, qmake, [no], $ac_path)  AC_PATH_TOOL(ac_qmake, qmake, [no], $ac_path)
194  if test "x$ac_qmake" = "xno"; then  if test "x$ac_qmake" = "xno"; then

Legend:
Removed from v.3512  
changed lines
  Added in v.3516

  ViewVC Help
Powered by ViewVC