[vlc-devel] [PATCH 09/15] qt: update minimum required Qt version in qt.hpp

Fatih Uzunoglu fuzun54 at outlook.com
Thu Feb 11 21:23:37 UTC 2021


---
 modules/gui/qt/qt.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt/qt.hpp b/modules/gui/qt/qt.hpp
index 6306a0cd79..aadb8ac50a 100644
--- a/modules/gui/qt/qt.hpp
+++ b/modules/gui/qt/qt.hpp
@@ -43,8 +43,8 @@
 #include <QString>
 #include <QUrl>
 
-#if ( QT_VERSION < 0x050900 )
-# error Update your Qt version to at least 5.9.0
+#if ( QT_VERSION < QT_VERSION_CHECK(5, 11, 0) )
+# error Update your Qt version to at least 5.11.0
 #endif
 
 #define HAS_QT510 ( QT_VERSION >= 0x051000 )
-- 
2.27.0



More information about the vlc-devel mailing list