[vlc-devel] [RFC 12/82] qt: update minimal required version to 5.11 in configure.ac

Pierre Lamot pierre at videolabs.io
Fri Feb 1 14:01:16 CET 2019


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

diff --git a/configure.ac b/configure.ac
index 7a35abd06f..e4167a832b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3786,7 +3786,7 @@ AC_ARG_ENABLE([qt],
 ])
 have_qt5_x11="no"
 AS_IF([test "${enable_qt}" != "no"], [
-  PKG_CHECK_MODULES([QT], [Qt5Core >= 5.9.0 Qt5Widgets Qt5Gui Qt5Svg], [
+  PKG_CHECK_MODULES([QT], [Qt5Core >= 5.11.0 Qt5Widgets Qt5Gui Qt5Quick Qt5QuickWidgets Qt5QuickControls2 Qt5Svg], [
       PKG_CHECK_MODULES([QT5_X11], [Qt5X11Extras], [
           have_qt5_x11="yes"
       ],[
-- 
2.19.1



More information about the vlc-devel mailing list