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:
authorSergey Yershov <syershov@maps.me>2016-11-16 18:25:29 +0300
committerSergey Yershov <syershov@maps.me>2016-11-17 13:29:48 +0300
commite07c045df9f0d01c5e1da70772ec0d60ac0a1383 (patch)
treea57997c5233d5c6aac65faa487fd8df279d6fbcf /mapshot
parent752d95fa3d43da66a17cab32f4295a03c8cc84a6 (diff)
Remove tomcrypt lib
Diffstat (limited to 'mapshot')
-rw-r--r--mapshot/mapshot.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapshot/mapshot.pro b/mapshot/mapshot.pro
index 2abb04d1be..6c43a5c150 100644
--- a/mapshot/mapshot.pro
+++ b/mapshot/mapshot.pro
@@ -2,7 +2,7 @@
ROOT_DIR = ..
DEPENDENCIES = map drape_frontend routing search storage tracking traffic indexer drape partners_api platform editor geometry coding base \
- freetype expat fribidi tomcrypt gflags jansson protobuf osrm stats_client minizip succinct \
+ freetype expat fribidi gflags jansson protobuf osrm stats_client minizip succinct \
pugixml opening_hours
include($$ROOT_DIR/common.pri)