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 /omim.pro
parent18fbed10e6a7f6d013a8acbb8a7e077206da7a21 (diff)
added GUI library and added it into all projects.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/omim.pro b/omim.pro
index d3852a1031..44f2fc767f 100644
--- a/omim.pro
+++ b/omim.pro
@@ -17,6 +17,7 @@ SUBDIRS = 3party \
geometry/geometry_tests \
platform/platform_tests \
yg \
+ gui \
storage storage/storage_tests \
search search/search_tests \
map map/map_tests map/benchmark_tool \
@@ -37,6 +38,7 @@ SUBDIRS = 3party \
indexer \
storage \
yg \
+ gui \
search \
- map
+ map \
}