source: Vago/quazip-0.7.2/quazip/quazip.pri@ 1089

Last change on this file since 1089 was 1049, checked in by s10k, 8 years ago
File size: 960 bytes
Line 
1INCLUDEPATH += $$PWD
2DEPENDPATH += $$PWD
3HEADERS += \
4 $$PWD/crypt.h \
5 $$PWD/ioapi.h \
6 $$PWD/JlCompress.h \
7 $$PWD/quaadler32.h \
8 $$PWD/quachecksum32.h \
9 $$PWD/quacrc32.h \
10 $$PWD/quagzipfile.h \
11 $$PWD/quaziodevice.h \
12 $$PWD/quazipdir.h \
13 $$PWD/quazipfile.h \
14 $$PWD/quazipfileinfo.h \
15 $$PWD/quazip_global.h \
16 $$PWD/quazip.h \
17 $$PWD/quazipnewinfo.h \
18 $$PWD/unzip.h \
19 $$PWD/zip.h
20
21SOURCES += $$PWD/qioapi.cpp \
22 $$PWD/JlCompress.cpp \
23 $$PWD/quaadler32.cpp \
24 $$PWD/quacrc32.cpp \
25 $$PWD/quagzipfile.cpp \
26 $$PWD/quaziodevice.cpp \
27 $$PWD/quazip.cpp \
28 $$PWD/quazipdir.cpp \
29 $$PWD/quazipfile.cpp \
30 $$PWD/quazipfileinfo.cpp \
31 $$PWD/quazipnewinfo.cpp \
32 $$PWD/unzip.c \
33 $$PWD/zip.c
Note: See TracBrowser for help on using the repository browser.