changeset 33 | 3e2da88830cd |
parent 0 | 1918ee327afb |
--- a/src/plugins/imageformats/gif/gif.pro Tue Jul 06 15:10:48 2010 +0300 +++ b/src/plugins/imageformats/gif/gif.pro Wed Aug 18 10:37:55 2010 +0300 @@ -1,9 +1,8 @@ TARGET = qgif include(../../qpluginbase.pri) -HEADERS += qgifhandler.h -SOURCES += main.cpp \ - qgifhandler.cpp +include(../../../gui/image/qgifhandler.pri) +SOURCES += $$PWD/main.cpp QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats target.path += $$[QT_INSTALL_PLUGINS]/imageformats