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/editor
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 /editor
parent752d95fa3d43da66a17cab32f4295a03c8cc84a6 (diff)
Remove tomcrypt lib
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_tests/editor_tests.pro2
-rw-r--r--editor/osm_auth_tests/osm_auth_tests.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_tests/editor_tests.pro b/editor/editor_tests/editor_tests.pro
index 1dadbbff00..1d325a88a2 100644
--- a/editor/editor_tests/editor_tests.pro
+++ b/editor/editor_tests/editor_tests.pro
@@ -5,7 +5,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = editor platform_tests_support platform geometry coding base \
- stats_client opening_hours pugixml oauthcpp tomcrypt
+ stats_client opening_hours pugixml oauthcpp
include($$ROOT_DIR/common.pri)
diff --git a/editor/osm_auth_tests/osm_auth_tests.pro b/editor/osm_auth_tests/osm_auth_tests.pro
index ae823125a3..d3955d4a15 100644
--- a/editor/osm_auth_tests/osm_auth_tests.pro
+++ b/editor/osm_auth_tests/osm_auth_tests.pro
@@ -5,7 +5,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = editor platform_tests_support platform geometry coding base \
- stats_client pugixml oauthcpp tomcrypt
+ stats_client pugixml oauthcpp
include($$ROOT_DIR/common.pri)