From 9d724f8b0ba89b9b6b51b70cabffadf8c635bcac Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 25 Sep 2010 12:38:51 +0000 Subject: [PATCH] remove static build jpeg/gif plugin code for linux since qt-4.7 supports this native --- pokerth_game.pro | 3 --- src/pokerth.cpp | 6 ------ 2 files changed, 9 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 8468134a..bcf81be5 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -11,9 +11,6 @@ CONFIG += qt \ warn_on include(src/third_party/qtsingleapplication/qtsingleapplication.pri) QT += sql - -# ####Uncomment this for RELEASE on Linux/Unix/BSD (only for static Qt) -# QTPLUGIN += qjpeg qgif UI_DIR = uics MOC_DIR = mocs OBJECTS_DIR = obj diff --git a/src/pokerth.cpp b/src/pokerth.cpp index f7792047..dbd483db 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -58,12 +58,6 @@ #define ENABLE_LEAK_CHECK() #endif -//Uncomment this for RELEASE on Linux/Unix/BSD (static Qt only) -//#include -//Q_IMPORT_PLUGIN(qjpeg) -//Q_IMPORT_PLUGIN(qgif) - - using namespace std; class startWindowImpl;