[vlc-devel] commit: Blacklist Qt 4.5.0 as promised (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Dec 4 07:21:45 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 27 15:09:28 2009 +0100| [6629593f243dd378e4a0f695d4b2276329c6b32b] | committer: Jean-Baptiste Kempf
Blacklist Qt 4.5.0 as promised
I know this is annoying, but it is too difficult to maintain.
If you are a maintainer, you can revert this commit, but this isn't advised
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6629593f243dd378e4a0f695d4b2276329c6b32b
---
modules/gui/qt4/qt4.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/qt4.hpp b/modules/gui/qt4/qt4.hpp
index 38509e8..1cd012c 100644
--- a/modules/gui/qt4/qt4.hpp
+++ b/modules/gui/qt4/qt4.hpp
@@ -36,10 +36,10 @@
#include <QString>
#if ( QT_VERSION < 0x040400 )
-# error Update your Qt version
+# error Update your Qt version to at least 4.4.0
#endif
#if QT_VERSION == 0x040500
-# warning Please update Qt version to 4.5.1. This warning will become an error.
+# error Please update Qt version to 4.5.1. 4.5.0 is too buggy
#endif
enum {
More information about the vlc-devel
mailing list