fixup! configure: adjust tests for Qt5

This commit is contained in:
Moritz Bunkus 2014-01-16 12:14:07 +01:00
parent a88e31760b
commit c2747fca07

View File

@ -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