typo; refs #40

This commit is contained in:
Marc Wäckerlin
2014-05-06 11:15:17 +00:00
parent 527a4dbca3
commit 4a4a2b3f93

View File

@@ -106,7 +106,7 @@ case $host in
have_proxy=1]) have_proxy=1])
;; ;;
esac esac
PKG_CHECK_MODULES([QT], [Qt5Core Qt5Gui Qt5Widgets QtNetwork], PKG_CHECK_MODULES([QT], [Qt5Core Qt5Gui Qt5Widgets Qt5Network],
[AC_DEFINE([HAVE_QT]) [AC_DEFINE([HAVE_QT])
UIC=${UIC:-$(pkg-config --variable=uic_location Qt5Core)} UIC=${UIC:-$(pkg-config --variable=uic_location Qt5Core)}
MOC=${MOC:-$(pkg-config --variable=moc_location Qt5Core)} MOC=${MOC:-$(pkg-config --variable=moc_location Qt5Core)}