misc/quazip/quazip.pri
author nemo
Tue, 13 Sep 2011 00:13:01 -0400
changeset 5885 ae257409bcff
parent 5752 ea95ee97c805
permissions -rw-r--r--
Remove extra graphical resweeps, and smooth prior to despeckling. Was getting odd desync here without Land[] seemingly incorrect at end of passes. Just removing seems to fix, and code wasn't that good an idea in its prior state anyway.
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