Commit 7e5e92bb authored by Rafaël Carré's avatar Rafaël Carré

qt: do not use jpeg plugin with Qt5 on Windows, it will be built in

parent 44db86c9
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
#include <QtPlugin> #include <QtPlugin>
#if QT_VERSION >= 0x050000 #if QT_VERSION >= 0x050000
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
Q_IMPORT_PLUGIN(QJpegPlugin)
Q_IMPORT_PLUGIN(AccessibleFactory) Q_IMPORT_PLUGIN(AccessibleFactory)
#else #else
Q_IMPORT_PLUGIN(qjpeg) Q_IMPORT_PLUGIN(qjpeg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment