Bill Allombert on Sat, 14 Jan 2017 13:46:17 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PATCH] Qt4 is a valid graphic option for --ask


On Tue, Jan 10, 2017 at 11:30:23AM +0100, Jeroen Demeyer wrote:
> >From d6c0c20fe66fd96ccfdbe481b64d1a39ee9accbf Mon Sep 17 00:00:00 2001
> From: Jeroen Demeyer <jdemeyer@cage.ugent.be>
> Date: Tue, 10 Jan 2017 11:29:14 +0100
> Subject: [PATCH] Qt4 is a valid graphic option for --ask
> 
> ---
>  config/get_graphic_lib | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/get_graphic_lib b/config/get_graphic_lib
> index 3a96ac1..0d9c2a8 100644
> --- a/config/get_graphic_lib
> +++ b/config/get_graphic_lib
> @@ -14,7 +14,7 @@ GP contains high resolution plotting functions. Choose among
>        none      X11      fltk      Qt      win32      ps
>  EOT
>    echo $n ..."Use which graphic library (\"none\" means no hi-res plot) ? $c"
> -  rep="none X11 fltk Qt win32 ps";
> +  rep="none X11 fltk Qt Qt4 win32 ps";
>    dflt=$which_graphic_lib; . ./myread
>    which_graphic_lib=$ans

You are misunderstanding the intent. The idea is that --graphic=Qt cover both
Qt3 and Qt4, and config/get_Qt will detect which one is available.

Probably this detection did not work for you.

Cheers,
Bill.