Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add quazip for zip file read support
  • Loading branch information
etiennesky committed Apr 2, 2012
1 parent df90065 commit 9c0cfe9
Show file tree
Hide file tree
Showing 25 changed files with 7,296 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/core/CMakeLists.txt
Expand Up @@ -175,6 +175,16 @@ SET(QGIS_CORE_SRCS
symbology/qgssymbologyutils.cpp

qgsspatialindex.cpp

quazip/unzip.c
quazip/zip.c
quazip/JlCompress.cpp
quazip/qioapi.cpp
quazip/quaadler32.cpp
quazip/quacrc32.cpp
quazip/quazip.cpp
quazip/quazipfile.cpp
quazip/quazipnewinfo.cpp
)

IF(WIN32)
Expand Down Expand Up @@ -279,6 +289,8 @@ SET(QGIS_CORE_MOC_HDRS
gps/qgsgpsdconnection.h
gps/qextserialport/qextserialport.h
gps/qextserialport/qextserialenumerator.h

quazip/quazipfile.h
)

IF (QT_MOBILITY_LOCATION_FOUND)
Expand Down
458 changes: 458 additions & 0 deletions src/core/quazip/COPYING

Large diffs are not rendered by default.

0 comments on commit 9c0cfe9

Please sign in to comment.