summaryrefslogtreecommitdiffabout
path: root/pwmanager/libcrypt/zlib/zlib.pro
Side-by-side diff
Diffstat (limited to 'pwmanager/libcrypt/zlib/zlib.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/libcrypt/zlib/zlib.pro36
1 files changed, 36 insertions, 0 deletions
diff --git a/pwmanager/libcrypt/zlib/zlib.pro b/pwmanager/libcrypt/zlib/zlib.pro
new file mode 100644
index 0000000..2841aaf
--- a/dev/null
+++ b/pwmanager/libcrypt/zlib/zlib.pro
@@ -0,0 +1,36 @@
+######################################################################
+# Automatically generated by qmake (1.07a) Tue Oct 19 14:18:17 2004
+######################################################################
+
+TEMPLATE = lib
+CONFIG += staticlib
+INCLUDEPATH += .
+TARGET = zlib
+OBJECTS_DIR = obj/$(PLATFORM)
+MOC_DIR = moc/$(PLATFORM)
+DESTDIR= ../$(PLATFORM)
+# Input
+HEADERS += deflate.h \
+ infblock.h \
+ infcodes.h \
+ inffast.h \
+ inffixed.h \
+ inftrees.h \
+ infutil.h \
+ trees.h \
+ zconf.h \
+ zlib.h \
+ zutil.h
+SOURCES += adler32.c \
+ compress.c \
+ crc32.c \
+ deflate.c \
+ infblock.c \
+ infcodes.c \
+ inffast.c \
+ inflate.c \
+ inftrees.c \
+ infutil.c \
+ trees.c \
+ uncompr.c \
+ zutil.c