--- qt-x11-opensource-src-4.4.1-snapshot-20080328/src/3rdparty/webkit/WebKit/qt/QtLauncher/main.cpp 2008-03-29 01:09:34.000000000 +0800 +++ qt-x11-opensource-src-4.4.1-snapshot-20080328/src/3rdparty/webkit/WebKit/qt/QtLauncher/main.cpp 2008-03-31 04:05:53.000000000 +0800 @@ -41,6 +41,9 @@ #endif #endif +Q_IMPORT_PLUGIN(qjpeg) +Q_IMPORT_PLUGIN(qgif) + class InfoWidget :public QProgressBar { Q_OBJECT public: --- qt-x11-opensource-src-4.4.1-snapshot-20080328/src/3rdparty/webkit/WebKit/qt/QtLauncher/QtLauncher.pro-old 2008-03-29 01:07:52.000000000 +0800 +++ qt-x11-opensource-src-4.4.1-snapshot-20080328/src/3rdparty/webkit/WebKit/qt/QtLauncher/QtLauncher.pro 2008-03-31 11:21:34.000000000 +0800 @@ -3,6 +3,9 @@ SOURCES += main.cpp CONFIG -= app_bundle DESTDIR = ../../../bin +LIBS += ../../../../../../plugins/imageformats/libqjpeg.a -ljpeg \ + ../../../../../../plugins/imageformats/libqgif.a + include(../../../WebKit.pri) macx:QT+=xml network