[vlc-devel] commit: Forbid Qt4.5.0 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu May 14 19:56:27 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu May 14 19:55:55 2009 +0200| [b6b7804713f8aee372637597e9c51aeab09c526f] | committer: Jean-Baptiste Kempf
Forbid Qt4.5.0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6b7804713f8aee372637597e9c51aeab09c526f
---
modules/gui/qt4/qt4.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/qt4.hpp b/modules/gui/qt4/qt4.hpp
index 6bde271..ce46534 100644
--- a/modules/gui/qt4/qt4.hpp
+++ b/modules/gui/qt4/qt4.hpp
@@ -40,7 +40,7 @@
# error Update your Qt version
#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.
#endif
enum {
More information about the vlc-devel
mailing list