From c2747fca0798dceb07d1704afb287b1152f8d953 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 16 Jan 2014 12:14:07 +0100 Subject: [PATCH] fixup! configure: adjust tests for Qt5 --- ac/qt5.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ac/qt5.m4 b/ac/qt5.m4 index 3607deab6..a4d9f702c 100644 --- a/ac/qt5.m4 +++ b/ac/qt5.m4 @@ -118,7 +118,7 @@ if test x"$enable_qt" = "xyes" -a \ fi if test $ok = 1; then - PKG_CHECK_EXISTS([QtCore,QtGui,QtWidgets],,[ok=0]) + PKG_CHECK_EXISTS([Qt5Core,Qt5Gui,Qt5Widgets],,[ok=0]) fi if test $ok = 1; then