]> git.sesse.net Git - vlc/commitdiff
qt4 add a small define that could help to fight Qt43 bugs.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 19 Aug 2007 15:33:19 +0000 (15:33 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 19 Aug 2007 15:33:19 +0000 (15:33 +0000)
modules/gui/qt4/qt4.hpp

index 3be7d17d0eddb91be623a27aa956a1551cb1d833..afbf7e5c52c40870abb859aaed5ffaf9a3f7236e 100644 (file)
@@ -30,6 +30,8 @@
 
 #include <QEvent>
 
+#define QT43 ( QT_VERSION >= 0x040300 )
+
 /* Add define for duration, VLC_META_ENGINE doesn't include it */
 #define VLC_META_ENGINE_DURATION   0x00000002
 #define VLC_META_DURATION          N_("Duration")