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

Last change on this file was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

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