]> git.sesse.net Git - vlc/commitdiff
Qt: add accessiblewidgets for Win32 static Qt compilation.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Jan 2009 14:51:53 +0000 (15:51 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Jan 2009 14:51:53 +0000 (15:51 +0100)
modules/gui/qt4/qt4.cpp

index d36de7908c3bf49c32272ee2e0a0aa63efd1e135..a942350015abcbc85c9de000a9cdb921c32a46dc 100644 (file)
@@ -53,6 +53,7 @@
 #ifdef WIN32
  #include <QtPlugin>
  Q_IMPORT_PLUGIN(qjpeg)
+ Q_IMPORT_PLUGIN(qtaccessiblewidgets)
 #endif
 
 /*****************************************************************************