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:
authorAlex Zolotarev <alex@maps.me>2015-08-18 22:35:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:39 +0300
commita01c79c08fcad60bef9cd361a678c852e97403cf (patch)
treece6ee7249619f4d752a5b50550882bb8b76f0947 /drape_head
parent877ee1ec3f4187dcc67d7117b5ccbecacc503a8e (diff)
Replaced zlib with minizip which uses zlib from the operating system.
Diffstat (limited to 'drape_head')
-rw-r--r--drape_head/drape_head.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_head/drape_head.pro b/drape_head/drape_head.pro
index f66cb883ff..6bd2d2f050 100644
--- a/drape_head/drape_head.pro
+++ b/drape_head/drape_head.pro
@@ -1,7 +1,7 @@
# Head project for drape develop and debuging
ROOT_DIR = ..
DEPENDENCIES = map render drape_frontend anim drape indexer platform geometry coding base \
- freetype expat protobuf jansson zlib fribidi tomcrypt
+ freetype expat protobuf jansson fribidi tomcrypt
include($$ROOT_DIR/common.pri)