misc/quazip/quazip.pri
author belphegorr <szabibibi@gmail.com>
Mon, 25 Jun 2012 11:16:24 +0300
changeset 7203 37661b2a7b64
parent 5752 ea95ee97c805
permissions -rw-r--r--
Copied the first two campaign missions and the helper script into share/hedgewars/Data/
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