remove static build jpeg/gif plugin code for linux since qt-4.7 supports
this native
This commit is contained in:
@@ -11,9 +11,6 @@ CONFIG += qt \
|
|||||||
warn_on
|
warn_on
|
||||||
include(src/third_party/qtsingleapplication/qtsingleapplication.pri)
|
include(src/third_party/qtsingleapplication/qtsingleapplication.pri)
|
||||||
QT += sql
|
QT += sql
|
||||||
|
|
||||||
# ####Uncomment this for RELEASE on Linux/Unix/BSD (only for static Qt)
|
|
||||||
# QTPLUGIN += qjpeg qgif
|
|
||||||
UI_DIR = uics
|
UI_DIR = uics
|
||||||
MOC_DIR = mocs
|
MOC_DIR = mocs
|
||||||
OBJECTS_DIR = obj
|
OBJECTS_DIR = obj
|
||||||
|
|||||||
@@ -58,12 +58,6 @@
|
|||||||
#define ENABLE_LEAK_CHECK()
|
#define ENABLE_LEAK_CHECK()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//Uncomment this for RELEASE on Linux/Unix/BSD (static Qt only)
|
|
||||||
//#include <QtPlugin>
|
|
||||||
//Q_IMPORT_PLUGIN(qjpeg)
|
|
||||||
//Q_IMPORT_PLUGIN(qgif)
|
|
||||||
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
class startWindowImpl;
|
class startWindowImpl;
|
||||||
|
|||||||
Reference in New Issue
Block a user