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
path: root/map
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 /map
parent877ee1ec3f4187dcc67d7117b5ccbecacc503a8e (diff)
Replaced zlib with minizip which uses zlib from the operating system.
Diffstat (limited to 'map')
-rw-r--r--map/map_tests/map_tests.pro2
-rw-r--r--map/mwm_tests/mwm_tests.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 973c626a7c..5734c6f787 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -7,7 +7,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = map render gui routing search storage graphics indexer platform anim geometry coding base \
- freetype fribidi expat protobuf tomcrypt jansson osrm stats_client zlib succinct
+ freetype fribidi expat protobuf tomcrypt jansson osrm stats_client minizip succinct
!linux* {
DEPENDENCIES *= opening_hours
diff --git a/map/mwm_tests/mwm_tests.pro b/map/mwm_tests/mwm_tests.pro
index 38731c7fc0..7cd8449081 100644
--- a/map/mwm_tests/mwm_tests.pro
+++ b/map/mwm_tests/mwm_tests.pro
@@ -7,7 +7,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = map gui search storage graphics indexer platform anim geometry coding base \
- freetype fribidi expat protobuf tomcrypt jansson zlib
+ freetype fribidi expat protobuf tomcrypt jansson
include($$ROOT_DIR/common.pri)