jpeg and gif support for static qt temporarly disabled for compatibility reasons

This commit is contained in:
doitux
2007-09-24 10:32:08 +00:00
parent d03f114b46
commit cbd716d53e
2 changed files with 8 additions and 5 deletions
+4 -1
View File
@@ -5,7 +5,10 @@ CODECFORSRC = UTF-8
CONFIG += qt thread embed_manifest_exe warn_on release
#CONFIG += qt thread embed_manifest_exe warn_on debug
QTPLUGIN += qjpeg qgif
#Uncomment this for RELEASE
#QTPLUGIN += qjpeg qgif
UI_DIR = uics
MOC_DIR = mocs
OBJECTS_DIR = obj
+4 -4
View File
@@ -36,8 +36,6 @@
#include <QtGui>
#include <QtCore>
#include <QtPlugin>
#include <cstdlib>
#include <ctime>
@@ -59,8 +57,10 @@
#define ENABLE_LEAK_CHECK()
#endif
Q_IMPORT_PLUGIN(qjpeg)
Q_IMPORT_PLUGIN(qgif)
//Uncomment this for RELEASE
// #include <QtPlugin>
// Q_IMPORT_PLUGIN(qjpeg)
// Q_IMPORT_PLUGIN(qgif)
using namespace std;