typo; refs #40
This commit is contained in:
@@ -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)}
|
||||||
|
Reference in New Issue
Block a user