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

SOURCES += main.cpp qgifhandler.cpp
HEADERS += qgifhandler_p.h

OTHER_FILES += gif.json

PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QGifPlugin
load(qt_plugin)