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:
authorExMix <rahuba.youri@mapswithme.com>2014-11-18 10:51:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:32:48 +0300
commitc7e4429a42b5592603b4ea6c03f7373e23ad5fdf (patch)
treec7de50295f575d22dce80bf4d3a20d8d8699c6ae /map/map_tests/map_tests.pro
parent764ec6d83b08bd8103ae9f688f00c0469a40606b (diff)
[core] condition compilation. We can use old renderer or drape based on define USE_DRAPE
Diffstat (limited to 'map/map_tests/map_tests.pro')
-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 a006d56c3d..52903925c5 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 gui routing search storage graphics indexer platform anim geometry coding base \
+DEPENDENCIES = map drape_frontend gui routing search storage graphics drape indexer platform anim geometry coding base \
freetype fribidi expat protobuf tomcrypt jansson zlib osrm
include($$ROOT_DIR/common.pri)