jpeg and gif support for static qt temporarly disabled for compatibility reasons
This commit is contained in:
+4
-1
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user