summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib.pri
blob: bae322155d35739b4cf4eced7b6110080aa08fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
wince*: DEFINES += NO_ERRNO_H
INCLUDEPATH += $$PWD/zlib
SOURCES+= \
    $$PWD/zlib/adler32.c \
    $$PWD/zlib/compress.c \
    $$PWD/zlib/crc32.c \
    $$PWD/zlib/deflate.c \
    $$PWD/zlib/gzio.c \
    $$PWD/zlib/inffast.c \
    $$PWD/zlib/inflate.c \
    $$PWD/zlib/inftrees.c \
    $$PWD/zlib/trees.c \
    $$PWD/zlib/uncompr.c \
    $$PWD/zlib/zutil.c