blob: cae9d965c14f50aafc761f43a4f0d2a298a6c112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
SOURCES += \
$$PWD/quazip.cpp \
$$PWD/quazipfile.cpp \
$$PWD/quazipnewinfo.cpp \
$$PWD/quazipfileinfo.cpp \
$$PWD/qioapi.cpp \
$$PWD/unzip.c \
$$PWD/zip.c \
HEADERS += \
$$PWD/crypt.h \
$$PWD/ioapi.h \
$$PWD/quazipfile.h \
$$PWD/quazipfileinfo.h \
$$PWD/quazipnewinfo.h \
$$PWD/quazip.h \
$$PWD/quazipnewinfo.h \
$$PWD/quazip_global.h \
$$PWD/unzip.h \
$$PWD/zip.h \
DEFINES += \
QUAZIP_STATIC
|