Win32 jpeg/gif plugins no longer required using qt 4.7.0.
This commit is contained in:
@@ -64,12 +64,6 @@
|
||||
//Q_IMPORT_PLUGIN(qgif)
|
||||
|
||||
|
||||
#ifdef _WIN32 // Always use static Qt on Windows.
|
||||
#include <QtPlugin>
|
||||
Q_IMPORT_PLUGIN(qjpeg)
|
||||
Q_IMPORT_PLUGIN(qgif)
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
class startWindowImpl;
|
||||
|
||||
Reference in New Issue
Block a user