From cbd716d53e6eee9c6e2c34cafbbdfb3f600f4d4d Mon Sep 17 00:00:00 2001 From: doitux Date: Mon, 24 Sep 2007 10:32:08 +0000 Subject: [PATCH] jpeg and gif support for static qt temporarly disabled for compatibility reasons --- pokerth_game.pro | 5 ++++- src/pokerth.cpp | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 6ba5115e..01e52bba 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -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 diff --git a/src/pokerth.cpp b/src/pokerth.cpp index 41023cf0..a8e39ab5 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -36,8 +36,6 @@ #include #include -#include - #include #include @@ -59,8 +57,10 @@ #define ENABLE_LEAK_CHECK() #endif -Q_IMPORT_PLUGIN(qjpeg) -Q_IMPORT_PLUGIN(qgif) +//Uncomment this for RELEASE +// #include +// Q_IMPORT_PLUGIN(qjpeg) +// Q_IMPORT_PLUGIN(qgif) using namespace std;