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 release
|
||||||
#CONFIG += qt thread embed_manifest_exe warn_on debug
|
#CONFIG += qt thread embed_manifest_exe warn_on debug
|
||||||
QTPLUGIN += qjpeg qgif
|
|
||||||
|
#Uncomment this for RELEASE
|
||||||
|
#QTPLUGIN += qjpeg qgif
|
||||||
|
|
||||||
UI_DIR = uics
|
UI_DIR = uics
|
||||||
MOC_DIR = mocs
|
MOC_DIR = mocs
|
||||||
OBJECTS_DIR = obj
|
OBJECTS_DIR = obj
|
||||||
|
|||||||
+4
-4
@@ -36,8 +36,6 @@
|
|||||||
#include <QtGui>
|
#include <QtGui>
|
||||||
#include <QtCore>
|
#include <QtCore>
|
||||||
|
|
||||||
#include <QtPlugin>
|
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
|
|
||||||
@@ -59,8 +57,10 @@
|
|||||||
#define ENABLE_LEAK_CHECK()
|
#define ENABLE_LEAK_CHECK()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Q_IMPORT_PLUGIN(qjpeg)
|
//Uncomment this for RELEASE
|
||||||
Q_IMPORT_PLUGIN(qgif)
|
// #include <QtPlugin>
|
||||||
|
// Q_IMPORT_PLUGIN(qjpeg)
|
||||||
|
// Q_IMPORT_PLUGIN(qgif)
|
||||||
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|||||||
Reference in New Issue
Block a user