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

Last change on this file since 829 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 283 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
11
12symbian:TARGET.UID3=0x2001E61A
Note: See TracBrowser for help on using the repository browser.