Diffstat (limited to 'pwmanager/libcrypt/zlib/zlib.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pwmanager/libcrypt/zlib/zlib.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pwmanager/libcrypt/zlib/zlib.pro b/pwmanager/libcrypt/zlib/zlib.pro index 2841aaf..7ba44e3 100644 --- a/pwmanager/libcrypt/zlib/zlib.pro +++ b/pwmanager/libcrypt/zlib/zlib.pro @@ -1,36 +1,38 @@ ###################################################################### # 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 +#The following line was inserted by qt3to4 +QT += xml qt3support |