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 /integration_tests
parent877ee1ec3f4187dcc67d7117b5ccbecacc503a8e (diff)
Replaced zlib with minizip which uses zlib from the operating system.
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/integration_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/integration_tests.pro b/integration_tests/integration_tests.pro
index fa41b46f7f..1c157e4c70 100644
--- a/integration_tests/integration_tests.pro
+++ b/integration_tests/integration_tests.pro
@@ -11,7 +11,7 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ..
-DEPENDENCIES = map routing search storage indexer platform geometry coding base osrm jansson protobuf tomcrypt succinct stats_client zlib
+DEPENDENCIES = map routing search storage indexer platform geometry coding base osrm jansson protobuf tomcrypt succinct stats_client
macx-*: LIBS *= "-framework Foundation" "-framework IOKit" "-framework SystemConfiguration"