summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/gif/gif.pro
blob: 2a5048bb1c7c50727c496f1ca0727f839df5f45d (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET  = qgif

PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QGifPlugin
load(qt_plugin)

include(../../../gui/image/qgifhandler.pri)
INCLUDEPATH += ../../../gui/image
SOURCES += $$PWD/main.cpp
HEADERS += $$PWD/main.h
OTHER_FILES += gif.json