jpeg and gif support added

This commit is contained in:
doitux
2007-09-15 22:35:35 +00:00
parent 4a9c405d13
commit 7a398b0d29
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -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;