[vlc-commits] Configure: fix some checks about Qt5Core
Jean-Baptiste Kempf
git at videolan.org
Sun Sep 8 18:55:38 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Sep 8 18:52:56 2013 +0200| [78acea5c00a46877d9d28d9506bdc83883b0b1c0] | committer: Jean-Baptiste Kempf
Configure: fix some checks about Qt5Core
Pointed by BtbN on IRC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78acea5c00a46877d9d28d9506bdc83883b0b1c0
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0f6ea2a..a518f56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3689,7 +3689,7 @@ AC_ARG_ENABLE(qt, [
])
AS_IF([test "${enable_qt}" != "no"], [
PKG_CHECK_MODULES([QT], [Qt5Core >= 5.1.0 Qt5Widgets Qt5Gui], [
- QT_PATH="$(eval $PKG_CONFIG --variable=exec_prefix QtCore)"
+ QT_PATH="$(eval $PKG_CONFIG --variable=exec_prefix Qt5Core)"
AC_PATH_PROGS(MOC, [moc-qt5 moc], moc, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
AC_PATH_PROG(RCC, [rcc-qt5 rcc], rcc, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
AC_PATH_PROGS(UIC, [uic-qt5 uic], uic, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
More information about the vlc-commits
mailing list