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 <ExMix@Youris-MacBook-Pro.local>2013-05-23 16:36:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:55:50 +0300
commitbcdbc9ce4fee4bece4a3842cba3f56345abb2d03 (patch)
tree4ce2f63691c19974e36bd234894f02f3e3f430bd /graphics
parent6cc0074db7573147cfb1a9ad228ba6fd04a1c81e (diff)
reduce dependence from indexer
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphics.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphics.pro b/graphics/graphics.pro
index f5a6e09ad8..6f7a6ea334 100644
--- a/graphics/graphics.pro
+++ b/graphics/graphics.pro
@@ -6,7 +6,7 @@ CONFIG += staticlib
DEFINES += GRAPHICS_LIBRARY
ROOT_DIR = ..
-DEPENDENCIES = indexer geometry platform coding base freetype fribidi expat
+DEPENDENCIES = geometry platform coding base freetype fribidi expat
INCLUDEPATH += $$ROOT_DIR/3party/freetype/include $$ROOT_DIR/3party/agg