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
|
Rev | Line | |
---|
[844] | 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.