misc/quazip/quazip.pri
author koda
Fri, 06 Jan 2012 01:51:04 +0100
changeset 6551 a2f39cb9af62
parent 5752 ea95ee97c805
permissions -rw-r--r--
fix a couple of loose ends: sdl_mixer is informed of that OGG is provided by Tremor with its own macro, there is no more a segfault on Tremor cleanup, added new event type and timestamp entry for SDL, removed spurious characters from the japanese translation, uSound errors now are output with SDLTry, uSound doesn't need sound preloading any more
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