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-04-08 22:21:04 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:53:15 +0300
commit7860b5c951ee0361d3d7ce45e570b56a490e201f (patch)
tree2e9c9166fe6373a2a3ac976407060a419939c7d3 /map/map.pro
parent325591f08ec58f717e57b0933eeea5e677cb1829 (diff)
Add geo://... url scheme parser.
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/map/map.pro b/map/map.pro
index 0e7c993961..46ce6a9011 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -56,6 +56,8 @@ HEADERS += \
area_info.hpp \
geometry_processors.hpp \
bookmark_manager.hpp \
+ ge0_parser.hpp \
+ url_api.hpp \
SOURCES += \
feature_vec_model.cpp \
@@ -102,6 +104,8 @@ SOURCES += \
feature_info.cpp \
geometry_processors.cpp \
bookmark_manager.cpp \
+ ge0_parser.cpp \
+ ../api/src/c/api-client.c \
!iphone*:!bada*:!android* {
HEADERS += qgl_render_context.hpp