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:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-03-20 10:59:36 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:52:04 +0300
commitdae5129316eee833c4c024721223e0eff2233dfc (patch)
tree2592ec504384ad3f5ffc22753f7d4edb7630cf8e /map/map.pro
parentc4522f38b6808bc1ebc37aefe372a00dff210662 (diff)
[iOS] Bookmark logic changed
Review fixes Review Fix Review Fix
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/map/map.pro b/map/map.pro
index 08110987bf..0e7c993961 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -54,7 +54,8 @@ HEADERS += \
bookmark_balloon.hpp \
feature_info.hpp \
area_info.hpp \
- geometry_processors.hpp
+ geometry_processors.hpp \
+ bookmark_manager.hpp \
SOURCES += \
feature_vec_model.cpp \
@@ -99,7 +100,8 @@ SOURCES += \
feature_styler.cpp \
bookmark_balloon.cpp \
feature_info.cpp \
- geometry_processors.cpp
+ geometry_processors.cpp \
+ bookmark_manager.cpp \
!iphone*:!bada*:!android* {
HEADERS += qgl_render_context.hpp