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:
authorArtyom Polkovnikov <artyom.polkovnikov@gmail.com>2014-12-02 12:31:09 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:34:16 +0300
commit00bf60ff7434e9594c2ce1c8e135ce08dc7e3de0 (patch)
tree910963fdce0a87a2714c15818979e75d2760858b /map/map_tests
parent75557b615704dba7bb8d8668a72b043bf3551b0e (diff)
Remove drape from dependencies of map_server, map_tests, qt. Compiles well without it on Windows.
Diffstat (limited to 'map/map_tests')
-rw-r--r--map/map_tests/map_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 52903925c5..a006d56c3d 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -6,7 +6,7 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
-DEPENDENCIES = map drape_frontend gui routing search storage graphics drape indexer platform anim geometry coding base \
+DEPENDENCIES = map gui routing search storage graphics indexer platform anim geometry coding base \
freetype fribidi expat protobuf tomcrypt jansson zlib osrm
include($$ROOT_DIR/common.pri)