misc/quazip/quazip.pri
branchphysfslayer
changeset 8055 04dd8b7fb605
parent 8052 845b5ae03841
child 8056 d5d5e1698554
child 8057 93e16240f178
--- a/misc/quazip/quazip.pri	Sun Nov 18 00:37:23 2012 +0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-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