source: trunk/src/gui/image/qtiffhandler.pri@ 890

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

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

File size: 310 bytes
Line 
1# common to plugin and built-in forms
2INCLUDEPATH *= $$PWD
3HEADERS += $$PWD/qtiffhandler_p.h
4SOURCES += $$PWD/qtiffhandler.cpp
5contains(QT_CONFIG, system-tiff) {
6 if(unix|win32-g++*):LIBS += -ltiff
7 else:win32: LIBS += libtiff.lib
8} else {
9 include($$PWD/../../3rdparty/libtiff.pri)
10}
Note: See TracBrowser for help on using the repository browser.