misc/quazip/quazip.pri
author unc0rr
Sun, 04 Sep 2011 10:58:42 +0400
changeset 5752 ea95ee97c805
permissions -rw-r--r--
Add QuaZIP library to build system
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5752
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
     1
INCLUDEPATH += $$PWD
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
     2
DEPENDPATH += $$PWD
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
     3
HEADERS += $$PWD/crypt.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
     4
           $$PWD/ioapi.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
     5
           $$PWD/JlCompress.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
     6
           $$PWD/quaadler32.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
     7
           $$PWD/quachecksum32.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
     8
           $$PWD/quacrc32.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
     9
           $$PWD/quazip.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    10
           $$PWD/quazipfile.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    11
           $$PWD/quazipfileinfo.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    12
           $$PWD/quazipnewinfo.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    13
           $$PWD/unzip.h \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    14
           $$PWD/zip.h
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    15
SOURCES += $$PWD/qioapi.cpp \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    16
           $$PWD/JlCompress.cpp \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    17
           $$PWD/quaadler32.cpp \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    18
           $$PWD/quacrc32.cpp \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    19
           $$PWD/quazip.cpp \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    20
           $$PWD/quazipfile.cpp \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    21
           $$PWD/quazipnewinfo.cpp \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    22
           $$PWD/unzip.c \
ea95ee97c805 Add QuaZIP library to build system
unc0rr
parents:
diff changeset
    23
           $$PWD/zip.c