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

include(../../../gui/image/qgifhandler.pri)
SOURCES += $$PWD/main.cpp

DESTDIR = $$QT.gui.plugins/imageformats
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
INSTALLS += target