]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.hpp
Qt4: Warn about Qt version 4.5.0
[vlc] / modules / gui / qt4 / qt4.hpp
index b764a9c4f3ef4afd2b548e1c5bb9b9a4e15c31a8..941632a3d0ef64104d4ddb0d8af55348c8689719 100644 (file)
@@ -39,6 +39,9 @@
 #if ( QT_VERSION < 0x040300 )
 # 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.
+#endif
 
 enum {
     QT_NORMAL_MODE = 0,