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-12-08 13:56:57 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:01 +0300
commit834f8be3f8fafc6f05d7bfe5661a49572291b417 (patch)
treee39f7a65d92f3f6fa215b90bd959e8e8e6433fd0 /omim.pro
parent1f6bb2ee6740c14d85e40ec6dcb95ba0b4eb824c (diff)
[search] Moved search components to the search library. Moved search index builder to the generator.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/omim.pro b/omim.pro
index fd7171fb29..70d43a9211 100644
--- a/omim.pro
+++ b/omim.pro
@@ -23,7 +23,7 @@ HEADERS += defines.hpp
CONFIG *= desktop
}
-SUBDIRS = 3party base coding geometry indexer routing
+SUBDIRS = 3party base coding geometry indexer search routing
!CONFIG(osrm) {
SUBDIRS *= platform stats storage
@@ -31,7 +31,7 @@ SUBDIRS = 3party base coding geometry indexer routing
# Integration tests dependencies for gtool.
# TODO(AlexZ): Avoid duplication for routing_integration_tests.
CONFIG(gtool):!CONFIG(no-tests) {
- SUBDIRS *= search map
+ SUBDIRS *= map
routing_integration_tests.subdir = routing/routing_integration_tests
routing_integration_tests.depends = $$SUBDIRS
@@ -50,7 +50,7 @@ SUBDIRS = 3party base coding geometry indexer routing
}
!CONFIG(gtool):!CONFIG(osrm) {
- SUBDIRS *= drape drape_frontend search map
+ SUBDIRS *= drape drape_frontend map
CONFIG(map_designer):CONFIG(desktop) {
SUBDIRS *= skin_generator
@@ -64,7 +64,7 @@ SUBDIRS = 3party base coding geometry indexer routing
CONFIG(desktop) {
benchmark_tool.subdir = map/benchmark_tool
- benchmark_tool.depends = 3party base coding geometry platform indexer map
+ benchmark_tool.depends = 3party base coding geometry platform indexer search map
mapshot.depends = $$SUBDIRS
qt.depends = $$SUBDIRS