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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-04-19 21:45:49 +0300
committerSergey Yershov <syershov@maps.me>2017-04-21 20:06:36 +0300
commit7dc4f95739df812dcca40cf82abc5496e708d695 (patch)
tree062bc4e21919fd3431601326b513fb60f3b2b859 /map
parent6aa1e301b50c3c7b8d3c62cca2cf6938cefb8034 (diff)
Fribidi removed.
Diffstat (limited to 'map')
-rw-r--r--map/map_tests/CMakeLists.txt1
-rw-r--r--map/map_tests/map_tests.pro2
-rw-r--r--map/mwm_tests/CMakeLists.txt1
-rw-r--r--map/mwm_tests/mwm_tests.pro2
4 files changed, 2 insertions, 4 deletions
diff --git a/map/map_tests/CMakeLists.txt b/map/map_tests/CMakeLists.txt
index 64def173a2..b4d3696837 100644
--- a/map/map_tests/CMakeLists.txt
+++ b/map/map_tests/CMakeLists.txt
@@ -41,7 +41,6 @@ omim_link_libraries(
coding
base
freetype
- fribidi
icu
expat
protobuf
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 8d7e425d61..947cb0ffb0 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 drape_frontend routing traffic routing_common search storage tracking drape \
- indexer partners_api local_ads platform editor geometry coding base freetype fribidi expat \
+ indexer partners_api local_ads platform editor geometry coding base freetype expat \
protobuf jansson osrm stats_client minizip succinct pugixml stats_client stb_image sdf_image icu
DEPENDENCIES *= opening_hours
diff --git a/map/mwm_tests/CMakeLists.txt b/map/mwm_tests/CMakeLists.txt
index 642e914817..90ddc73d8a 100644
--- a/map/mwm_tests/CMakeLists.txt
+++ b/map/mwm_tests/CMakeLists.txt
@@ -26,7 +26,6 @@ omim_link_libraries(
base
opening_hours
freetype
- fribidi
icu
expat
oauthcpp
diff --git a/map/mwm_tests/mwm_tests.pro b/map/mwm_tests/mwm_tests.pro
index 2dbcb6138d..46c99eb4c8 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 traffic search storage indexer platform editor geometry coding base \
- freetype fribidi expat protobuf jansson succinct pugixml stats_client icu
+ freetype expat protobuf jansson succinct pugixml stats_client icu
include($$ROOT_DIR/common.pri)