misc/quazip/quazip.pri
author sheepluva
Thu, 20 Oct 2011 23:25:16 +0200
changeset 6160 863d3edf5690
parent 5752 ea95ee97c805
permissions -rw-r--r--
cleaning up some more, also adding a WIP file. changes: hats in the hat selection are now sorted like this: NoHat, Reserved hats (alphabetically), All other hats (alphabeticall)
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