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:
authorvng <viktor.govako@gmail.com>2015-05-21 13:58:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:13 +0300
commit9e8a13cb11f11660fd01b6bd3afcdd066cd60e94 (patch)
treef30855f04c23b552ee3e29a88b68cdc9d03d9586 /drape_head/drape_head.pro
parentb54187d51f880826c7814ae1f340d1c6551e21d9 (diff)
Factor out all rendering routine from “map” to “render” library.
Diffstat (limited to 'drape_head/drape_head.pro')
-rw-r--r--drape_head/drape_head.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_head/drape_head.pro b/drape_head/drape_head.pro
index 9be6d2010f..f66cb883ff 100644
--- a/drape_head/drape_head.pro
+++ b/drape_head/drape_head.pro
@@ -1,6 +1,6 @@
# Head project for drape develop and debuging
ROOT_DIR = ..
-DEPENDENCIES = map drape_frontend anim drape indexer platform geometry coding base \
+DEPENDENCIES = map render drape_frontend anim drape indexer platform geometry coding base \
freetype expat protobuf jansson zlib fribidi tomcrypt
include($$ROOT_DIR/common.pri)