jpeg and gif support added
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
#include <QtGui>
|
||||
#include <QtCore>
|
||||
|
||||
#include <QtPlugin>
|
||||
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
@@ -57,6 +59,10 @@
|
||||
#define ENABLE_LEAK_CHECK()
|
||||
#endif
|
||||
|
||||
Q_IMPORT_PLUGIN(qjpeg)
|
||||
Q_IMPORT_PLUGIN(qgif)
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
class GuiWrapper;
|
||||
|
||||
Reference in New Issue
Block a user