[vlc-devel] commit: Revert "Forbid Qt4.5.0" (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu May 14 22:45:25 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu May 14 22:45:02 2009 +0200| [97ada6d92f4d68c287f936162542b4113c959e58] | committer: Jean-Baptiste Kempf
Revert "Forbid Qt4.5.0"
Stupid Ubunty Jaunty!
This reverts commit b6b7804713f8aee372637597e9c51aeab09c526f.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=97ada6d92f4d68c287f936162542b4113c959e58
---
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 ce46534..6bde271 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
-# error Please update Qt version to 4.5.1.
+# warning Please update Qt version to 4.5.1. This warning will become an error.
#endif
enum {
More information about the vlc-devel
mailing list