source:
trunk/src/gui/image/qtiffhandler.pri@
907
      
      | Last change on this file since 907 was 846, checked in by , 15 years ago | |
|---|---|
| File size: 310 bytes | |
| Line | |
|---|---|
| 1 | # common to plugin and built-in forms | 
| 2 | INCLUDEPATH *= $$PWD | 
| 3 | HEADERS += $$PWD/qtiffhandler_p.h | 
| 4 | SOURCES += $$PWD/qtiffhandler.cpp | 
| 5 | contains(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.
    
