source: trunk/src/3rdparty/zlib.pri@ 858

Last change on this file since 858 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: 356 bytes
Line 
1wince*: DEFINES += NO_ERRNO_H
2INCLUDEPATH += $$PWD/zlib
3SOURCES+= \
4 $$PWD/zlib/adler32.c \
5 $$PWD/zlib/compress.c \
6 $$PWD/zlib/crc32.c \
7 $$PWD/zlib/deflate.c \
8 $$PWD/zlib/gzio.c \
9 $$PWD/zlib/inffast.c \
10 $$PWD/zlib/inflate.c \
11 $$PWD/zlib/inftrees.c \
12 $$PWD/zlib/trees.c \
13 $$PWD/zlib/uncompr.c \
14 $$PWD/zlib/zutil.c
Note: See TracBrowser for help on using the repository browser.