From 589521a2d6e026736bb447ce4cd7f4b473b785e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Thu, 18 Jan 2018 16:44:53 +0100 Subject: configure: Fix arguments passed to qtchooser --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 711db441..f836a842 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ if test x"$enable_liblightdm_qt4" != "xno" ; then fi if test x"$MOC4" = xmoc; then if test x"$(readlink $(which $MOC4))" = xqtchooser; then - MOC4="$MOC4 --qt=qt4" + MOC4="$MOC4 --qt=4" fi fi fi @@ -141,7 +141,7 @@ if test x"$enable_liblightdm_qt5" != "xno"; then fi if test x"$MOC5" = xmoc; then if test x"$(readlink $(which $MOC5))" = xqtchooser; then - MOC5="$MOC5 --qt=qt5" + MOC5="$MOC5 --qt=5" fi fi fi -- cgit v1.2.1