Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coding/coding.pro')
-rw-r--r--coding/coding.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/coding/coding.pro b/coding/coding.pro
index d96d71eee1..d36cd54b6d 100644
--- a/coding/coding.pro
+++ b/coding/coding.pro
@@ -7,7 +7,7 @@ ROOT_DIR = ..
include($$ROOT_DIR/common.pri)
-INCLUDEPATH *= $$ROOT_DIR/3party/tomcrypt/src/headers $$ROOT_DIR/3party/zlib $$ROOT_DIR/3party/expat/lib
+INCLUDEPATH *= $$ROOT_DIR/3party/tomcrypt/src/headers $$ROOT_DIR/3party/expat/lib
SOURCES += \
arithmetic_codec.cpp \
@@ -20,7 +20,6 @@ SOURCES += \
file_name_utils.cpp \
file_reader.cpp \
file_writer.cpp \
- gzip_compressor.cpp \
hex.cpp \
huffman.cpp \
internal/file_data.cpp \
@@ -62,7 +61,6 @@ HEADERS += \
file_sort.hpp \
file_writer.hpp \
file_writer_stream.hpp \
- gzip_compressor.hpp \
hex.hpp \
huffman.hpp \
internal/expat_impl.h \