source: trunk/src/plugins/imageformats/gif/gif.pro@ 168

Last change on this file since 168 was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 251 bytes
Line 
1TARGET = qgif
2include(../../qpluginbase.pri)
3
4HEADERS += qgifhandler.h
5SOURCES += main.cpp \
6 qgifhandler.cpp
7
8QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats
9target.path += $$[QT_INSTALL_PLUGINS]/imageformats
10INSTALLS += target
Note: See TracBrowser for help on using the repository browser.