[vlc-commits] qt: do not use jpeg plugin with Qt5 on Windows, it will be built in
Rafaël Carré
git at videolan.org
Tue Mar 18 09:45:39 CET 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Mar 11 18:07:30 2014 +0100| [7e5e92bbe40d6be0820149d248c34e6ee0b04e27] | committer: Rafaël Carré
qt: do not use jpeg plugin with Qt5 on Windows, it will be built in
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e5e92bbe40d6be0820149d248c34e6ee0b04e27
---
modules/gui/qt4/qt4.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 9cb0b35..b27bb81 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -53,7 +53,6 @@
#include <QtPlugin>
#if QT_VERSION >= 0x050000
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
- Q_IMPORT_PLUGIN(QJpegPlugin)
Q_IMPORT_PLUGIN(AccessibleFactory)
#else
Q_IMPORT_PLUGIN(qjpeg)
More information about the vlc-commits
mailing list