[vlc-devel] commit: Qt: add accessiblewidgets for Win32 static Qt compilation. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jan 18 15:52:17 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 18 15:51:53 2009 +0100| [384ef8909eece3b8621737a052fa522a3ba33f35] | committer: Jean-Baptiste Kempf
Qt: add accessiblewidgets for Win32 static Qt compilation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=384ef8909eece3b8621737a052fa522a3ba33f35
---
modules/gui/qt4/qt4.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index d36de79..a942350 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -53,6 +53,7 @@
#ifdef WIN32
#include <QtPlugin>
Q_IMPORT_PLUGIN(qjpeg)
+ Q_IMPORT_PLUGIN(qtaccessiblewidgets)
#endif
/*****************************************************************************
More information about the vlc-devel
mailing list