]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.cpp
We want to check QT4 version at runtime rather than buildtime
[vlc] / modules / gui / qt4 / qt4.cpp
index 26e1e04c2f2e59d08ceb4f01c8a0f4b4f722db19..fa2b2792ea66dd1090aeb051f93f62706814ad0d 100644 (file)
@@ -287,8 +287,8 @@ static void Init( intf_thread_t *p_intf )
 
     Q_INIT_RESOURCE( vlc );
 
-#if !defined(WIN32) && !defined(__APPLE__) && QT_VERSION < 0x040400
-    /* KLUDGE for QT4 < 4.4.0 (which use libgconf to avoid that)
+#if !defined(WIN32) && !defined(__APPLE__)
+    /* KLUDGE:
      * disables icon theme use because that makes Cleanlooks style bug
      * because it asks gconf for some settings that timeout because of threads
      * see commits 21610 21622 21654 for reference */