[PATCH] Don't use "qmake-qt4" as qmake

Dirk Hohndel dirk at hohndel.org
Tue May 14 02:22:11 PDT 2013


Oddly this didn't break for me, but I applied and pushed this patch.

/D

On Tue, 2013-05-14 at 09:05 +0200, subsurface at henrik.synth.no wrote:
> From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
> 
> Tomaz' commit 009e6a6fa7055ed0ef14e4b4d9407999d86ef158 introduced
> qmake-qt4 instead of qmake.  Oops.
> 
> Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
> ---
>  Configure.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Configure.mk b/Configure.mk
> index f3281d3..96508c6 100644
> --- a/Configure.mk
> +++ b/Configure.mk
> @@ -5,7 +5,7 @@ all:
>  PKGCONFIG=pkg-config
>  XML2CONFIG=xml2-config
>  XSLCONFIG=xslt-config
> -QMAKE=qmake-qt4
> +QMAKE=qmake
>  MOC=moc
>  UIC=uic
>  




More information about the subsurface mailing list