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:
authorYury Melnichek <melnichek@gmail.com>2011-09-03 18:16:13 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:23:00 +0300
commit561b6b077cdaf758285ecf2c0761d5a9208458cc (patch)
treea9f434662112d39dfd6ab99c048d037c7dbe8d03 /search/search.pro
parentacca93ee07108fce67ac17164d317e1226bd5da8 (diff)
[search] Add search_common.hpp
Diffstat (limited to 'search/search.pro')
-rw-r--r--search/search.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/search/search.pro b/search/search.pro
index 63c8db5f02..ac49ae3e80 100644
--- a/search/search.pro
+++ b/search/search.pro
@@ -10,6 +10,7 @@ DEPENDENCIES = indexer geometry coding base
include($$ROOT_DIR/common.pri)
HEADERS += \
+ search_common.hpp \
engine.hpp \
intermediate_result.hpp \
keyword_matcher.hpp \