source: trunk/src/plugins/imageformats/ico/ico.pro@ 497

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

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

File size: 306 bytes
Line 
1TARGET = qico
2include(../../qpluginbase.pri)
3
4QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-ico)"
5
6HEADERS += qicohandler.h
7SOURCES += main.cpp \
8 qicohandler.cpp
9
10QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats
11target.path += $$[QT_INSTALL_PLUGINS]/imageformats
12INSTALLS += target
Note: See TracBrowser for help on using the repository browser.