misc/quazip/quazip.pri
author sheepluva
Thu, 15 Sep 2011 01:41:21 +0200
changeset 5909 fb0113caa8c7
parent 5752 ea95ee97c805
permissions -rw-r--r--
Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat. Randy would also like to have his original hat committed ( http://img535.imageshack.us/img535/6720/awag.png) - let me know what you think.

INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
HEADERS += $$PWD/crypt.h \
           $$PWD/ioapi.h \
           $$PWD/JlCompress.h \
           $$PWD/quaadler32.h \
           $$PWD/quachecksum32.h \
           $$PWD/quacrc32.h \
           $$PWD/quazip.h \
           $$PWD/quazipfile.h \
           $$PWD/quazipfileinfo.h \
           $$PWD/quazipnewinfo.h \
           $$PWD/unzip.h \
           $$PWD/zip.h
SOURCES += $$PWD/qioapi.cpp \
           $$PWD/JlCompress.cpp \
           $$PWD/quaadler32.cpp \
           $$PWD/quacrc32.cpp \
           $$PWD/quazip.cpp \
           $$PWD/quazipfile.cpp \
           $$PWD/quazipnewinfo.cpp \
           $$PWD/unzip.c \
           $$PWD/zip.c