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:
authorrachytski <siarhei.rachytski@gmail.com>2012-05-25 23:54:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:57 +0300
commitcef55ff1057d29d95f308f066553ceeea0740305 (patch)
treecfff62b6f31eacb3197c45c7752c2acc476a376d /map/map_tests/map_tests.pro
parent18fbed10e6a7f6d013a8acbb8a7e077206da7a21 (diff)
added GUI library and added it into all projects.
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 db221a3b1d..edd80de6e9 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 search storage yg indexer platform geometry coding base \
+DEPENDENCIES = map gui search storage yg indexer platform geometry coding base \
freetype fribidi expat protobuf tomcrypt jansson
include($$ROOT_DIR/common.pri)