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:
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)