[vlc-commits] configure: correctly detect Qt5

Ludovic Fauvet git at videolan.org
Tue Aug 27 15:44:03 CEST 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Aug 27 15:37:49 2013 +0200| [d6ee707b1b3872d4661bb1d9ac765e695551642b] | committer: Ludovic Fauvet

configure: correctly detect Qt5

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6ee707b1b3872d4661bb1d9ac765e695551642b
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index fca0148..bba5dbb 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], [QtCore >= 5 QtWidgets QtGui],, [
+  PKG_CHECK_MODULES([QT], [Qt5Core >= 5 Qt5Widgets Qt5Gui],, [
     PKG_CHECK_MODULES([QT], [QtCore QtGui >= 4.6.0],, [
       AS_IF([test -n "${enable_qt}"],[
         AC_MSG_ERROR([${QT_PKG_ERRORS}.])



More information about the vlc-commits mailing list