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:
authorYuri Gorshenin <y@maps.me>2015-09-23 14:24:59 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:19 +0300
commitfd503ac72e67c886b21879760373478345889597 (patch)
tree3447ef04dab681236ffb59faa01aada76bd1e494 /mapshot
parentf24a9d26821e0e8f39903d03495281a71ca9df94 (diff)
[search] Fixed SearchEngine threading model.
Diffstat (limited to 'mapshot')
-rw-r--r--mapshot/mapshot.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/mapshot/mapshot.pro b/mapshot/mapshot.pro
index cc21f97edd..31cd6c05aa 100644
--- a/mapshot/mapshot.pro
+++ b/mapshot/mapshot.pro
@@ -2,7 +2,8 @@
ROOT_DIR = ..
DEPENDENCIES = map drape_frontend routing search storage indexer drape platform geometry coding base \
- freetype expat fribidi tomcrypt gflags jansson protobuf osrm stats_client minizip succinct
+ freetype expat fribidi tomcrypt gflags jansson protobuf osrm stats_client minizip succinct \
+ opening_hours
include($$ROOT_DIR/common.pri)