[vlc-commits] qt: update minimum required Qt version in qt.hpp

Fatih Uzunoglu git at videolan.org
Wed Feb 17 09:31:51 UTC 2021


vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Feb 12 00:23:37 2021 +0300| [b0e9eb0be9f14d2beaf0fcf2e0058c007d8c0f47] | committer: Pierre Lamot

qt: update minimum required Qt version in qt.hpp

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

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

 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 )



More information about the vlc-commits mailing list