[vlc-commits] configure: require at least Qt 5.1.0 to use Qt5
Ludovic Fauvet
git at videolan.org
Wed Aug 28 16:17:59 CEST 2013
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Aug 28 15:35:34 2013 +0200| [28d4b8d522f5c83a0518f8f40dfc610e6abd5d80] | committer: Ludovic Fauvet
configure: require at least Qt 5.1.0 to use Qt5
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=28d4b8d522f5c83a0518f8f40dfc610e6abd5d80
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d8a4258..0f6ea2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3688,7 +3688,7 @@ AC_ARG_ENABLE(qt, [
])
])
AS_IF([test "${enable_qt}" != "no"], [
- PKG_CHECK_MODULES([QT], [Qt5Core >= 5 Qt5Widgets Qt5Gui], [
+ PKG_CHECK_MODULES([QT], [Qt5Core >= 5.1.0 Qt5Widgets Qt5Gui], [
QT_PATH="$(eval $PKG_CONFIG --variable=exec_prefix QtCore)"
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])
More information about the vlc-commits
mailing list